Tired of overkill documentation tools? I was too. So I built FrameD — a clean, modern, and ridiculously fast way to turn your markdown docs into a full website using:

  • React + Vite for ultra-fast dev and builds
  • Tailwind CSS + shadcn-ui for beautiful, responsive UI
  • Markdown-first approach: Just drop .md files into the /docs folder

FrameD automatically routes and renders your markdown content into a navigable site. It supports:

  • Clean URLs from folder structure
  • Component injection (MDX-style coming soon)
  • Theming and layout extensibility
  • Easy deployment to GitHub Pages, Vercel, Netlify

Why not use Docusaurus or similar?

They’re powerful, but sometimes you want full control over the stack, design, and rendering — especially if you’re already working in React or want to deeply customize your docs experience.

How to Use It

Clone the repo, write some markdown, and run:

npm run dev

Checkout at FrameD