Your backend,
built visually
Define collections, manage granular permissions, and publish APIs without writing a single line of boilerplate. A powerful no-code engine sitting on top of an enterprise core.

Point and click. Ship immediately.
Build your entire data architecture using a visual interface. Changes to your Collection Builder, Policies, and Media Library take effect instantly. No SQL, no migrations, no downtime.
Zero-Config Schemas
Define relationships and field types visually.
Instant RBAC
Toggle permissions for users and roles with ease.

Three steps to your project
docker compose up
Spin up the entire AlcedoCore stack locally or in the cloud in seconds.
Open Admin Panel
Access the visual studio to begin configuring your backend environment.
Build Your Project
Create collections, invite users, and start consuming your instant API.
Everything included
Collection Builder
Visual schema definition with instant updates.
dashboardAdmin Panel
A responsive, user-friendly UI for data management.
securityPolicy System
Powerful, identity-based permissions engine.
Media Library
Integrated file management and optimization.
Roles & Users
Built-in authentication and user lifecycle management.
Activity Log
Comprehensive auditing of every system change.
API & SDKs
Auto-generated REST endpoints with native SDKs.
Automation
Event-driven workflows to trigger actions across your stack.
# In a Python-based AlcedoCore plugin@app.post("/__events__")async def handle_event(event: dict):# event = {"type": "ItemCreated", "data": {...}}await notify_external_service(event["data"])And when you need more:
Add plugins
AlcedoCore is an extensibility layer. Need custom logic that goes beyond no-code? Drop in a Docker container running Python, Node, or Rust. It connects to the core via API and SDKs as a native part of the system.
Deploy anywhere
Onedocker compose up --build -druns the full stack: core, Postgres, Redis, admin UI. For production at scale, deploy on Kubernetes with the provided K3s manifests. Same core, same APIs, whatever your infrastructure looks like.
Docker Compose
Instant local environment with all dependencies pre-configured. Perfect for rapid prototyping and local testing.
Kubernetes / K3s
Enterprise-grade scalability with native K3s manifests. Auto-scaling, high availability, and robust monitoring out of the box.
Railway
Deploy AlcedoCore with one click on Railway's modern infrastructure. Support for managed databases and auto-scaling.
