Local First App

Local-first single-user app — one SQLite file on disk, no accounts, no backend. Use this skill whenever the user wants to build a personal tracker, catalog, or dashboard whose data stays on their own machine, add an entity or a screen to one, or package it as a desktop binary. Do NOT use it for anything needing multi-user auth, a hosted API, or server-side secrets.

antjanus 792645b 3 files · 18.4 KB Updated

File contents

antjanus/skillbox/tree/main/skills/local-first-app commit 792645ba88

Frequently asked questions

npx skillmds@latest add antjanus/local-first-app