Getting Started
Quickstart
There are two ways to build on Benmore: chat with an AI assistant, or use the command line. Both deploy to a live, hosted URL.
Build with AI
Benmore runs an MCP server. Connect it once to an AI assistant that supports custom connectors (Claude, Cursor, ChatGPT) and build apps from your normal chat.
- In your assistant's connector settings, add a custom connector.
- Set the URL to
https://benmore.ai/mcpand approve when redirected to sign in. - Tell the assistant what to build — e.g. “a CRM with companies, contacts, and deals.” It scaffolds, edits, and deploys for you.
Build with the CLI
Prefer the terminal? Install the CLI, create an app, and deploy it.
Edit your schema and frontend, then benmore push to ship changes. Your app is live at myapp.benmore.ai.
Next: read Core concepts to understand the data model, or jump to Deploy & hosting.