Meet Scott Bromander
Scott Bromander is a builder of high-performing product and engineering teams who turns ideas into shipped outcomes. His path runs through YourPath Health, Statespace (Aimlabs), The Nerdery, and Prime Digital Academy, where he led cross-functional delivery and mentored talent, before focusing on AI-powered product development and team coaching at scale.
Below is a recent collection of his independent work, Courses, hands-on prototypes, and production-grade experiments spanning voice interfaces (HeyZoo!), structured-output curriculum tools (SnekSchool), dynamic event engines (SnekTL), and AI workflow R&D (SnekLab). Together they show how Scott blends product thinking, pragmatic engineering, and modern AI to validate ideas quickly and turn them into useful software.
INDEPENDENT PROJECTS
INDEPENDENT PROJECTS
SnekLab
SnekLab is Scott’s full-stack AI creative workspace — a platform for generating, organizing, and shipping creative assets across images, video, audio, and 3D models. It pairs a React node-graph editor with a FastAPI backend, worker pools, and Postgres to let you build visual generation pipelines, fan them out across providers (Anthropic, OpenAI, Google Gemini, Flux, Veo, Sora, ElevenLabs, Meshy), and run many jobs in parallel instead of one-off prompts. Beyond generation, SnekLab has grown into a full workspace: freeform design boards with rich text and AI-powered brainstorming (Riff), project dashboards with team roles and task tracking, a music album system with built-in playback, a tagged and filterable media gallery, a course-based learning platform with XP progression, user profiles with social connections, SnekSheets for turning workflows into shareable presentation layers, and multi-org support.
SnekLab
SnekLab is Scott’s AI R&D sandbox and workflow workbench, a place to prototype, chain, and ship generative pipelines. It pairs a React node-graph editor with a FastAPI backend and job queue so images, video, and audio can be composed as reproducible flows (prompt → model → post-process → publish), then executed asynchronously at scale. Backed by Postgres and S3, it supports versioned runs, observable logs, and structured outputs, while integrating providers like OpenAI, Gemini, and ElevenLabs to compare models, tune prompts, and turn experiments into dependable tooling.

HeyZoo!
HeyZoo! is a voice-first exhibit kiosk and admin portal that lets visitors ask questions out loud and get instant, natural-sounding answers. The Raspberry Pi + Python/FastAPI kiosk captures audio, routes it through a STT, LLM, and TTS and plays the response. The React portal gives staff control over content, guardrails, and insights. Under the hood, RBAC, audit trails, and content controls are backed by Postgres, Valkey, and S3, making the system secure, observable, and easy to operate in the wild.
HeyZoo!
HeyZoo! is a voice-first exhibit kiosk and admin portal that lets visitors ask questions out loud and get instant, natural-sounding answers. The Raspberry Pi + Python/FastAPI kiosk captures audio, routes it through a STT, LLM, and TTS and plays the response. The React portal gives staff control over content, guardrails, and insights. Under the hood, RBAC, audit trails, and content controls are backed by Postgres, Valkey, and S3, making the system secure, observable, and easy to operate in the wild.
SnekTL
SnekTL is a schema-driven event engine inspired by FTL. Built to generate dynamic, AI generated encounters on demand. A FastAPI backend with workers and a job queue produces JSON-validated events (options, rolls, outcomes), enforces rate limits and idempotent retries, and logs telemetry for balance and iteration. Structured Data Outputs (SDO) make results realiable, while a backend portal allows game designs to test, and evolve content safely. The playform treats SDO as a real live-service primitive for game systems.
(SnekTL was a demo application that was live from Nov 25 – Mar 26)
SnekTL
SnekTL is a schema-driven event engine inspired by FTL. Built to generate dynamic, AI generated encounters on demand. A FastAPI backend with workers and a job queue produces JSON-validated events (options, rolls, outcomes), enforces rate limits and idempotent retries, and logs telemetry for balance and iteration. Structured Data Outputs (SDO) make results realiable, while a backend portal allows game designs to test, and evolve content safely. The playform treats SDO as a real live-service primitive for game systems.
SnekSchool
SnekSchool is a schema-first curriculum generator that turns a single prompt into a complete, structured course. Using Structured Data Outputs, it produces validated hierarchies: Curriculum → Unit → Section → Lecture, so content is predictable, reviewable, and easy to plug into real apps. Built to stress deep fan-out generation, it supports quick edits, unit image generation, and export.
SnekSchool
SnekSchool is a schema-first curriculum generator that turns a single prompt into a complete, structured course. Using Structured Data Outputs, it produces validated hierarchies: Curriculum → Unit → Section → Lecture, so content is predictable, reviewable, and easy to plug into real apps. Built to stress deep fan-out generation, it supports quick edits, unit image generation, and export.



