
BrowseWell — Use the internet on purpose
Chrome extension that blocks distractions without blocking the websites you need.
@mashrurio · X
The full gallery
Tech stack
60 projects

Chrome extension that blocks distractions without blocking the websites you need.
@mashrurio · X

Turn PDFs into interactive flipbooks in seconds without watermarks; embed or share online.
@ZenFlipbook · X
Hey! Really excited to share ZenFlip - it turns any PDF, Word, or PowerPoint file into an interactive flipbook you can embed on any website or share via link. Feature-packed and free to get started. Would love to hear your feedback

Convert and edit audio, images, PDFs, and videos with 150+ free online tools, no signup required.
@factfile0 · X

Prism turns AI conversation into clean, organised notes. Paste a chat or share link from Claude, ChatGPT, Gemini, and more — no more infinite scrolling.
@moond0g420 · X

Organize bookmarks with category cards and search multiple engines on one page.
Lrevan · V2EX
纯 AI 工具写出来的个人导航站,欢迎大家意见,随便测试 # 悦行 **演示地址**: https://test1.lrevan.top **后台账号**:admin / admin123 (独立演示数据,随便折腾) --- 先交代下背景:我不是程序员,代码基本看不太懂。这个导航站是我用 AI 工具一点点聊出来的,一边说需求、一边让它改代码,从一张设计稿折腾到上线。 产品叫「悦行」,其实就是个人导航页 现在有的功能: - 分类卡片放书签,常用网站可以置顶;图标它会自己抓,抓不到就降级成字母头像 - 搜索引擎支持 Google 、Bing 、百度,也能自己加 - 亮色 / 暗色 / 自动切换,6 套配色,字体有系统 / 楷体 / 宋体,视图有卡片 / 列表 / 紧凑 - 「保险库」,书签可以加密上锁,锁上之后列表里就看不到了 - 手机端单独适配过 - 农历和节日有氛围装饰,搜索框支持快捷键,重复书签会自动识别 后台管理: - 分类、书签、搜索引擎的增删改,删除进回收站,支持批量操作和分页 - 仪表盘统计,能看到最近新

Play a free harmonium in your browser. Rock your MacBook's lid to pump the bellows and press A to J to play sargam notes. No install, works in Chrome and Edge.
@sunnyxdesign · X
Just made a useless fun website only for Macbooks. You can check it yourself at

A browser-native intent memory for individual contributors. Never lose what you meant to do.
@Slaetapp · X

Instantly convert AI-generated text into natural, human-like writing without signing up.
fendouai · GitHub
humanize-text-skill Free AI Humanizer: Humanize AI Text Online

Interfaces for Claude, Codex, and Grok built with shadcn UI components.
theswerd · GitHub
brainless Claude Code, Codex, and Grok interfaces as shadcn components

Create and arrange sticky notes on a digital wall.
@SKaaveri14488 · X
Lately I have been into : eating healthy (Mexican-style baked sweet potatoes😍) and building things with Claude Code. check out this sticky note wall I built yesterday.

Free in-browser PDF tools for merging, splitting, converting, and editing without uploading files.
u/Key_Caramel_5578 · Reddit
Built a free PDF toolkit solo (with AI help) — need feedback on the in-browser text editor before I keep pushing on it Been heads-down on this for a while: thepdftool.in Standard PDF stuff : merge, split, compress, convert, OCR — but most of the conversion tools run entirely client-side (WASM), so files never leave your browser for those. Built solo, leaned on AI tools for a good chunk of the code and debugging. The feature I care most about right now is an inline text editor :— click i

Open, search, and sort CSV files in your browser without uploading data.
FengNianIndie · V2EX
vibe coding 了个不上传文件的 CSV 工具箱,想找一些奇怪 CSV 来测试 最近做了一个 CSV 工具站:CSV Dock 。 网站: https://csvdock.com 做它的起因是自己处理 CSV 时经常遇到几个问题: - 不太愿意把包含业务数据的 CSV 上传到陌生服务器 - Excel 打开 CSV 时容易出现乱码、分列错误或丢失编号前面的 0 - 文件稍微大一点,很多在线工具就会卡死 - CSV 、JSON 、Excel 转换通常散落在不同网站,操作方式也不统一 所以我做成了一个 local-first 的工具箱:文件直接在浏览器内处理,不上传到应用服务器,也不需要注册账号。 目前包含: - CSV 查看、搜索和排序 - CSV 转 Excel ( XLSX / XLS ) - Excel 转 CSV ,可将全部工作表导出为 ZIP - JSON 转 CSV ,支持选择数组路径和展开嵌套对象 - CSV 转 JSON / JSON Lines - 多个 CSV 按表头或列位置合并 - CSV 结构检查,