From idea to production in days, version, and deploy with complete confidence
Start by creating your first app. Give it a name, describe its purpose, and you're ready to build. Whether it's a CRM, inventory system, or project management tool—Alcedo handles it all.
💡 Tip: Apps are containers for your data models, automation, and business logic. Think of them as complete applications living in the cloud.
Design your data structure using our visual builder. Create tables, add fields, define relationships—no SQL required. See your entire app architecture in real-time.
Tables & Fields
Relationships
Visual Preview
Write powerful functions directly in your browser. Validate data, send notifications, integrate with APIs—all with TypeScript and full IntelliSense support.
export async functionvalidateOrder(order: Order) {
// Your logic here
return order.total > 0;
} This is where Alcedo truly shines
Apps are complete, independent applications. Each app has its own:
Versions are different states shared across all your apps. Think of it like Git for applications:
Start with Production
Your app is live with v1.0. Everything is stable and users are happy.
Create a Dev Version
Create "v2.0-dev" to work on new features. All apps share this dev version, completely isolated from production.
Build & Test Safely
Add new tables, modify automation, test thoroughly—production remains untouched across all apps.
Promote to Production
Ready? One click promotes all changes from v2.0-dev to production across all your apps. No downtime, no errors.
Build complex systems by relating data across different apps. A Customer app can reference Orders from an E-commerce app, while an Analytics app tracks everything.
🔗 Cross-App Example:
Your production version is live and serving users. Need changes? Create another dev version, iterate, and promote again. Continuous delivery made simple.
Heavily Under Development: Alcedo Core is in active development. Features may change or be removed at any time.