Getting started

Sign up, create a project, plan your first release, and ship your first task. Five minutes end to end.

Set up the minimum structure first. Refine it once real work starts moving through.

1. Create a project

Sign up at getfrostbyte.dev and click New project. Use the product, client, or codebase name your team already uses, short and recognisable.

The free tier gives you one project, five collaborators, and 250 active tasks. Enough to validate the workflow before committing to a paid plan.

2. Add three to five areas

Areas are the systems you maintain, the things that don't change much release to release. A common starting set:

  • Auth, login, signup, password reset.
  • Billing, Stripe wiring, invoices, subscription state.
  • API, public endpoints and integrations.
  • UI, frontend components and pages.

Add areas inline from a task dropdown, or via the Areas tab. Rename, recolour, or archive them later as the codebase grows.

3. Create your first release

A release is what you're shipping next. Name it concretely: v1.0, MVP, Beta, or a date. Frostbyte offers smart name suggestions based on your previous release (semver, calver, dates, sprint numbers).

Set it as active. Frostbyte enforces a single active release per project, so the team always knows what "now" means.

4. Add tasks

Each task describes one change. Title, type (feature / bug / improvement), area, release, priority, that's it. New tasks default to the active release, so you don't have to set it every time.

Drag-and-drop between status columns (To Do / In Progress / Done) as work moves. Inline-edit titles directly on the board. Subtasks live inside each task as a checklist.

5. Review the scope

After 24 hours of normal work, look at your release. Does it feel achievable? If yes, keep going. If it's bloated, move lower-priority tasks to the next release or to a parking-lot release named "Later".

What's next

Last updated