How Alcedo Works

From idea to production in days, version, and deploy with complete confidence

1

Create Your App

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.

2

Build Data Models Visually

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

3

Add Automation with TypeScript

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;
}

The Power of Apps & Versions

This is where Alcedo truly shines

🎯 What Are Apps?

Apps are complete, independent applications. Each app has its own:

  • Data models and tables
  • Automation functions
  • Production deployment

🔄 What Are Versions?

Versions are different states shared across all your apps. Think of it like Git for applications:

  • Production: One stable, live version across all apps
  • Dev: Unlimited experimental versions shared by all apps
  • Promote: Push dev → prod anytime, affects all apps

📌 Real-World Example

1

Start with Production

Your app is live with v1.0. Everything is stable and users are happy.

2

Create a Dev Version

Create "v2.0-dev" to work on new features. All apps share this dev version, completely isolated from production.

3

Build & Test Safely

Add new tables, modify automation, test thoroughly—production remains untouched across all apps.

4

Promote to Production

Ready? One click promotes all changes from v2.0-dev to production across all your apps. No downtime, no errors.

4

Connect Multiple Apps

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:

Customers AppOrders AppProducts App
5

Deploy & Scale

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.