Skip to content

Rahoot

Productivity & Wikis

An open‑source, self‑hosted quiz platform for small events

TypeScript Latest 3.1.0 · 21d ago Security brief →

Features

  • Host your own quizzes on a personal server
  • Manager interface with password protection
  • Supports custom theming and branding
  • WebSocket protocol for building custom clients (e.g., physical buzzers)
  • Configurable via JSON file for game settings

Recent releases

View all 3 releases →
No immediate action
3.1.0 New feature

Multi-select question type

Upgrade now
3.0.1 Security relevant
Auth RCE / SSRF

Path‑traversal prevention

3.0.0 Breaking risk
Breaking changes
  • Project name changed from Rahoot to Razzia; GitHub repository moved from github.com/Ralex91/Rahoot to github.com/Ralex91/Razzia.
  • Docker image renamed from ralex91/rahoot to ralex91/razzia; old image will no longer receive updates.
  • Linter migrated from ESLint to oxlint; contributors must reinstall dependencies.
Notable features
  • Redesigned visual identity including new logo, color palette, and UI
  • Updated answer button design with new icons and layout
Full changelog

What's Changed - Rebrand to Razzia

This is a major release that marks the rebranding of the project from Rahoot to Razzia.

⚠️ Breaking Changes

🆕 New project name & repository

The project has been renamed from Rahoot to Razzia. The GitHub repository has been moved accordingly:

  • ❌ Old: github.com/Ralex91/Rahoot
  • ✅ New: github.com/Ralex91/Razzia

GitHub will automatically redirect the old URL, but please update your bookmarks and clones:

git remote set-url origin https://github.com/Ralex91/Razzia.git

🐳 New Docker image

The Docker image has also been renamed. The old ralex91/rahoot image will no longer receive updates.

  • ❌ Old: ralex91/rahoot
  • ✅ New: ralex91/razzia

Update your docker-compose.yml:

# Before
services:
  app:
    image: ralex91/rahoot:latest

# After
services:
  app:
    image: ralex91/razzia:latest

🔍 Linter migrated to oxlint

The project now uses oxlint instead of ESLint for faster linting. Contributors should reinstall dependencies after pulling:

pnpm install

🎨 What's new

  • New project name: Razzia
  • Brand new visual identity: redesigned logo, color palette, and UI
  • Updated answer button design: new icons and layout
  • New linter: migrated from ESLint to oxlint for better performance
  • New Docker image: ralex91/razzia starting at v3.0.0

🙏 Thanks

Thanks to everyone who supported the project and contributed during this transition. The project lives on under a new name, with the same goal: a simple, open-source self-hosted quiz platform.

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

About

Stars
962
Forks
24
Languages
TypeScript CSS Dockerfile

Install & Platforms

Install via
docker docker-compose

Beta — feedback welcome: [email protected]