// FAQ

Frequently asked questions

What SimplerDevelopment does, how it's priced, and how to run it your way.

Product

What is SimplerDevelopment?
An open-source, multi-tenant platform that replaces a stack of separate SaaS tools with one connected system: per-tenant client websites and a block-based CMS, a CRM, an AI "Company Brain" (retrieval-augmented knowledge base), automations, bookings, a storefront, email campaigns, surveys, e-signatures, and Stripe billing — all driveable by an AI agent through a Model Context Protocol (MCP) server.
Who is it for?
Agencies and operators who run multiple clients or brands and are tired of stitching together a website builder, a CRM, an email tool, a booking app, and a knowledge base that don't share data. Developers also use it as an MCP-native, self-hostable platform to build on.
What makes it different from other all-in-one tools?
It is MCP-native, not MCP-bolted-on: 200+ scoped tools span the whole platform, so Claude, Cursor, or any MCP client can build a page, manage the CRM, or send a campaign by talking to an agent. It is also fully open source (Apache-2.0) and self-hostable, so there is no lock-in.

Pricing & plans

How much does it cost?
Per-seat plans: Starter $19, Growth $59, and Scale $119 per month. A seat is one team member with portal access — client-facing websites, booking pages, and forms do not consume seats. Or self-host the open-source edition for free.
Is there a free trial?
14 days with full access to your chosen plan, no credit card required, so you can see real value before paying.
Can I change plans later?
Yes. Upgrades apply immediately with prorated billing; downgrades take effect at your next billing cycle.
Do you offer agency or white-label plans?
The Scale tier includes white-label (custom portal domain, your branding). For multi-seat agency accounts or custom arrangements, contact us for a quote.

Open source & self-hosting

Is it really open source?
Yes — Apache-2.0 licensed. Use it commercially, fork it, and run it for clients. No seat caps, no feature gates, no rug-pull.
What do I need to self-host?
A PostgreSQL database with the pgvector extension (for the Company Brain), Bun, and a handful of environment secrets. A Docker Compose file provisions Postgres + pgvector locally, and the quick start gets you from clone to running. Deploy on Vercel, Railway, or any Next.js host with your own Postgres.
What is the difference between self-hosted and hosted?
The codebase is identical. Self-host it free and bring your own Postgres and API keys, or let the team that builds it run the managed cloud for you. There is no feature difference forced by hosting.

AI & MCP

What can the AI agent actually do?
Through the MCP server it can operate the platform: create and edit pages and posts, manage CRM contacts/deals, draft and send email campaigns, query the Company Brain, manage projects and bookings, and more — each tool gated by a permission scope. Write actions that affect live content go through an approval step a human confirms.
Which AI clients can connect?
Any Model Context Protocol client — Claude Desktop, Claude Code, Claude.ai (via OAuth), and Cursor — plus ChatGPT where MCP connectors are available. Connect with a portal API key or the OAuth 2.1 flow.
Can I use my own AI key (BYOK)?
Yes. Bring your own OpenAI or Anthropic key and run the AI at cost with no platform markup. Keys are encrypted at rest (AES-256-GCM).

Security & data

Who owns my data?
You do. Self-host on your own database and it never leaves your infrastructure. On the managed cloud, your data is yours and exportable.
Is it secure and multi-tenant safe?
Every record is keyed by tenant (clientId / siteId) and access is enforced at the data layer and on every MCP tool via scope guards. There is two-factor authentication (TOTP), bcrypt password hashing, OAuth 2.1 with PKCE for API clients, and a tenancy regression test suite that runs on every data-access change.
Can I migrate my existing CRM and content in?
Yes — import CRM contacts and companies via the portal or MCP tools, and bring content in through the visual editor, HTML upload, or block JSON. See the migration guide on the blog.

Still have questions?

Start free in minutes, read the docs, or talk to the team that builds it.