A full stack AI powered novel creator built for light novel and anime inspired writers. This is the initial setup of the project. Features will be added progressively as the application grows.
This repository currently includes the frontend setup using React and Vite. The backend has not been created yet and will be added in later stages along with authentication and AI features.
- React
- Vite
- Tailwind CSS
- Node.js (planned)
- Express (planned)
- MongoDB (planned)
- Google Gemini AI (planned)
BlossomQuill/ React frontend
│
├── public/
├── src/
├── index.html
│
├── .gitignore
├── package.json
└── README.md
- User authentication
- AI outline generator
- AI chapter writer
- Markdown editor
- Real time preview
- Drag and drop chapters
- Export to PDF and DOCX
- Dashboard and ebook management
- Responsive UI
- Create backend structure
- Add authentication
- Integrate Google Gemini AI
- Connect frontend editor with backend APIs