a dark-fantasy survival sandbox RPG built with SvelteKit and Pixi.js.
we're building this with:
- sveltekit for the frontend
- svelte 5 runes because reactivity goes boop
- tailwind + @hyvnt/hyvui for that operator-adjacent dark mode aesthetic
- pixi.js for the game engine (canvas go fast)
- mongodb to store game states and progression
- bun because why not
bun install
bun run dev # dev server
bun run build # production build
bun run check # type checking (keep it honest)
bun run test:unit # run unit testsMIT — © 2026 Hyvnt