TemplatesDiscord activities
Vanilla (JavaScript)
A basic Discord Activity template without UI libraries.
Vanilla (JavaScript)
A minimal Discord Activity template without any UI frameworks. Pure HTML, CSS, and JavaScript.
Getting Started
Create a project with this template:
npx create-robo@next <project-name> --template discord-activities/vanilla-jsThen navigate into your project directory:
cd <project-name>Run development mode:
npm run devFeatures
- No framework dependencies
- Pure HTML/CSS/JavaScript
- Vite-powered development
- Minimal bundle size
Hosting
npm run deploy