The first CLI release standardizes local startup around .algora/dev.json. Algora-created repos can carry this file by default, and onboarded repos can add it with a preset and then tune it.
Today the CLI is installed from this repo directly. Publishing can come later once the auth and project-sync layer is ready.
npm link ./packages/cli
algora login
algora projects
algora dev
algora dev --no-paywall
algora init --preset nextjs-hono
CLI login uses a browser approval flow and stores the revocable token in the OS credential store when possible.
securitysecret-toolnextjs-hononextjsvite-reacthonoexpress--no-paywall for bypassing it locally.algora init.CLI login, project discovery, local Supabase orchestration, and Railway dev-environment support are the next product layers. The right long-term move is for the CLI to know about your Algora account and projects directly, but this first slice keeps the local-dev contract simple and real.
Need the setup flow first? Start in Connections or open a project from Dashboard.