Folio Writer is a web-based Microsoft Word style editor built with Next.js, React, and Tiptap. It ships with a rich WYSIWYG writing surface, local autosave, Markdown export, and server-backed PDF and DOCX export routes for web deployment.
- Vercel preview: https://folio-writer.vercel.app/
- Rich text editing with headings, lists, checklists, links, tables, quotes, code blocks, images, colors, and highlights
- Slash commands for fast document structure changes
- Local autosave and template-based document starters
- Live Markdown inspector
- Export to
.md,.pdf, and.docx - Responsive editor workspace designed for browser deployment
Install dependencies and start the dev server:
npm install
npm run devOpen http://localhost:3000.
npm run lint
npm run build
npm run start- Next.js 16
- React 19
- Tiptap
- Tailwind CSS 4
@react-pdf/rendererdocx