ArcadeForge
A turnkey software and cloud service for custom arcade cabinets: upload ROMs and art, push game updates through a simple pipeline, and sync leaderboards across cabinets.
DIY arcade cabinet builders and retro-gaming hobbyists running multi-cabinet home arcades
- Git-style game deployment from a private repo or USB stick with auto-generated per-game metadata
- Auto-scaling output for any monitor (CRT, LCD, OLED) with proper scanline and integer-scaling emulation
- Multi-cabinet online leaderboard and tournament sync without port forwarding or static IPs
- Curated community ROM library with ratings, legality notes, and verified dump sources
Custom arcade cabinet builds are resurging and the RCade demo on HN showed a maker pairing CI/CD with CRT hardware, exposing a clear gap for hobbyist-friendly deployment tooling.
Custom arcade cabinet building is an active but narrow hobby — Etsy sellers ship pre-packaged frontend bundles, multiple DIY guides exist, yet the anchor HN signal (RCade) only got 20 points / 3 comments, indicating modest buzz rather than a surging mainstream niche.RCade: Building a Community Arcade Cabinet | Hacker News ↗Ultimate Retro Game Frontend Pack | 120 Systems | +2000GB Setup ↗
Very crowded: free frontends (Batocera, RetroBat, RetroPie, Daijisho), paid LaunchBox/BigBox (~$40), and cloud-syncing ROM managers like RomM and browser-based RetroAssembly already cover library management and save sync — leaving little unoccupied space for a cabinet-specific CI/CD + leaderboard product.RomM — self-hosted ROM manager with save sync across devices ↗RetroAssembly — retro game cabinet in your browser with cloud save sync ↗Batocera vs RetroBat vs LaunchBox: Best Front-End 2025 ↗
Retro-cabinet builders are accustomed to free/open-source tooling (RetroPie, Batocera, RomM); LaunchBox/BigBox proves some one-time license willingness to pay, but a recurring cloud subscription for cabinets is unproven and the addressable market is small.Best Emulator Frontend 2026: Honest Comparison (BigBox £40 noted) ↗RomM — free self-hosted ROM manager ↗
Retro gaming has been a persistent hobby for decades and the market is expanding — retro console revenue projected to reach $4.18B in 2026 — supporting multi-year demand for cabinet tooling.Retro Gaming Console Sales Statistics 2026 ↗
Building a turnkey software + cloud deployment pipeline (frontend, ROM/asset upload, OTA push, leaderboard sync) is technically feasible with commodity infra but requires coordinating emulator frontends, CI/CD, and cloud state across heterogeneous cabinets — moderate complexity, not trivial.RCade GitHub repo — reference architecture for GitHub-based deployment pipeline ↗