We are expecting to release our first release candidate in August. Nothing has been released yet. Join our Discord or sign up for the mailing list to stay up to date.
AlcedoCoreAlcedoCore

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.

AlcedoCore admin panel showing collections, settings, and system management

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.

schema

Zero-Config Schemas

Define relationships and field types visually.

shield_lock

Instant RBAC

Toggle permissions for users and roles with ease.

AlcedoCore admin panel adding a field to a collection

Three steps to your project

STEP 01terminal

docker compose up

Spin up the entire AlcedoCore stack locally or in the cloud in seconds.

STEP 02web

Open Admin Panel

Access the visual studio to begin configuring your backend environment.

STEP 03rocket_launch

Build Your Project

Create collections, invite users, and start consuming your instant API.

# 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.

Unlimited flexibility with isolated logic.

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.

COMING SOON

Stay in the loop

Get notified about new features, managed hosting availability, and release announcements.

rocket_launch