Live Runtime
Server status
Public vs Private
What changed
Public at runtime
Realest/public/*static files/dashboardfor bot runtime stats/leaderboardsfor public leaderboard views/api/healthfor status checks/api/bot/*for Discord-backed web data/api/leaderboards*for public leaderboard data/api/metafor a small route map
Private at runtime
commands/,events/,handlers/assets/,utils/,prefixCommands/.envand bot-only startup code
Layout
Cleaner project split
Realest/
bot/ # Discord runtime bootstrap
public/ # Browser-facing website files
web/ # Static server and web routes
commands/
events/
handlers/
utils/
Important
Runtime privacy is not repo privacy
If you make the GitHub repo public, every tracked source file is still public in the repository.
The public folder only controls what the running website exposes.