Skip to content

Quickstart

This walkthrough takes you from a new account to a live, deployed project. You’ll need a Cloudflare account and a GitHub account — both free tiers are fine to start.

Open the console and sign in. Typillar uses your email to identify you; the accounts that do the real work — Cloudflare and GitHub — are connected in the next steps.

Typillar builds onto your Cloudflare account, so it needs permission to create and deploy resources there. From the console, choose Connect Cloudflare and authorize the connection.

This is what lets Typillar run Workers, create databases, and publish your project to a live URL. For exactly which permissions are requested and how to revoke them, see Connect Cloudflare and Permissions & access.

Choose Connect GitHub and authorize Typillar for the repository (or organization) you want your code committed to. Every change an agent makes lands here as a normal commit, so your source of truth is a repo you control. See Connect GitHub.

Typillar generates code using a model — and that model runs on your side, not ours. You can use Cloudflare Workers AI (covered by your Cloudflare connection) or bring your own provider key. See Models & API keys.

In the console, describe what you want in one sentence. For your first project, keep it small and concrete:

A landing page for my newsletter with an email signup box.

The PM agent will turn this into a ticket — a scoped, named piece of work with a short explanation.

Read the proposed ticket. If it matches what you want, approve it. Nothing is built or deployed until you do. If it’s off, refine your idea and let the agent re-propose.

After approval, builder agents write the code, run it on your Cloudflare account, and commit the source to your GitHub repo. When it’s done you’ll have a live URL and an entry in the project history — with rollback available from the start.

That’s the whole loop: type → approve → ship. From here: