The AI-Native Cloud Development Platform
Build in the Cloud. Deploy On-Premise. Own Your Code.
Introduction • How It Works • Key Features • Getting Started
Builder6 is an open-source, AI-native low-code development environment designed to bridge the gap between rapid cloud prototyping and secure local deployment.
It empowers developers and business users to build enterprise-grade applications (Data Models, UIs, and Logic) entirely in the cloud using Generative AI and visual editors.
The Builder6 Philosophy: Unlike traditional SaaS platforms that lock your data into their ecosystem, Builder6 operates on a "Design Cloud, Run Local" model. You leverage the power of the cloud for development, but you retain 100% ownership of the final application artifact, which can be exported and hosted on your own infrastructure.
We combine the collaboration and AI capabilities of a Cloud SaaS with the security of On-Premise hosting.
graph LR
subgraph Cloud [☁️ Builder6 Cloud IDE]
A[AI Copilot]
B[Visual Designer]
C[Schema Builder]
end
Cloud -->|1. Build & Generate| D(📦 Export Package)
subgraph Local [🏢 Your Infrastructure]
D -->|2. Deploy| E[Runtime Engine]
E --> F[Your Private Data]
end
style Cloud fill:#f9f,stroke:#333,stroke-width:2px
style Local fill:#bbf,stroke:#333,stroke-width:2px
- Develop (Cloud): Use Builder6.com to design your app. Use AI to instantly generate database schemas and page layouts.
- Export (Artifact): Download your application as a standard metadata package (JSON/YAML) or a containerized build.
- Run (Local): Install the package into your local runtime environment. Your production data never touches the Builder6 cloud.
- Prompt-to-App: Simply describe your business idea (e.g., "A CRM for a real estate agency"), and Builder6 generates the entities, fields, and relationships instantly.
- Generative UI: Create complex forms, dashboards, and list views using natural language prompts.
- Logic Assistant: AI helps write validation rules and business logic scripts.
- Object Modeler: An intuitive ERD (Entity Relationship Diagram) designer for managing data structures.
- Page Builder: A drag-and-drop UI editor powered by Amis and React, fully customizable with Tailwind CSS.
- Menu & Navigation: Visually configure application routing and menu hierarchies.
- Standard Tech Stack: The generated applications rely on standard open-source technologies (Node.js, MongoDB/PostgreSQL, React).
- Code Sovereignty: You own the source code and metadata. You are free to modify, extend, or host it anywhere without a perpetual subscription dependency.
Builder6 is built using a modern, scalable web stack:
- Backend Framework: NestJS
- Database: MongoDB
- Template Engine: LiquidJS
- Styling: Tailwind CSS
- AI Integration: OpenAI SDK (compatible with Google Gemini, OpenAI GPT models)
The fastest way to experience Builder6 is to use our hosted service. No installation required.
👉 Start Building on Builder6.com
If you want to contribute to the Builder6 editor source code or run the IDE locally:
- Clone the repository
git clone [https://github.com/builder6app/builder6.com.git](https://github.com/builder6app/builder6.com.git)
cd builder6.com
- Install dependencies
yarn install
- Configure Environment
cp .env.example .env.local
# Update API keys in .env.local if necessary
- Start the development server
yarn dev
- Launch
Open
http://localhost:3000in your browser.
We welcome contributions from the community! Whether you are fixing bugs, improving documentation, or submitting new AI prompts.
Please check our CONTRIBUTING.md for guidelines.
This project is licensed under the MIT License.