Openora is open - what works today, and what doesn't #25
zaxovaiko
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Openora is an open-source, headless, plugin-based backend for iGaming. You clone or install it, extend it with your own modules and adapters, and keep your frontend in your own repo. AGPL-3.0.
Status is alpha, pre-1.0. Contracts and package layout still move between releases, so it's something to prototype on today, not to launch on tomorrow. I'd rather say that up front than have you find out on the way.
What's usable right now:
better-auth, roles, a single admin guardWhat isn't there yet: a real game lobby, CMS, bonuses, tournaments, affiliates, jackpots. Which of those comes first is exactly what we're picking in #24 - go react there.
Quick start (Node 26+, pnpm 11+, Docker):
API on
:3001,admin@oss.dev/password123.Roadmap board: https://github.com/orgs/blurifycom/projects/1
Where to go from here: Q&A if something doesn't run, Ideas if you want something built or want to propose an RFC, General for everything else.
All reactions