Public Website & Dashboard Separation
NystBot now has a public showroom website on www.nystbot.com while the authenticated server-management experience stays on dashboard.nystbot.com.
✨ Added
- Public NystBot homepage with product overview, feature highlights, dashboard preview and clear calls to action.
- Public Features page at /features.
- Public About page at /about.
- Public navigation for Home, Features, Changelog and About.
- Public Add NystBot buttons using the production Discord bot invite.
- Host-aware routing so dashboard.nystbot.com/ opens the authenticated dashboard while www.nystbot.com/ remains public.
↗ Improved
- Changelog, Privacy and Terms remain public and no longer require visitors to enter the dashboard first.
- Dashboard branding links back to the public NystBot website.
- Local development keeps the public homepage at / and the management area at /dashboard.
✓ Fixed
- The old root route no longer forces ordinary website visitors straight into Discord OAuth.
- Dashboard authentication is isolated to the management area instead of being the first experience for every visitor.