socialimplosion is an invite-only social network for a few hundred friends where the rules change every week. Real auth, 49 API endpoints, a rule engine — built in roughly 19 hours, then beta-tested by six AI personas before any human joined.
socialimplosion is a deliberately weird idea: a social network with no influencers, no follower counts, and no algorithm. Nobody joins without an invite — and if someone behaves badly, their whole invite branch gets cut. Every week, the rules change: one week you can only post in emoji; another week the feed scrolls sideways; some weeks the rule isn't even stated and users have to figure it out.
The clever part technically: each week is one configuration object that reshapes the entire app — composer rules, layout, theme, reactions, even whether users are anonymous. Past weeks freeze into a read-only archive.
The question: How much real product can one person ship in a day — and how do you test a social network that has no users yet?
The very first commit was a functioning invite-tree network with the weekly rule engine. About 50 more commits over two days layered on polish — roughly 6,000 lines of TypeScript, 27 interface components, 49 API endpoints.
Not a toy: invite links, email magic-link login, and sessions in a real database, running serverless on Cloudflare's edge — an architecture that costs near zero until it has real traffic.
Weekly rules could easily wreck the product, so 11 immutable design laws are codified — readability floors enforced in code, posted content never altered retroactively, frozen weeks stay frozen even for the admin.
Before any human joined, six AI personas with distinct personalities signed up through real invite links and used the live product. They filed 10 genuine bugs — including a security leak where quiz answers were visible to clients — and every persona, including the skeptics, said they'd come back.
The AI-persona test is the piece worth stealing for any product launch. A cold-start social product is normally untestable — you can't see how it feels populated until it's populated. Here, six synthetic users with different temperaments joined, posted, commented, played the games, and wrote up their experience:
socialimplosion is an experiment, and it might stay one. That's the point: a fully working social network — auth, database, moderation model, rule engine, games — cost about a day of AI-assisted work. At that price, you can afford to build things just to find out if they're fun.
For a business, the same math applies to internal tools, customer portals, and product experiments that never got built because “a whole app” sounded expensive.
Book a free assessment. I'll review your operations and show you where AI can make the biggest impact.