
HTMLShare
Convert HTML and Markdown content into shareable links and QR codes.
@gomixo · X
和团队做了一个非常实用的小工具:HTMLShare。 现在用 AI 生成网页、报告、可视化作品越来越方便,但生成后的 HTML 文件,想分享给别人却很麻烦:要么发文件,要么部署网站,要么截图。 HTMLShare 解决的就是这个问题: 👉 欢迎体验,也欢迎反馈建议。
The full gallery
Tech stack
23 projects

Convert HTML and Markdown content into shareable links and QR codes.
@gomixo · X
和团队做了一个非常实用的小工具:HTMLShare。 现在用 AI 生成网页、报告、可视化作品越来越方便,但生成后的 HTML 文件,想分享给别人却很麻烦:要么发文件,要么部署网站,要么截图。 HTMLShare 解决的就是这个问题: 👉 欢迎体验,也欢迎反馈建议。

Edit DOCX documents in your browser with Word-like compatibility.
theRealestAEP · HN
Word in Web – Near MS Word Parity Docx Editor in Web

Markdown editor for reviewing and accepting code edits from Claude agents.
samuelstros

AI drafts documentation for your codebase; your team edits and publishes via Git commits.
linktothenew · HN
Docs.dev – A docs site you own, where AI drafts and you edit in place

Markdown notebook that automatically saves every version so you can return to any past edit.
@khagankarimi · X
simple markdown notebook with version history

Convert X posts to clean Markdown for LLMs and agents via API or URL swap
@larsbuilds · X

Sign PDFs online and automate document workflows in your browser.
@qayyumabro · X

Generate professional documentation for startups without coding or complex setup.
@hannah24_app · X

Import a PDF, DOCX, or LinkedIn profile. Get ATS-readable resumes and cover letters tailored to each posting without inventing experience. Free to start.
ghosts_ · HN
ResumeSkip – automatically tailor your resume to jobs

AI-powered help center that auto-generates article updates when your product changes.
yakshaving_jgt · HN
DocCharm – The help center that keeps itself up to date

Turn documents into a searchable wiki with AI-verified, fact-checked answers.
u/Calm-Tomatillo-7770 · Reddit
Is vibe coding criticism fair? A lot of the criticism of vibe coding is fair. Too many projects look good in a demo then fall apart in production — weak security, missing edge cases, code nobody understands later. One of the biggest gaps is testing (or the total lack of it). I took both automated and manual testing seriously while building Brainary. Ended up with a testing-to-code ratio of about 1 to less than 3, plus a lot of hands-on checking. I think it turned out solid because of that.