Syntax Scribe

Generate documentation for your TypeScript or JavaScript pro

Visit Website
June 4, 2025 I built a tool to automate code documentation from TypeScript, Vue & JSX

I'm building a dev tool called SyntaxScribe. It’s a CLI that generates clean Markdown docs from your codebase (TS, Vue, JSX) and even creates a MkDocs site automatically. Why? Because I was tired of: - Handwriting docs that get outdated - Onboarding devs who don’t know where to start - Wasting hours copy-pasting JSDoc It’s now live at https://syntaxscribe.com with a freemium model and full CLI support. Would love your thoughts—especially from other indie hackers or OSS maintainers.

Comment

About

Writing developer docs manually is tedious for TypeScript + Vue projects. So I built SyntaxScribe, a CLI that generates clean, structured Markdown docs from your source code, and turns them into beautiful documentation