# kvikee — Quick Online Games Platform kvikee.com is a modern web platform providing fast, browser-based games designed for quick sessions. The platform focuses on high performance, SEO optimization, and mobile-first experience. ## Technology Stack - **Backend:** PHP 8.4 (Laravel Framework) - **Frontend Logic:** Alpine.js, Livewire, Vanilla JavaScript - **Styling:** CSS (Bootstrap 5, custom styles) - **Asset Bundling:** Vite - **Database:** MySQL - **Infrastructure:** NGINX, Cloudflare ## Key Features - **Daily Challenges:** Unique puzzles and missions updated every 24 hours. - **Global Leaderboards:** Real-time scoring systems for competitive play. - **Seamless PWA:** Progressive Web App supporting home screen installation. - **Multi-language Support:** Full localization for Polish (PL) and English (EN). ## URL Structure - `/pl` - Polish version home - `/en` - English version home - `/{locale}/game/{slug}` - Individual game pages - `/{locale}/regulamin` - Terms of Service - `/{locale}/polityka-prywatnosci` - Privacy Policy ## Implementation Standards - **Strict Typing:** All PHP code uses `declare(strict_types=1);`. - **B.A.L.L. Stack:** Integration of Bootstrap, Alpine, Laravel, and Livewire. - **SEO First:** Canonical tags, Hreflang support, and Schema.org (JSON-LD) integration. - **Performance:** Optimized LCP/CLS with lazy loading and proper image dimensions.