SETUP - 2 MINUTES
1
Log into your GoDaddy File Manager (or use FTP/cPanel). Navigate to the folder where you want to host the pool (e.g. public_html/pool/).
2
Upload all 4 files to the same folder: index.html, admin.html, viewer.html, and state.php. That is everything - no database, no config needed.
3
Open admin.html in your browser. The green dot in the header confirms the server is connected. Set up your players, do the draw, and lock it.
4
Send the viewer.html URL to everyone in the pool. Their phones refresh automatically every 5 seconds - no app install needed.
5
Use Export in Admin to save a backup of the game state anytime. Use Import to restore it if needed.
How it works: Admin saves the game state to state.php on your GoDaddy server every time you click anything. The viewer polls that file every 5 seconds and updates when anything changes. No accounts, no API keys, no third-party services.