atelo
Hosting for AI-built apps.
Atelo deploys AI-agent-built tools — Astro apps with managed storage,
secrets, and auth — to their own <project>.atelo.io
subdomain. Install the CLI, scaffold a project, and ship.
Install the CLI
curl -fsSL https://atelo.dtu.icu/install | sh
irm https://atelo.dtu.icu/install.ps1 | iex
Scaffold and run a project
atelo init --subdomain my-tool— claim the subdomain + scaffold a runnable appcd ~/.atelo/projects/my-tool— the pathinitprintspnpm installatelo start— boot the dev server locallyatelo deploy— build and ship to your subdomain
Already installed? Run atelo doctor to check your setup.