6 Commits

Author SHA1 Message Date
Gekon Dev 4dc29b0825 fix: switch default start script to stable dev server
Use Vite dev server on 127.0.0.1:5173 as default start command for reverse-proxy deployments and keep preview mode as an explicit script.
2026-05-09 20:25:52 +03:00
Gekon Dev bf58f7e5d3 chore: add production start script on port 5173
Provide a stable npm start command using Vite preview on 127.0.0.1:5173 for reverse-proxy deployments.
2026-05-09 20:23:40 +03:00
Gekon Dev da980c865a fix: allow custom production host in dev server
Add gekon.pvenode.ru to Vite allowedHosts so domain-based access works behind proxy/certificate setup.
2026-05-09 20:17:46 +03:00
Gekon Dev a16f6a5c58 feat: add legal pages and improve site navigation
Introduce polished legal/support/contact/careers/about pages with production-ready content and update header/footer links to point to real routes and external resources.
2026-05-09 20:11:26 +03:00
Gekon Dev 80f98282e7 feat: redesign landing sections and interactions
Refresh visual design across hero, map, features, FAQ, and performance sections with tighter spacing, richer animations, updated branding assets, and localization/content tweaks.
2026-05-06 19:02:07 +03:00
Gekon Dev c1c139de32 feat: Add animated particles background and interactive server map
- Added ParticlesBackground component with Canvas-based animation
- Created ServerMap with 25+ global server locations
- Added interactive hover tooltips for server details
- Implemented real-time stats display (users, latency)
- Fixed hydration mismatch error in ServerMap
- Increased particle visibility (opacity 0.6, 150 particles)
- Added Docker support with docker-compose.yml
- Created comprehensive documentation (SETUP.md, DEBUG.md, FEATURES.md)
- Added translations for new sections (EN/RU/ZH)
- Configured proper port mapping (5173)

New features:
- Animated particles with dynamic connections
- Global network infrastructure visualization
- 25 server locations across 6 continents
- Hover interactions with server statistics
- Responsive design for all screen sizes
2026-04-21 02:05:09 +03:00