>

BRAINBOX DEVELOPMENT

Games, music tools, AI vision analysis, and market dashboards — built by a few developers on a homelab. Free to use, no account needed.

Explore Projects ↓

WHAT WE BUILD

Games, market dashboards, AI image tools, music engines, and creative web apps — built in-house by a few developers on homelab hardware. Free to use, open to explore.

DEV / TOOLS

RAGEBUILDER PHP 8.4 · cron · vision-inspect

Agent-assisted daily project pipeline. New web projects are discovered, designed, coded, and deployed — then automatically linted, tested, and audited every night.

Hard problemUnattended quality pipeline — lint, screenshot, vision audit, and deploy all via cron with no human intervention
Iterating onBetter project discovery, deeper code review, more output formats

VISION Qwen3.6 · vLLM · FLUX

Upload an image, ask questions about it. AI-powered visual analysis — UI auditing, artifact detection, text extraction. Images are processed in-memory, never stored on disk.

Hard problemStreaming large model responses — oscilloscope loading animation while Qwen3.6-27B processes the image
Iterating onMulti-turn conversation, image generation chaining, comparison mode

AI DEV TEAM vLLM · Big Pickle · Qwen · DeepSeek

Seven AI agents across three homelab machines. A multi-agent development pipeline — triage, analysis, architecture, implementation, and review. No cloud services.

Hard problemCoordinating 7 specialized agents across 3 machines with no central service — shell orchestration only
Iterating onShared knowledge base, cross-agent handoff, automated testing
🎮

GAMES

OuchRPG game screenshot

OUCH RPG PHP 8.4 · SQLite · JSON saves

An infinite text adventure — strict state memory meets dynamic storytelling. Your choices are tracked in stone.

Hard problemState memory system — every choice persists across sessions in SQLite, no context drift
Iterating onCombat depth, inventory balance, enemy variety
RetroGrade game screenshot

RETROGRADE HTML5 · Tailwind · Vanilla JS

A retro-futuristic Jeopardy-style trivia game. Pick categories, battle for points, prove your knowledge across decades of pop culture and tech.

Hard problemSingle-file architecture — entire game, UI, and question bank in one HTML file
Iterating onMore categories, timed rounds, multiplayer
StarWeaver game screenshot

STARWEAVER HTML5 · Canvas · Vanilla JS

A celestial word-guessing game. Map the stars to reveal hidden words — solo or head-to-head with a friend.

Hard problemStar-map rendering with Canvas — procedural constellation placement that's replayable
Iterating onDaily word mode, word list curation
VibeGraph game screenshot

VIBEGRAPH PHP 8.4 · HTML5 · Deterministic templates

Feed it music theory parameters — key, mode, tempo, scale — and get back a unique, procedurally generated world description. Every setting maps to tone, palette, geography, and culture.

Hard problemMapping music theory to prose — 7 parameters → deterministic world via seeded mt_srand()
Iterating onAudio synthesizer depth, more sonic landscapes, shareable worlds
INFINYRUN game screenshot

INFINYRUN HTML5 · CSS · Vanilla JS

An infinite procedural sci-fi terminal game. Choose your operative, pick a scenario, and navigate a generated world — one command at a time.

Hard problemProcedural terminal UI — CSS-only terminal aesthetic with no framework
Iterating onScenario variety, character classes, equipment systems
🎵

MUSIC

HARMONIXLY ⭐ Featured PHP 8.4 · librosa · Web Audio API

Chord progression builder and analyzer. Upload a track to detect its harmony, or build progressions interactively with real-time playback.

Hard problemChord detection from audio — librosa analyzes raw audio, PHP maps to theory
Iterating onProgression suggestions, export formats, mobile UX

SNDEYE PHP 8.4 · Web Audio API · librosa

Upload any audio track and watch it translate into a living color palette, CSS gradients, and an AI image prompt — all derived from the sound's spectral data.

Hard problemSpectral analysis pipeline — librosa extracts MFCCs, maps them to color spaces
Iterating onMore output formats, real-time analysis

V.A.M.P. Web Audio API · ACE engine

Vibe Amplified Music Prompter. Describe the mood, scene, or feeling — get a custom AI-generated soundtrack on the fly.

Hard problemAudio generation from text prompts — mapping mood descriptions to synthesizer parameters
Iterating onOutput quality, genre range, longer compositions
📊

MARKET

TRADE SPY PHP 8.4 · Canvas · CoinGecko API

Market research dashboard. Daily trading reports overlaid with live crypto prices, fear/greed index, and equity charts — all cached with TTLs, no database required.

Hard problemGenerating daily market reports without a database — pure file-based cache with TTLs
Iterating onBacktest integration, alert system, more data sources