A self-hosted productivity web app inspired by Things for macOS, with an emphasis on smooth motion and a clean interface.
Built from scratch as a personal project to learn modern full-stack development and not affiliated with anyone.
I am currently wrapping up the frontend. Next steps include developing a backend for authentication, data syncing, and possibly encryption.
Ultimately, the goal is a minimal, offline-friendly, functional, self-hosted web app for personal daily use.
for dev
- vscode to open a devcontainer
- run
bun run dev --host - visit
http://localhost:5173
for production
- run
docker compose -f docker-compose.prod.yml up -dto start services - visit your server/domain name
- run
docker compose -f docker-compose.prod.yml down --remove-orphansto take down