
EasyIsSimple - Private Browser Utility Tools
Convert, format, encode, and generate useful outputs locally in your browser. Files are not uploaded by the tools.
@easyissimple · X
完整作品展
技术栈
60 projects

Convert, format, encode, and generate useful outputs locally in your browser. Files are not uploaded by the tools.
@easyissimple · X

AI-powered job application tool for Pakistani tech professionals. Tailored cover letters, ATS-optimized PDFs, and keyword scores in 90 seconds.
@DesigningAsad · X
![Free ATS Resume Builder [2026 Templates] | ZenResume — screenshot](https://onesvibe.app/img/screenshots/zenresume-online.jpg?w=800&h=500&q=75)
用AI协助快速创建ATS优化简历,可直接下载PDF。
jagadees21 · HN
ZenResume – Free, local-first ATS resume builder with AI import

免费在浏览器中编辑和格式化JSON,支持验证和转换。
@bhushankuma491 · X

预览内容效果并获得反馈,优化后再发布。
@petropavliuk · X
Hi mate. My projects

上传音频或视频,SayScribe 自动转成带说话者标签和时间戳的文字稿。
zxhywork · V2EX
SayScribe AI - 音频转文字的在线工具 花了几周搞了一个基于 OpenAI Whisper 的 AI 转录工具 **[SayScribe]( https://sayscribe.org)**,目前 5 个工具全部免费,每天 3 次无需注册。上线前请 SEO 专家做了一轮诊断,踩了不少坑,分享出来给同样在做工具站的 V 友参考。 --- ## 做了什么 核心工具是 **[Audio to Text Converter]( https://sayscribe.org)**(主页),上传音频/视频文件,AI 自动转成带 speaker labels 和时间戳的文字稿。选这个词的原因是:Google 第一页有个 DR 只有 10 的小站排第三,KD 才 20.2 ,链接预算只要 15-35 个引用域就能进前十——典型的弱盘面蓝海。 然后在主页基础上拆了 4 个子工具,每个打一个独立搜索词: - **[MP3 to Text]( https://sayscribe.org/mp3-to-text)** — 只转 MP3 。KD 41.7 比主页难一些,但

Scribble First 将素描、语音笔记和截图一键转换成文档、计划和新闻稿。
@adarshbytes · X

使用组件创建和设计 Markdown 文档,以组织和发布你的知识库。
@sidbyok · X
Write your documents in Markdown with a professional visual rendering without HTML/CSS, just native Markdown.

Get better at writing the next piece of code. Practice for people who can follow generated code but get stuck deciding what to write next.
@CinderwayInt · X
Not sure if counts but sure why not, just launched yesterday. LFGGGG may luck ever be in everyones favor.

添加家庭日期一次,全家人都能收到搞笑电邮提醒和动画贺卡。
u/OkHope3830 · Reddit
We both bought flowers for my mother-in-law's birthday. Then neither of us did the next year. So I built an app with an "I've got this" button. One of us remembers every birthday, every in-law, every "we should do something for that." The other one of us is a wonderful person who has, more than once, said "wait, that was today ?" Shared calendars didn't fix it — nobody opens a calendar, and even when we both saw the date, we'd either both handle it or both assume the other one had. So I bu

上传简历生成证据型作品集,获得AI评分和改进建议。
@Showcase_app1 · X
Building Showcase: turns a résumé into an editable, evidence-first portfolio for final-year students and new grads. AI-assisted drafts, nothing invented. Build/edit/preview free; live publishing is Pro.

将 PDF 银行对账单转换为 CSV、Excel、QBO 等格式,并检查余额。
funet · V2EX
做了个 PDF 银行流水转 CSV 的站,重点是「哪里没读出来会告诉你」 这是一个 [bank statement converter]( https://getbankcsv.com/):把 PDF 银行对账单转成 CSV / Excel / QIF / OFX / QBO 。这个品类工具不少,我做的时候盯的是两个一直没被解决的问题。 ## 一、转出来的文件导不进会计软件 这跟提取质量无关,卡的是列名、日期格式、文件大小这些事。Intuit 自己的文档写得很明确: QuickBooks 收的 CSV 必须是英文、不超过 350 KB 、单次最多 1000 行、只能是三列 ( Date, Description, Amount )或者四列。一年的活期账单,后两条都会超。 所以我按 QuickBooks 和 Xero 各自文档要的形状分别出文件,而不是给一个通用 CSV 让你自己改。 ## 二、漏读了,但没人告诉你 这个更要命。版面解析或者 OCR 漏掉一整块交易,输出看起来完全正常,你导进账里, 几个月后对账才发现少了一截。 我这边的做法: