Software
Free for teams under 10. One license for larger companies.
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.
Free for teams under 10. One license for larger companies.
One hosted subscription. Monthly or yearly. All services included.
AI-generated books included at every paid tier.
Ship Rust web products that can't break silently in production.
View licensinguse 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(),
}
}
}One hosted subscription for browser automation, form completion, and future service capabilities.
Navigate pages, extract data, and complete flows through conversational instructions.
Turn your context into validated form values. Smart model routing picks the right AI.
Full library access with any paid subscription. New releases and early access at higher tiers.