Back to blog
announcementrelease

Introducing AuraBoot

AuraBoot Team|

Introducing AuraBoot 0.1 beta: a source-available, self-hosted low-code platform for teams building business applications.

Introducing AuraBoot

We're introducing AuraBoot 0.1 beta: a source-available, self-hosted low-code platform for teams building business applications.

Why We Built AuraBoot

Enterprise software development is still full of repeated work. Most business applications share the same patterns: CRUD operations, approval workflows, dashboards, and reports. Yet many teams still end up rebuilding a lot of plumbing.

AuraBoot is our attempt at a more practical middle path: keep the platform self-hosted and source-available, express the repetitive parts as DSL, and leave regular code where teams still need control.

What Makes AuraBoot Different

DSL as Code

Unlike traditional low-code platforms that lock your logic in a proprietary database, AuraBoot stores everything as JSON files that you can version-control with Git.

Plugin Ecosystem

With reusable plugin packages spanning CRM, ERP, project management, and industry-specific scenarios, you can compose the application you need.

AI-Assisted Workflows

AuraBoot includes AuraBot, Agent Control Plane, and support for multiple LLM providers, so teams can use AI where it helps without moving the platform layer out of their control.

Get Started

Clone the repo and start building in 5 minutes:

git clone https://github.com/AuraBootTeam/AuraBoot.git
cd AuraBoot
docker compose --profile full up --build -d