██╗ ██╗ ██████╗ ██╗██████╗ ██████╗ ██████╗
██║ ██║██╔═══██╗██║██╔══██╗██╔══██╗██╔═══██╗
██║ ██║██║ ██║██║██║ ██║██║ ██║██║ ██║
╚██╗ ██╔╝██║ ██║██║██║ ██║██║ ██║██║ ██║
╚████╔╝ ╚██████╔╝██║██████╔╝██████╔╝╚██████╔╝
╚═══╝ ╚═════╝ ╚═╝╚═════╝ ╚═════╝ ╚═════╝
building software in the vøid
a small, bootstrapped studio shipping AI products, browser extensions, free dev tools and weird browser games. no venture capital. no dark patterns. no lifetime deals dressed up as strategy. one studio backend, one cost ceiling, dozens of surfaces. if it works, you'll know. if it doesn't, the README will say so.
these are the things we'd actually like to pay rent with.
| product | one-line truth | live at |
|---|---|---|
| scrb | ai product description generator for amazon / etsy / shopify sellers — 25 languages, no chatgpt copy-pasting, no per-listing tax | scrb.voiddo.com |
| rankd | "the internet's meanest culture judge" — feed it a movie / game / book / album, get a tier letter and a one-liner that ruins your weekend | rankd.voiddo.com |
| tells | forensic ai for reading what people don't say — read a message, read a person, read a profile · waitlist open | voiddo.com/tells |
we organise everything by surface, not by hype-cycle. pick whichever side of the studio you came for.
┌───────────────────────────────┬───────────────────────────────┐
│ tools.voiddo.com │ extensions.voiddo.com │
│ 21 free cli + npm utils │ 4 live · 8 incoming │
│ npm i -g @v0idd0/<thing> │ chrome / firefox / edge │
│ zero tracking, one purpose │ manifest v3, cross-vendor │
├───────────────────────────────┼───────────────────────────────┤
│ games.voiddo.com │ ai.voiddo.com │
│ 8 weird browser games │ ai tools that don't spam │
│ no microtransactions │ flagships + experiments │
│ factory builders, decay sims│ one gemini chokepoint │
└───────────────────────────────┴───────────────────────────────┘
- tools.voiddo.com — 21 single-purpose dev cli tools on
@v0idd0/*npm. each does one thing, in 30 seconds, with zero deps. the kind of utility you'd write yourself in a flight delay if you weren't busy. - extensions.voiddo.com — chrome / firefox / edge extensions. the AI-flavoured ones share one studio backend with hard daily caps so a runaway prompt can't bankrupt the whole studio.
- games.voiddo.com — eight browser games. one factory builder, one rust simulator, one block puzzle, one anchor-the-ship physics toy, several others. nothing tries to sell you gems. all OSTs released as standalone albums.
- ai.voiddo.com — where the ai-flavoured products live. flagships above plus the experiments still cooking. one model router, one cost ceiling, one place to break.
extras for the curious: voiddo.com/music (4 game OSTs, one composer, no spotify-payola) · voiddo.com/studio (how we operate, what we use, why no LTDs ever) · voiddo.com/blog (one essay/week, no listicles) · voiddo.com/log (devlog, RSS, no medium).
reddit launched a developer funds program with a 60-day payout window. we're shipping a cap-protected trio of devvit apps to find out whether mods will actually install indie tools or whether everything reddit-shaped requires a series A.
| app | personality | dev sub |
|---|---|---|
| rankd-judge | pixel-art arcade verdict screen, gold-on-black, CRT scanlines | r/rankd_judge_dev |
| comment-summary | mod-tool brutalism — terminal green on pure black, IBM Plex Mono | r/comment_summary_dev |
| subbit-pulse | hand-drawn newsletter on a torn journal page, daily 19:00 UTC recap | r/subbit_pulse_dev |
three different mediums, zero overlap. all hit one studio backend (scrb.voiddo.com/api/v1/devvit/*) routed to gemini flash lite. if this works, apps 4-10 follow. if it doesn't, this paragraph will be edited honestly.
manual update, not a feed. last refresh 2026-05-01.
- devvit trio scaffolded → uploaded → installed — three reddit-native apps live in dev subs with owner-supplied pixel-art assets and a
tail-all-logs.shscript that streams 3-color logs from one terminal. - chrome 3-pack approved in one sweep — three extensions cleared the chrome web store on 2026-05-01. only randumb still in chrome review. firefox + edge listings staggered behind.
- subportal architecture locked — tools / extensions / games / ai each have a dedicated subdomain. apex is now a studio storefront, not a product list.
- mergebench + anchorage shipped — games portfolio went 6 → 8 with a noir merge-puzzle and a 3-anchor calm physics game.
- wordpress plugin directory launch —
scrb-ai-product-descriptionscleared WP.org review. rankd WP plugin built and ready, on hold until scrb's queue clears. - admin dashboard rebuilt — admin.voiddo.com pulls 12/15 sections live (revenue, costs, extension installs across 3 stores, npm downloads, github stars, mailer health, infra). honest "—" stubs for not-yet-connected sources.
LIVE [tabsnap] [tokcount] [randumb] [jsonyo*] [jobmeta]
INCOMING [pricepulse] [interviewprep] [profilebrief]
[videotldr] [replyr] [calmscreen]
[shophunt] [stackmap-lite] [gigprime]
*also npm
all listings → extensions.voiddo.com · individual repo source under github.com/voidd0.
twenty-one open-source utilities. small, single-purpose, zero-tracking. install in one line, never think about them again.
npm i -g @v0idd0/cronwtf @v0idd0/jsonyo @v0idd0/regexlab \
@v0idd0/secscan @v0idd0/passgen @v0idd0/sslcheck| tool | what it does | tool | what it does |
|---|---|---|---|
| cronwtf | decode any cron expression in plain english | licenseme | generate a LICENSE file in seconds |
| ctxstuff | pack context for LLM prompts, token-aware | logparse | parse nginx / apache / syslog → structured |
| depcheck | audit npm deps (unused / missing / outdated) | passgen | secure passwords + diceware, zero deps |
| dotdig | DNS lookup for humans | portcheck | see what's listening on local ports |
| envguard | validate .env files against a schema |
promptdiff | diff two LLM prompts at the token level |
| fakeit | generate seedable fake test data | regexlab | explain any regex pattern in plain english |
| gitstats | git contribution stats by author / file / hour | secscan | find committed secrets across a repo |
| gitwhen | pinpoint when a string entered or left a repo | slugmint | i18n-aware URL slug generator |
| httpwut | explain any HTTP status / header, cited to RFC | sslcheck | inspect TLS certs from CLI |
| jsonyo | format / query / validate JSON, simpler than jq | timecheck | convert timestamps between formats / TZs |
| tzdiff | compare timezones side by side |
hub at tools.voiddo.com.
we make eight. nothing pay-to-win, nothing seasonal-FOMO, nothing that asks for your phone number.
| game | the one-line | live at |
|---|---|---|
| void factory | factory-builder roguelike with a dark sense of humour | play.voiddo.com (mobile app) |
| gridlock | minimalist block puzzle on a 4×4 grid | games.voiddo.com/gridlock |
| fe2o3.io | a study in patient decay — you are the formula of rust | games.voiddo.com/fe2o3 |
| mergebench | anti-dark-pattern merge puzzle, walnut + brass clockmaker noir | games.voiddo.com/mergebench |
| anchorage | 3-anchor calm physics — dock the boat, don't break the cup | games.voiddo.com/anchorage |
| mossplots | gardening sim where the moss outlives you | games.voiddo.com/mossplots |
| syncstrike | rhythm puzzle, 60s loops, no DRM | games.voiddo.com/syncstrike |
| crestfall | one-screen roguelike, permadeath, 5 minutes per run | games.voiddo.com/crestfall |
all OSTs by Egor Michurin, released as standalone albums (bandcamp + spotify, no payola) at voiddo.com/music.
- ship before you're ready. code on a laptop is a liability. production is the only place feedback lives.
- server logs and conversion rates do not lie. every other metric we publish is a marketing fiction.
- one studio backend. every AI-flavoured product routes through the same gemini chokepoint with hard daily caps. one bug fix patches every product.
- craft requires staying small. four-figure-per-month MRR is the current measuring stick. we'd rather grow slowly than die in series-A debt.
- one canon, no exceptions. every public-facing surface ends with the same studio signature. footer enforced via pre-commit hook in all 27 repos.
- no venture capital. no board, no growth-at-all-costs, no exit timeline. revenue funds the next thing we build.
- no tracking, no analytics SDKs. server logs and stripe-equivalent receipts are enough. nobody at vøiddo needs to know which button you hovered.
- no lifetime deals as a strategy. windfalls accepted, never planned around. recurring is the only sustainable shape.
- no cargo-cult AI. if a feature works better as
awkor a regex, it ships asawkor a regex. AI gets pulled in when the alternative is genuinely worse. - no platform lock-in. chrome extensions also build for firefox + edge from day one. CLIs run on darwin / linux / win32. data exports as json / markdown by default.
- no over-promising. if the README says "30 lines of code, zero deps", the package on npm is 30 lines of code with zero deps. claims and reality match or the README gets rewritten.
apex · tools · extensions · games · ai · music · studio · blog · log · contact · npm · reddit
Built by vøiddo — a small studio shipping AI-flavoured products, free dev tools, Chrome extensions and weird browser games.