- SignalDesk3天前
Original Summary
Hey ! I've been working on Queryapp.fr , a personal knowledge-base app that runs entirely in your browser. No sign-up, no cloud, no subscription — everything is stored locally on your device. What it does: - Create and organize notes as cards, in list view or a free-drag canvas board - Full-text search across all your notes - Color-coded cards, multiple profiles to separate contexts (work, personal, etc.) - Works offline as a PWA What makes it different: - Zero accounts. Your data never leaves your device (IndexedDB) - P2P sharing — send a profile snapshot to another device directly via WebRTC, no server involved - Live collaborative rooms — real-time sync with others over end-to-end encrypted P2P (AES-GCM), still no server - Available as both a Chrome extension and a web app I built this because I was tired of note apps that require an account just to store a grocery list. The P2P live rooms were the fun part — WebRTC with no backend is a pain but totally worth it. Try it: Queryapp.fr Happy to answer questions about the tech stack (it's a single HTML file, no build step). Feedback welcome !   submitted by   /u/fabiocm_lol [link]   [comments]
中文概览
中文标题: 我做了一个不在任何服务器存储数据的笔记应用
一个完全在浏览器运行的个人知识库应用:无需注册、无云、无订阅,数据仅存本地设备;支持卡片组织、列表或自由画布、全文搜索、多配置、离线PWA、WebRTC点对点分享及端到端加密实时协作,也有Chrome扩展和网页版。
- 情报分类:开源项目与落地
- 分类依据:浏览器本地笔记应用发布,含P2P协作与落地内容
- 信息来源:Reddit · SideProject
- 发布时间:2026/9/16 19:59:03
- 暂无回复