DocsCLIGetting StartedOverview

yulio-cli

1.2.4

The fullstack system every SaaS needs, without the setup. One command scaffolds auth, RBAC, email, rate limiting, and deployment configs — fully wired, production-ready, yours to own.

New to the terminal? Start with the guide — Mac and Windows walkthrough for Node, npm, Git, and Yulio in about 5 minutes.

What you get out of the box

Solo

Every project starts with this. No configuration, no wiring — it's already done.

Auth & RBAC

JWT, refresh tokens, sessions, role guards

Email scaffold

Verification + welcome email hooks wired. SMTP provider available via `yulio add mail`.

Rate Limiting

IP-based guards, built in

Deploy Config

Vercel-ready out of the box

Then add what you need

Or start from a template

StudioAll in preview

Pick a domain at yulio init — a full business module set lands on top of the barebone. Studio templates are in preview today; full functionality lands with v1.3.

Quick start

  1. 1

    Install the CLI globally. Requires Node 20+.

  2. 2

    Authenticate with your Yulio account.

  3. 3

    Scaffold your full-stack project interactively.

Go deeper