About MoveIn
MoveIn is a small, calm workspace for tracking an upcoming move. It's a single-user MVP — there's no login, no sync, no notifications. Data lives in the Postgres behind the app.
What's here
- Moves — one record per move, with addresses, a date, and free-form notes.
- Tasks — a checklist per move, grouped by category (general, utilities, logistics, admin) and optionally tied to a due date.
- Contacts — utilities, landlord, movers, neighbors, anyone you need to reach during the move.
- Notes — short reminders, links, snippets — newest first.
What's not here (yet)
- No accounts, no multi-user. Everyone sees the same data.
- No file uploads (photos of boxes, scanned leases, etc.).
- No reminders, no calendar export, no email digests.
- No CSV import / export.
- No undo. Deletes are immediate.
Stack
Next.js 14 (App Router) · TypeScript · Tailwind CSS · Postgres (via pg). Server actions for mutations, no client-side state beyond what the forms need.