Products

Ten problems. Ten products.

Each one started as a real frustration. The products first — the open source work sits below.

Live products are linked; the rest are marked as in development.

MyLo AIWeb / education
ProductWeb app · AI-assistedLive

MyLo AI

The problem: parents preparing tests or routine practice cannot find worksheets that match their child's specific needs and weaknesses, and hand-making every sheet does not scale.

The solution: a web app that generates level-appropriate worksheets, shares them through private child play links, and closes the loop with hints, scoring, and privacy controls.

  • AI-assisted generation
  • Parent and child flows
  • Public templates and scoring
AISlopGamesWeb / game gallery
ProductWeb platform · CommunityLive

AISlopGames

The problem: AI-made browser games get built in an evening and then vanish — there is no home for them and no way for players to find them.

The solution: an uncurated public gallery where makers paste a playable URL or a small static zip, and players browse, play, favorite, and leave notes. No review queue.

  • Paste a URL or upload a zip
  • Browse and play instantly
  • Favorites, notes, and moderation
KeyNestMobile / privacy
ProductMobile app · Local-firstClosed Beta

KeyNest

The problem: password managers demand accounts, cloud sync, and subscriptions for secrets that should never leave your devices.

The solution: a local-first mobile vault with biometric access, offline password health, and an explicit Android-to-Mac companion path. No account, no cloud.

  • No account or cloud service
  • Offline password health
  • Security review before release
FlavorFlow AIWeb / F&B content
ProductWeb app · AI-assistedLive / beta

FlavorFlow AI

The problem: one social post is hard enough — trends shift and it is unclear what to film for TikTok, Instagram, or Shorts. Posting consistently is even harder without a marketing team.

The solution: a web app that turns one product into a ready-to-film 30-day TikTok and Instagram system — hooks, scripts, shot lists, captions, hashtags, CTAs — with weekly AI reviews that shape the next plan.

  • 30-day content packages
  • Weekly filming checklists
  • AI performance reviews

Bonsai Terminal, Andura UI, and Runpin are public today. WriteSense, Routine, and DataLens open up as they mature.

RunpinSelf-hosted / job runner
ProductOpen source · Self-hosted · Job runnerPublic code

Runpin

The problem: work that outlives a single HTTP request — a long AI job, a batch import — has nowhere to run, so you either hold the connection open or hand-roll a queue.

The solution: a self-hosted durable job runner. Enqueue over HTTP and get a 202 back; a worker with leases, heartbeats, and retry backoff runs it on your own machine, with cron schedules and an operator UI.

  • HTTP enqueue, 202 back
  • Lease, heartbeat, retry backoff
  • Cron schedules in UTC
Andura UIDesign / infrastructure
ProductOpen source · Design systemPublic code

Andura UI

The problem: cross-platform teams duplicate design decisions four times until Flutter, React, Compose, and SwiftUI drift apart.

The solution: one shared component contract and visual catalog feeding native adapters for all four platforms.

  • Shared component contracts
  • Cross-platform adapters
  • Interactive Flutter showcase
Bonsai TerminalDesktop / AI engineering
ProductOpen source · Desktop · AI agentsLive

Bonsai Terminal

The problem: parallel AI coding sessions dissolve into terminal chaos, tangled branches, and unreviewed changes.

The solution: a Tauri desktop control room where every session runs in an isolated Git worktree, with pinned context, coordinator and verifier flows, local history, and review.

  • Parallel AI sessions
  • Git worktree isolation
  • Local history and review
WriteSensemacOS / writing
ProductOpen source · macOS · On-device AIIn development

WriteSense

The problem: writing coaches either upload everything you type to a cloud or give advice that ignores how you actually write.

The solution: a privacy-first macOS coach that learns from corrections locally, with optional on-device Deep Review on compatible Macs.

  • Local writing-pattern learning
  • Encrypted on-device profile
  • Optional Apple Intelligence review
RoutineMobile / planning
ProductOpen source · Mobile app · FlutterIn development

Routine

The problem: planners record intentions but never the reality, so you cannot learn why the plan keeps slipping.

The solution: a local-first Flutter planner pairing recurring plans and native reminders with fast event logging and early schedule insights.

  • Recurring daily timeline
  • Native reminders and notes
  • Early on-device insights
DataLensAndroid / data monitor
ProductOpen source · Android app · Local-firstIn development

DataLens

The problem: data overage alerts arrive too late, and carrier apps hide which app actually consumed the quota.

The solution: an Android monitor built on OS counters — device and per-app history, plan alerts, anomaly detection, widgets, and export, all stored locally.

  • Device and per-app history
  • Plan and anomaly alerts
  • Physical-device validation pending