PacketLens
PacketLens is a pure front-end, offline pcap analysis tool that runs entirely in the browser, supporting deep protocol decoding, HTTPS decryption, and million-packet instant loading without any backend.

QuantLife Web is a local-first life gamification tool that lets you track daily check-ins, XP, dimension growth, task camps, and financial goals while letting you bring your own AI API for text parsing and planning.
26
No data
3
0
MIT
2026-06-30
It stands out for its strong local-first philosophy—data stays on your machine—and its detailed zero‑to‑hero deployment guide that makes it accessible even to non‑developers. The bring‑your‑own‑key approach respects user privacy and avoids vendor lock‑in.
人生努力可视化系统 | 把生活变成一场持续升级的游戏
QuantLife Web 是一个本地优先的人生成长记录工具。你可以用它记录每日打卡、经验值、维度成长、任务营地、财富目标,也可以接入自己的 AI API 来做文字解析和规划。
这个项目不会自带任何人的 API Key。每个用户都需要配置自己的 API。
打开项目地址:
https://github.com/dww911/QuantLife_Web
如果你不会用 Git,最简单的方法是:
CodeDownload ZIPQuantLife_Web-main 文件夹如果你会用 Git,也可以运行:
git clone https://github.com/dww911/QuantLife_Web.git
cd QuantLife_Web
这个项目需要 Node.js。
https://nodejs.org/
Windows 可以打开 PowerShell,macOS 可以打开“终端”,然后输入:
node -v
npm -v
如果能看到版本号,就说明安装成功。
Windows:
Shift,点击鼠标右键macOS:
cd ,后面拖入项目文件夹示例:
cd 你的项目文件夹路径
在项目文件夹的终端里输入:
npm install
第一次安装会稍微等一会儿。看到没有报错,就可以继续。
继续输入:
npm run dev
如果看到类似下面的内容,说明启动成功:
Progress server running at http://localhost:3030
打开浏览器,访问:
http://localhost:3030
你应该能看到 QuantLife 页面。
以后每次使用时,只需要:
npm run devhttp://localhost:3030打开页面后,先进入“设置中心”:
默认资料是中文通用模板,用户可以随时改成自己的版本。
如果你只想手动记录打卡,可以先不配置 API。
如果你想使用 AI 文字解析、AI 规划功能,需要配置自己的 API。
http://localhost:3030配置会保存到本地的 llm-config.json,这个文件不会上传到 GitHub。
.env复制 .env.example 为 .env,然后编辑 .env。
OpenAI 兼容接口示例:
LLM_PROVIDER=openai
LLM_BASE_URL=https://api.openai.com
LLM_API_KEY=填你自己的key
LLM_MODEL=gpt-4.1-mini
Anthropic 兼容接口示例:
LLM_PROVIDER=anthropic
ANTHROPIC_BASE_URL=https://api.anthropic.com
ANTHROPIC_AUTH_TOKEN=填你自己的token
ANTHROPIC_MODEL=claude-sonnet-4-5
改完后重新启动:
npm run dev
本项目是本地优先。
主要本地数据文件:
fengdingding-progress.jsonfengdingding-progress.dbfengdingding-progress.db-shmfengdingding-progress.db-walQuantLife 是一个本地优先的中文人生量化成长系统,支持打卡记录、经验值成长、任务营地、维度成长追踪,并允许用户自配置 AI API。
Similar projects matched by category, topics, and programming language.
PacketLens is a pure front-end, offline pcap analysis tool that runs entirely in the browser, supporting deep protocol decoding, HTTPS decryption, and million-packet instant loading without any backend.
An interactive learning system that turns the 47-page Kimi K3 technical report into a single offline HTML file with running algorithms, 3D visualizations, spaced repetition quizzes, and a smart highlighting QA tool.
An interactive 3D visualization of three human cell types using Three.js, WebGL particles, and custom GLSL shaders, allowing users to rotate, zoom, morph, and explore annotated structures.