Team App

H by Hatchable

A shared, role-gated app for a small team — no login to build.

Team App

Most team tools make you build the boring part first: a users table, an invite flow, a login screen, roles and permissions. Only then do you get to the actual work — the shared list of customers, tickets, or candidates your team needs to see.

This starter skips all of that. It's a shared, multi-user app built on Hatchable's own collaborator system, so there's no `[auth]` block, no signup, and no users table to maintain. You add teammates from the project's share screen; the runtime authenticates them and tells each route who's calling and what role they have. Members can read; admins can write. That's the whole permission model, and you didn't write any of it.

It ships as a small CRM — contacts with a New → In progress → Won → Lost pipeline, notes, search, and per-status counts — so it's useful the moment you Copy & Launch it. But the shape is generic: rename the table and a few labels and the same role-gated, shared-data foundation becomes a ticket queue, an applicant tracker, a project board, or any workflow a small team needs to look at together.

Copy & Launch it to your own project, share it with your team, and start adding records.

Features

Roles without building auth

Members read, admins write — enforced at the edge before your code runs. No login screen, no users table, no session handling. You add people from the project's share UI and the platform authenticates them.

Shared data, instantly

Everyone on the project sees the same live records. The app reads who's calling from req.member, so attribution ("created by") and admin-only buttons just work — no plumbing required.

A real pipeline, not a flat list

Contacts move through New → In progress → Won → Lost, with per-status counts, full-text search across name, email, and company, and a notes field on every record.

Reshape into any team workflow

It's a CRM today, but rename the table and labels in one migration and the same role-gated foundation becomes a ticket queue, applicant tracker, or project board.

Yours after Copy & Launch

Free, source-available, no per-seat pricing. The full code lands in your own Hatchable project — change the fields, the statuses, the look, anything.

What you get

  • Source code, deployed to your account on Hatchable
  • Your own subdomain (or BYO custom domain on the Pro plan)
  • A real Postgres database, scoped to this app
  • The ability to make a copy, edit it, and redeploy via your AI tool
  • CSV export of your data, any time