Using Static Site Generation adapter in svelte.config.js
- Create a character manually
- Class
- Background
- Background Skills
- Class Skills
- Class Starting Equipment
- Background Starting Equipment
- Species
- Subclass
- Spells
- Add Custom data
- Classes
- Backgrounds
- Skills
- Equipment
- Species
- Spells
- LLM Integration
- research LLM API integration
- Create your own class from Claude prompt
- Save generated class to local browser database
- Export / import class JSON
- Import SRD classes from JSON data
- Dropdown to select the class
- SRD 5.1
- Setup Tailwind CSS/Bootstrap
Once you've created a project and installed dependencies with pnpm install
, start a development server:
pnpm run dev
To create a production version of your app:
pnpm run build
You can preview the production build with pnpm run preview
.