A modern Markdown editor platform built with Next.js, designed for real-time editing, document synchronization, and advanced processing.
- Advanced Editor: Real-time rendering, multi-tab support, and focus mode for distraction-free writing.
- File Management: Bulk file conversion, multi-format export (PDF, HTML, ZIP), and secure cloud synchronization.
- Customizable UI: Multiple themes, responsive design, and accessible interface.
- Robust Backend: Built on MongoDB with secure authentication and efficient document processing.
- Node.js 18.17.0 or higher
- MongoDB 7.0 or higher
# Clone the repository
git clone https://github.com/your-username/notexa.git
cd notexa
# Install dependencies
npm install
# Configure environment
cp .env.example .env.local
# Edit .env.local with your configuration# Start development server
npm run dev# Build for production
npm run build
# Start production server
npm startFor detailed guides and architecture information, please refer to the docs/ directory.
Previous documentation has been moved to doc/oldreadme.
MIT License