Skip to content

Avuix/avuix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

255 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚡ AVUIX | Next-Gen Unblocked Gaming Terminal

Speed. Privacy. No Limits.

Live Maintained Performance License

⚡ 1,300+ Games 🚀 45ms Response 💯 99.9% Uptime 🔒 Zero Tracking

🎮 PLAY NOW — avuix.github.io  |  📊 STATUS  |  🔐 PRIVACY POLICY


🌟 About AVUIX

AVUIX is a next-generation, browser-based gaming terminal engineered for speed, privacy, and unrestricted access. Featuring an expansive catalog of over 1,300 optimized titles, AVUIX delivers an elite gaming experience from any device — no installations, no accounts, no barriers.

Built with a focus on modular architecture and lightning-fast CDN delivery, every page is optimized to perform at 95+/100 on PageSpeed Insights. Whether you're launching a quick session on mobile or running a full-screen theater experience on desktop, AVUIX adapts seamlessly.

🎯 Who Is AVUIX For?

  • 🎮 Gamers who want instant access to hundreds of titles — no installs, no paywalls
  • 🔒 Privacy-conscious users who refuse to be tracked or profiled
  • Speed enthusiasts who won't tolerate slow load times or laggy interfaces
  • 🌐 Everyone who deserves unrestricted access to great games

✨ Key Features

Feature Description
🎮 1,300+ Unblocked Games One of the largest independent browser game catalogs on GitHub, continuously updated
Lightning-Fast CDN Games served via optimized CDN for sub-50ms response times globally
🔒 Military-Grade Encryption Full HTTPS + Cloudflare DDoS protection on every request
👁️ Zero Tracking / Privacy-First No cookies for advertising, no analytics fingerprinting, no data sold — ever
🌌 Neon UI Architecture Custom CSS framework built with radial gradients, GPU-accelerated glow effects, and the Orbitron typeface for an immersive sci-fi terminal aesthetic
🎬 Theater Mode Full-screen isolated iframe environments let you play games distraction-free, with clean borders and smooth launch transitions
📡 Diagnostic Terminal Real-time system status dashboard (status.html) monitors platform health, server response, and uptime live
📱 Responsive Design Fully optimized for desktop "Command Center" layouts and mobile touch interfaces — same experience, any screen size
👾 Integrated Proxies Built-in proxy terminals for extended access without leaving the platform
Accessibility Semantic HTML5 landmarks, ARIA labels, keyboard navigation, and 4.5:1+ color contrast ratios throughout

⚡ Performance Highlights

AVUIX was engineered for maximum PageSpeed performance across all pages. Every optimization was deliberately implemented to reduce load times and improve user experience.

Metric Score
🟢 Performance 95+ / 100
🟢 Accessibility 96+ / 100
🟢 Best Practices 100 / 100
🟢 SEO 95+ / 100

⚙️ Optimization Techniques

  • Inline Critical CSS — above-the-fold styles load instantly with zero render-blocking
  • Async Font Loading — Google Fonts (Orbitron, Inter) load asynchronously via media="print" swap
  • Deferred Stylesheets — non-critical CSS is deferred until after first paint
  • GPU-Accelerated Animationswill-change and transform ensure smooth 60fps effects
  • Lazy Rendering — game hub tiles load progressively using IntersectionObserver for near-instant page load

🛠️ Tech Stack

Layer Technology Details
Structure HTML5 Semantic elements (<main>, <header>, <nav>, <footer>) for SEO and accessibility
Styling CSS3 Custom properties (:root variables), Flexbox, CSS Grid, backdrop-filter, radial-gradient
Scripting Vanilla JavaScript Navigation logic, cookie consent, game state management, lazy loading — no frameworks, no bloat
Typography Orbitron + Inter Orbitron (monospace/sci-fi) for headings; Inter (clean sans-serif) for body text
Games Unity WebGL + HTML5 Supports high-end Unity WebGL titles (e.g., Slope Plus) alongside lightweight HTML5 games
Security HTTPS + Cloudflare TLS encryption, DDoS mitigation, and CDN delivery through Cloudflare

📂 Project Structure

avuix/
├── index.html              # Homepage — hero section, stats, info cards
├── 404.html                # Custom error page with neon aesthetic
├── CNAME                   # Custom domain config (avuix.io — future)
│
├── pages/
│   ├── hub.html            # Main game hub — 1,300+ game catalog with lazy loading
│   ├── proxies.html        # Proxy terminals for extended access
│   ├── about.html          # About AVUIX — mission and platform info
│   ├── status.html         # Live diagnostic terminal — uptime & status monitoring
│   └── privacy-policy.html # Privacy policy — zero tracking commitment
│
├── css/
│   └── styles.css          # Shared stylesheet (deferred, non-critical styles)
│
├── images/
│   └── favicon.png         # Site favicon
│
├── games/                  # Game assets — catalog batch 1
├── games2/                 # Game assets — catalog batch 2
└── games3/                 # Game assets — catalog batch 3

🚀 Getting Started

Visit the Site

The fastest way to get started is to simply open your browser and navigate to:

https://avuix.github.io/avuix/

Navigate the Platform

Page URL Description
🏠 Home avuix.github.io/avuix/ Launch terminal — stats, info, and quick access
🎮 Games avuix.github.io/avuix/pages/hub.html Full game catalog — search, browse, and launch
👾 Proxies avuix.github.io/avuix/pages/proxies.html Proxy terminal for extended access
📜 About avuix.github.io/avuix/pages/about.html Learn more about the platform
📡 Status avuix.github.io/avuix/pages/status.html Real-time system health monitoring
🔐 Privacy avuix.github.io/avuix/pages/privacy-policy.html Our zero-tracking privacy commitment

💡 Tips & Troubleshooting

🔍 Game Search

Tip: When searching for a game in the hub, do not use spaces — the search matches exact slugs.

❌ 1v1.lol       →  No results
✅ 1v1lol        →  Found!

❌ slope game    →  No results
✅ slope         →  Found!

🌐 Browser Compatibility

Browser Status
Chrome / Edge ✅ Fully supported
Firefox ✅ Fully supported
Safari ✅ Supported (iOS 15+)
Opera ✅ Fully supported

🐛 Known Issues & Reporting Bugs

  • Found a bug or broken game? Open a GitHub Issue
  • Include the page URL, browser version, and steps to reproduce

🤝 Contributing

Contributions are welcome! Here's how to help:

  1. Fork this repository
  2. Create a feature branch: git checkout -b feature/your-feature
  3. Make your changes following the existing code style
  4. Test your changes locally (open index.html in a browser)
  5. Submit a Pull Request with a clear description

Development Guidelines

  • Keep all CSS inline or in css/styles.css — no external CSS frameworks
  • Use Vanilla JS only — no jQuery, no npm, no build tools required
  • Match the existing neon aesthetic (--purple: #bc13fe, --green: #00ff88)
  • Ensure new pages have <meta description>, <main> landmark, and proper heading hierarchy
  • Test on both mobile and desktop before submitting

📜 Credits & Acknowledgments

Credit Contribution
🗂️ UGS FILES Game asset archive and catalog resources
🌐 Titanium Network Proxy infrastructure and networking tools
☁️ Cloudflare CDN, DDoS protection, and domain management
🎨 Google Fonts Orbitron and Inter typefaces
👥 AVUIX Team Platform design, development, and maintenance

📞 Support & Community

Channel Link
🐛 Bug Reports GitHub Issues
💬 Feedback GitHub Discussions
🌐 G-PAGES avuix.github.io
🌐 G-SITE avuix.games
📡 Platform Status avuix.github.io/pages/status

⚡ AVUIX — Where Gaming Has No Limits

Built for speed. Built for privacy. Built for you.

Visit AVUIX

© 2026 AVUIX · All Rights Reserved

About

AVUIX is a next-generation, browser-based gaming terminal engineered for speed, privacy, and unrestricted access. Featuring an expansive catalog of over 1,300 optimized titles and 10+ proxies, AVUIX delivers an elite gaming experience from any device — no installations, no accounts, no barriers. ⚠️ AS OF NOW THE WEBSITE IS EXPIERMENTAL ⚠️

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages