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

Scaffold and run a project

  1. atelo init --subdomain my-tool — claim the subdomain + scaffold a runnable app
  2. cd ~/.atelo/projects/my-tool — the path init prints
  3. pnpm install
  4. atelo start — boot the dev server locally
  5. atelo deploy — build and ship to your subdomain