Backbuild Overview
Backbuild is a flexible SaaS building platform. Build any product (project management, CRM, ticketing, workflows, AI document store) and launch it as a fully multi-tenant SaaS in hours, not months.
Free, Lite, and Pro
Everything lives under one Backbuild product. This platform section documents the build-and-ship platform: the Pro capabilities for designing, packaging, and launching your own product.
Free includes the full workspace app suite: Email at your own domain, Calendar, Contacts, Files, Docs, Sheets, Slides, Photos, and Studio, plus the zero-knowledge post-quantum password and secrets manager, post-quantum remote desktop, single sign-on with a tamper-evident audit log, the AI assistant with automations, API and integrations, a help desk (20 tickets per month), and containers, remote hosts, and virtual workers running on usage credits. It also includes 1 GB of file storage, 25 MB of database storage, and up to 500 outbound emails per month.
Lite adds the tools to get paid and grow: Stripe integration, unlimited invoicing and support tickets, unlimited mailing-list sends, marketing analytics, and cloud video rendering.
Backbuild Pro adds the build-and-ship platform: the SaaS Builder, custom entity types / entities / views / automations / custom tools, custom AI skills and the AI test center, project templates, the Theme builder with white-label branding, multi-tenant support, release management and staged rollouts, publishing to the app stores and the Backbuild marketplace, and multi-environment management (dev, staging, preprod, and prod).
See the pricing page for current plans. Pages in this section that cover Pro-only capabilities are marked with a Pro tag.
How Backbuild Is Organized
Before the feature tour, the mental model, because the vocabulary trips people up in every tool. Backbuild uses one word for your company: organization. It is the top-level container and the tenant boundary; it owns your members, your projects, your billing, and your security policy. There is no separate “workspace” or “team” billing entity.
- Your account is your personal sign-in. It can belong to many organizations, with a different role in each.
- An organization is your company on the platform. Signing up creates one for you automatically, on the Free plan, with no card. See Organizations & Teams.
- Projects are the workspaces inside an organization where work happens, and the boundary you use to decide who sees what. See Projects.
- Your work (entities, documents, tasks, files, conversations) lives inside projects.
Access to all of it is governed by roles and permissions scoped to a single organization, and every organization’s data is isolated from every other on the platform. That is the whole shape: account, organization, project, work.
What You Can Build
Backbuild is not a template or a narrow vertical tool. It provides the infrastructure primitives that every SaaS product needs, so you focus on your domain logic instead of rebuilding authentication, billing, and multi-tenancy from scratch.
- Project management: tasks, timelines, status tracking, team assignments
- CRM: contacts, deals, pipelines, activity logs
- Ticketing systems: support queues, SLA tracking, escalation workflows
- Workflow automation: multi-step processes, approvals, notifications
- AI document stores: upload, analyze, search, and chat with documents
- Custom SaaS products: any domain, any data model, any workflow
Key Differentiator
Most SaaS builders give you a drag-and-drop UI and a single-tenant database. Backbuild gives you a real distributed backend with proper multi-tenancy, organization-scoped RBAC, enforced per-organization data isolation, and Stripe billing. It is the same architecture you would build yourself, but ready to launch on day one.
Every feature is gated by a dynamic feature flag system, so you can define pricing tiers that unlock capabilities progressively. Your free tier gets basic entities and projects. Your enterprise tier gets AI, SSO, SCIM, and custom integrations. You control the matrix.
Architecture
Backbuild runs on enterprise-grade, globally distributed infrastructure designed for low latency, high availability, and horizontal scalability. The platform delivers fast API responses worldwide, strong data consistency, durable storage for documents and assets, and globally replicated configuration and session state.
Platform Capabilities
The platform provides a comprehensive set of building blocks, each covered in detail in the pages that follow.
API-First Design
Every platform capability is exposed through a REST API. The same endpoints that power the web application are available for programmatic access, CLI tooling, and agent integration. See the API Reference for complete endpoint documentation.
# Base URL
https://api.backbuild.ai/v1
# Example: list your organizations
curl -H "Authorization: Bearer $TOKEN" \
https://api.backbuild.ai/v1/organizations Next Steps
- Follow the Getting Started guide to create your account and first project
- Read Organizations & Teams to understand multi-tenancy
- Explore the SaaS Builder to see how to package and launch your product
- Review Security & RBAC for compliance and access control details