Experience quickstart
You can develop your experience frontend in any framework.
However, we have a quickstart React template that sets up the basic boilerplate for you.
| Framework | URL |
|---|---|
| | https://github.com/moneypot/experience-react-template |
You can clone the template to start building your game frontend right away. Or you can use it as a reference and build your own frontend from scratch.
Live demo
Try the experience template instantly in your browser:
This opens a live, editable version of the template that makes bets against our hub1.moneypot.com hub server.
If you sign in to CodeSandbox, you can click the “Fork” button and begin modifying the code!
Experiences generally run inside a MoneyPot.com iframe which lets the casino pass them user info. But for development convenience, they can be run in “playground mode” which creates a fake user with fake HOUSE tokens to test with so it can be run outside of the iframe.
Vibe-code a game
TODO: Share an example prompt that generates a game
What’s next?
- Local development - Run the template locally on your machine
- Publish to MoneyPot - Add your experience to MoneyPot.com so others can play it