A powerful toolkit for creating drafts and technical content with modern tools.
- 📝 Markdown Support: Clean and simple text formatting
- 📊 Mermaid Integration: Create elegant diagrams and flowcharts
- 🔢 Mathematics Support:
- Typst for mathematics
- P5js for drawing
- 🌳 Smart Navigation: Automatic TreeSideBar generation
- 🇻🇳 Unicode Support: Full compatibility with Vietnamese characters and spaces in paths
# Clone the repository
git clone https://github.com/anthule123/draft-kit.git
# Install dependencies
npm install
# Start development server
npm run dev
- Create content using Markdown:
# Your Title
Your content here...
- Add diagrams with Mermaid:
graph TD
A[Start] --> B[End]
- Insert simple math blocks with Typst:
Visit our documentation for detailed guides and examples.
MIT License - see LICENSE for details
Contributions are welcome! Please read our contributing guidelines.
Built with ❤️ using Next.js