plugins marketplace
← All plugins

lovable

v1.0.2

Create full-stack web apps from prompts

Codex

by LovableMIT5kupdated 3 weeks ago

Source

git clone https://github.com/openai/plugins

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/lovable/ inside the repository.

Layout

plugins/lovable/
└── .codex-plugin/plugin.json

Manifests1

plugins/lovable/.codex-plugin/plugin.json
{
  "name": "lovable",
  "version": "1.0.2",
  "description": "Create full-stack web apps from prompts",
  "author": {
    "name": "Lovable",
    "url": "https://lovable.dev"
  },
  "homepage": "https://lovable.dev",
  "repository": "https://github.com/openai/plugins",
  "license": "MIT",
  "keywords": [],
  "apps": "./.app.json",
  "interface": {
    "displayName": "Lovable",
    "shortDescription": "Create full-stack web apps from prompts",
    "longDescription": "Creates full-stack web applications and websites from natural language prompts, handling build, backend, database, and authentication setup, and returning build status, URLs, and screenshots. Use to initiate or check website builds and to provide users with links to further modify or extend their sites in an external web interface.",
    "developerName": "Lovable",
    "category": "Developer Tools",
    "capabilities": [],
    "websiteURL": "https://lovable.dev",
    "privacyPolicyURL": "https://lovable.dev/privacy",
    "termsOfServiceURL": "https://lovable.dev/terms",
    "defaultPrompt": [
      "Find my Lovable app projects and summarize recent changes.",
      "Review this Lovable project and identify what is ready to ship.",
      "Draft a Lovable prompt to add authentication to this app."
    ],
    "brandColor": "#FC5A28",
    "composerIcon": "./assets/logo.png",
    "logo": "./assets/logo.png",
    "screenshots": []
  }
}