Docs Services Sign In
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.

  1. In your assistant's connector settings, add a custom connector.
  2. Set the URL to https://benmore.ai/mcp and approve when redirected to sign in.
  3. 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.

Terminal
# Install
brew install Benmore-Studio/benmore/benmore

# Sign in
benmore login

# Create an app and deploy it
benmore new myapp
benmore deploy myapp

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.