This is a hobby project i've been working on for a while. It's a custom client made for the current NovelAI API. It's not affiliated with NovelAI in any way, and is made purely for fun.
- Login
- View stories
- Lorebook
- Generate image based on story (WIP)
- Modularization
- More to come
- Clone the repository
- Install dependencies
// If using yarn (recommended, as there is a yarn.lock file)
yarn
// If using npm
npm install
- Run the application
// If using yarn
yarn dev
// If using npm
npm run dev
- Enjoy!
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.