Build software brick by brick.
Production-ready modules with persistent state. Pick a template. Extend. Deploy.
Just three steps.
Pick a template
Templates available: CRM, Marketplace, SaaS, Real Estate, and more.
Add bricks
Extend with the modules you need. Auth, users, entities, catalog, deals...
Deploy
Push to production with one command. Migrations included.
Start with a real use case
Each template includes the necessary bricks, preconfigured and ready to serve.
Starter
Minimal API with authentication
auth, users
CRM
Contacts + deal pipeline
auth, users, entities, contacts, deals
Marketplace
Products + orders
auth, users, products, orders
Real Estate
Listings + leads
auth, users, properties, leads
SaaS Admin
Multi-tenant with workspaces
auth, users, workspaces, entities, catalog
Multi-tenant
Workspace isolation
auth, users, workspaces
Business
Full business management
auth, users, entities, catalog
Every brick generates a complete module
Not a template, not a snippet. A database table, migration, RLS policies, Zod schemas, service layer, and API endpoint.
Infrastructure that agents can use
Brickend includes an MCP server so Claude Code, Cursor, and any MCP-compatible agent can build software programmatically. Same operations. Same state. Same results.
User: "Create a CRM with contacts and deals"
Working API. State persisted. Next session picks up where this left off.
{
"mcpServers": {
"brickend": {
"command": "brickend-mcp"
}
}
}Open source. MIT License.
Available on npm.