The AI-Native Low-Code Platform for Enterprise
Prompt to App. Fusing Generative AI with a Metadata-Driven Core.
Build data models, UIs, and microservices in minutes—not months.
中文 (Chinese) • Website • Documentation • Examples • Community
Steedos Platform represents the next evolution of low-code development. We combine the proven reliability of a Metadata Driven Architecture (similar to Salesforce) with the disruptive speed of Generative AI.
Instead of manually dragging and dropping components, Steedos allows you to use Natural Language to orchestrate the creation of enterprise-grade systems. The AI Engine automatically generates the metadata, code, and APIs, while our robust kernel ensures security, scalability, and transactional integrity.
Whether building CRM, ERP, or complex industry solutions, Steedos empowers you to achieve 10x development efficiency while maintaining full control over your source code and data.
| Feature | Steedos Platform (AI Native) | Salesforce | Traditional Low-Code |
|---|---|---|---|
| Development Paradigm | 🤖 AI-First (Prompt-Driven) | 🖱️ Click / Code | 🖱️ Drag & Drop |
| Core Architecture | 🧠 Metadata Driven | 🧠 Metadata Driven | 📄 Hard-coded Schemas |
| Tech Stack | ⚛️ Node.js + React + Amis | 🐢 Vendor Specific | |
| Microservices | 🚀 Auto-Generated (Standard Code) | ❌ Difficult to extend | ❌ Black Box |
| Deployment | ☁️ On-Prem / Private Cloud | 🔒 Public Cloud Only | ☁️ Hybrid |
| Cost | 💰 Open Source | 💰💰💰 Expensive Subscription | 💰💰 Seat-based Pricing |
Stop manually defining database schemas. Just describe your business logic.
- Text-to-Schema: Tell the AI "I need a Project Management system with Projects, Tasks, and Milestones," and it instantly generates the Entity Relationship Diagram (ERD) and Metadata.
- Smart Relationships: Automatically handles Lookup, Master-Detail, and Roll-up Summary relationships.
- API Ready: Instantly exposes GraphQL and RESTful APIs for every generated model.
Create complex enterprise interfaces using conversation.
- Text-to-UI: Deeply integrated with the Baidu Amis framework. Describe a page (e.g., "A dashboard showing sales revenue by region and a list of high-priority leads"), and the AI generates the JSON configuration.
- Visual Editor: Fine-tune the AI-generated results with our drag-and-drop designer.
- Responsive: Automatically adapts to Mobile, Tablet, and Desktop.
Business logic shouldn't be a black box.
- Text-to-Code: Describe your automation rules (e.g., "When a contract status changes to 'Signed', calculate the commission and notify the manager"), and Steedos generates standard Node.js code.
- Workflow Engine: Built-in engine for Approvals, Webhooks, and time-based triggers.
- Sandboxed Execution: Run AI-generated logic safely within the platform.
AI brings the speed; our Core brings the stability.
- Security: Granular permission control (Object, Field, and Record-level Sharing Rules).
- Org Management: Comprehensive Users, Roles, Profiles, and Permission Sets.
- DX (Developer Experience): All metadata is stored as YAML/JSON files. Full GitOps support for CI/CD pipelines.
Steedos is built on a modern, open-source stack designed for microservices.
- AI Engine: LLM Integration Layer (OpenAI / Compatible Models)
- Backend: Node.js, Moleculer (Microservices), MongoDB (Metadata), SQL (Data)
- Frontend: React, Amis (Baidu's Low-Code Framework)
Run the Steedos Community Edition with a single command:
docker run -d -p 80:80 steedos/steedos-community:3.0
Initialize a standard project to start customizing:
# Create project
npx create-steedos-app my-project
# Enter directory and install dependencies
cd my-project
yarn install
# Start the server
yarn start
Visit http://localhost:5100 and start building with AI.
Steedos is a fully open-source project. We are actively exploring the frontiers of AI x Low-Code.
- 🐛 Report Issues: GitHub Issues
- 💬 Discussions: GitHub Discussions
