dww911/quantlife_web — explained in plain English
Analysis updated 2026-05-18
Track daily habits like exercise, study, or creative work as a game with experience points and growth categories.
Keep personal progress data stored locally instead of on a third party server.
Connect your own OpenAI or Anthropic compatible API key for AI assisted planning and journaling.
| dww911/quantlife_web | maplebb/lomo | 0xovo/litedoc | |
|---|---|---|---|
| Stars | 25 | 25 | 26 |
| Language | HTML | HTML | HTML |
| Setup difficulty | moderate | hard | easy |
| Complexity | 2/5 | 5/5 | 1/5 |
| Audience | general | researcher | general |
Figures from each repo's GitHub metadata at analysis time.
Requires installing Node.js and running a local server, AI features need your own API key.
QuantLife Web is a local first life tracking tool built for a Chinese speaking audience. It turns daily habits into a game like progress system, letting you log daily check ins, earn experience points, track growth across different life dimensions, set wealth goals, and organize tasks into what the README calls a task camp. The project stores everything on your own computer rather than a remote server. Data lives in local JSON and SQLite files that stay on your machine and are never uploaded to GitHub, since the README notes these files are listed in gitignore. If you want AI powered text parsing or planning features, you connect your own API key from a provider such as OpenAI or Anthropic, either through a settings page in the app or by editing a local environment file. No API key ships with the project itself. The README is written as a step by step tutorial aimed at people with no coding background. It walks through downloading the project as a ZIP or cloning it with Git, installing Node.js, running npm install, and starting a local server with npm run dev before opening the app in a browser at localhost. It also covers a settings center where you can rename the app, change your growth categories, and configure the AI connection, plus a troubleshooting section covering common setup problems like port conflicts or Node.js not installing correctly. This fits people who want to gamify habits like exercise, study, or creative work while keeping their personal data private on their own device, and who are comfortable running a small local Node.js server. The project also mentions an optional donation link for anyone who wants to support ongoing maintenance, and states clearly that donating does not unlock any extra features.
A local first, gamified life tracking app where you log habits, earn experience points, and optionally connect your own AI API key for planning help.
Mainly HTML. The stack also includes Node.js, HTML, SQLite.
License details are not clearly stated beyond a badge in the README, treat as unclear until confirmed.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly general.
This repo across BitVibe Labs
double-check against the repo, no cap.