terminal
$cargo install azumi
Installing azumi v0.13.0...
$tiles init my-project
Created my-project/
workflow.yml
tiles.toml
$dracon start --hosted
Dracon Platform running.
Own the stack

Software you own. Services when you need them.

Dracon gives you software you can keep and a hosted layer you can add when it actually saves time. Small teams stay free on software. Paid hosted tiers include the book library.

How it works

Own the software. Subscribe to services. Books included.

Software

Free for teams under 10. One license for larger companies.

Services

One hosted subscription. Monthly or yearly. All services included.

Books

AI-generated books included at every paid tier.

Rust web framework

Azumi

Ship Rust web products that can't break silently in production.

View licensing
rust
use azumi::prelude::*;

#[derive(Routes)]
pub enum AppRoutes {
    #[route("/", method = GET)]
    Home,
    #[route("/products", method = GET)]
    Products,
}

impl AppRoutes {
    pub async fn handle(self) -> Html<String> {
        match self {
            Self::Home => render_home(),
            Self::Products => render_products(),
        }
    }
}
build
12s
test
8s
deploy
4s
workflows
deploy-prod → [build] [test] [deploy]
hotfix → [build] [test] [deploy]
Terminal command center

Tiles

Stop maintaining shell scripts that only you understand.

View licensing
Hosted subscription

Dracon Platform

One hosted subscription for browser automation, form completion, and future service capabilities.

Browser automation

Navigate pages, extract data, and complete flows through conversational instructions.

Form completion

Turn your context into validated form values. Smart model routing picks the right AI.

Books included

Full library access with any paid subscription. New releases and early access at higher tiers.

Pricing

Hosted plans built for every team.

Free$0
Starter$10/mo
Scale$99/mo
Enterprise$399/mo
View full pricing →

Software you own. Services when you need them.

Get started