Personal App

H by Hatchable

A private app for one person — ships as a task list, yours to reshape.

Personal App

You want a little app that is just for you: a task list, a habit tracker, a reading log, an expense sheet. You do not want to stand up accounts, logins, and per-user data isolation for an audience of one.

This is a private single-user app. The platform session gate keeps everyone but you out, so there is no signup flow, no users table, and no auth code to write. It ships as a clean task list: add tasks, set priority and due dates, jot notes, and check them off.

Open it and it is your tasks, only yours, on any device you are signed in on. Or gut the task model and make it a journal, a habit tracker, an expense log, or a recipe vault. The private-app shell stays the same; you change what it stores.

Your data lives in your project's Postgres, exportable any time. Nothing is shared, nothing is public, and there is no per-user plumbing to maintain.

Copy & Launch it to your own Hatchable project and it is a private app with your name on the door.

Features

Private by default

The platform session gate means only you can reach it. No login form, no users table, no per-user scoping to build for an audience of one.

A real task list out of the box

Add tasks, set priority and due dates, jot notes, and check them off. Separate open and done views, sorted by what matters now.

Reshape it into anything

Swap the task model for a journal, habit tracker, expense log, or reading list. The private-app shell stays; you change what it stores.

Your data, exportable

Everything lives in your project's Postgres. Query it, export it, or wire it into other tools. It is yours.

Nothing to administer

Because it is single-user, there are no invites, roles, or password resets to manage. Just your app.

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