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