Secure Authentication Portal for BlackRoad OS Systems
Live: https://pitstop.blackroad.io (pending setup)
Pitstop is the secure gateway to all BlackRoad OS metaverse files and systems. It provides:
- 🔐 Authentication - Login required to access any files
- 📁 File Management - Browse and access all metaverse files
- 🌌 System Access - Launch universe, view code, read docs
- 👤 Session Management - Secure 24-hour sessions
- 🎨 Beautiful UI - Modern glass morphism design
- Username/password login
- Session management (24-hour expiry)
- Secure logout
- Auto-redirect on session expiry
- File Grid - Visual cards for all metaverse files
- Stats Overview - Total files, systems, code lines, deployments
- Quick Access - One-click to open any file
- Live Badges - Shows file status (LIVE, SYSTEM, DOCS, etc.)
- Client-side session storage
- No backend required (static hosting)
- Protected file access
- Automatic session validation
For demo/testing purposes:
Username: alexa
Password: blackroad2025
Username: admin
Password: blackroad2025
index.html before production deployment!
blackroad-pitstop/
├── index.html # Login page with authentication
├── dashboard.html # File dashboard (protected)
├── wrangler.toml # Cloudflare Pages config
├── package.json # Project metadata
├── README.md # This file
└── .gitignore # Git ignore rules
cd /Users/alexa/blackroad-pitstop
wrangler pages deploy . --project-name=blackroad-pitstop- Go to Cloudflare Dashboard → Pages → blackroad-pitstop
- Click "Custom domains" → "Set up a custom domain"
- Enter:
pitstop.blackroad.io - DNS auto-configured by Cloudflare
Edit index.html around line 250:
const VALID_CREDENTIALS = {
'yourusername': 'yourpassword',
'admin': 'strongpassword123'
};Edit index.html around line 257:
const SESSION_DURATION = 24 * 60 * 60 * 1000; // 24 hoursAll BlackRoad OS systems accessible through authenticated dashboard:
- universe.blackroad.io - Complete metaverse
- earth.blackroad.io - Earth simulation
- app.blackroad.io - Main application
- api.blackroad.io - Backend API
- Total Files: 32
- Systems: 18
- Code Lines: 14K+
- Deployments: 3
BlackRoad OS, Inc.
- Email: blackroad.systems@gmail.com
- Primary: amundsonalexa@gmail.com
© 2025 BlackRoad OS, Inc. All rights reserved.
Built with 💚 by BlackRoad OS, Inc.
December 22, 2025
🔐 SECURE ACCESS TO THE METAVERSE 🔐