| raw | raw/i-made-1-5m-from-an-app-you-ve-never-heard-of.md |
|---|---|
| url |
TL;DR
Jordan solo-bootstrapped Parakeet Chat, an email-based AI learning and communication platform for incarcerated people, generating $300,000/year and $1.5 million in lifetime revenue. Operating in the highly closed ecosystem of federal prisons, Parakeet Chat has no user interface, no mobile app, and no App Store presence. Inmates use their restricted prison email network to message a dedicated Parakeet email address, where a backend bot handles queries via the ChatGPT API—facilitating legal case-law research, sports stat lookups, and family messaging—while families on the outside pay a $15 to $20/month subscription.
The Founder’s Story
Jordan completed a Master of Science program, researching moon rovers and robotic systems, before securing a corporate research position at a Fortune 100 enterprise. Finding corporate life uninspiring, he taught himself software engineering, relocated to San Francisco, and became a freelance software developer.
While finishing a mobile app for a freelance client, Jordan joined their wrap-up Zoom call, only to be met by the client’s girlfriend, who tearfully revealed the client had suddenly been sent to federal prison. Jordan stayed in touch with him for several years via physical letters. During their correspondence, the friend detailed how communication and information services in prison were low-quality, overpriced, monopolistic scams. Recognizing an opportunity to provide massive utility, Jordan set out to build a solution.
How Parakeet Chat Works
Parakeet Chat is engineered entirely around the strict technological limitations of the US federal prison system.
1. Interface-Less Email Bot Architecture
- No UI/App: Prisoners do not have internet access or smartphones. They cannot download mobile apps or access websites.
- Email Processing Loop: Prisoners have access to internal, text-only prison email terminals (such as CorrLinks).
- The Flow: Incarcerated users send a text email to a specific Parakeet Chat email address. The Parakeet backend server intercepts the incoming SMTP mail, parses the text query, sends it to the ChatGPT API, formats the AI response, and emails it back to the inmate.
2. The User/Customer Bifurcation
- The User: The incarcerated individual on the inside, who uses the tool to ask ChatGPT questions, lookup sports scores, or write messages to their family.
- The Customer: The family members on the outside, who pay a standard SaaS subscription of $15 to $20 per month (or discounted annual rates) to fund the inmate’s account.
Validation & Growth in a Closed Ecosystem
1. Unified MVP & Validation
In a highly closed, zero-internet environment like a prison, standard validation techniques (like landing pages, pre-sales, or search ads) are impossible.
- The Strategy: Validating and building the MVP had to be the same step. Jordan built a functional email prototype in one month, launched it directly to his contacts on the inside, and let it prove itself.
- Results: Within the first month, the platform had 200 active paying users and was profitable.
2. High-Intent Word-of-Mouth Virality
Growth is entirely organic, spreading purely through word-of-mouth in prison yards. Because inmates are isolated and desperate for high-quality information, early adopters became passionate evangelists.
- Referral Loop: Jordan built an automated referral credit system. If an inmate referred a peer who subsequently signed up and paid, the referrer received one month of free credits.
- Market Share: Parakeet Chat has reached 30,000 total users, representing roughly 20% of the entire United States federal prison population. The app has enabled over 100,000 family connections and sent more than 9 million messages.
3. Core Use Cases on the Inside
- Legal and Case-Law Research: The primary use case. Inmates have highly restricted libraries, so using ChatGPT to look up case law and analyze their own legal cases is extremely popular.
- Family Communications: Writing and translating messages to stay in touch with daughters, sons, and spouses.
- General Learning & Entrepreneurship: Looking up educational concepts, sports stats, and asking business startup questions to plan for their post-incarceration life.
Tech Stack & Coding Philosophy
Jordan, an engineer with over a decade of manual software experience, built the original platform using standard tools, but has transitioned entirely to AI-driven maintenance.
- Programming Language: TypeScript.
- Frontend: React (for the family billing dashboard on the outside).
- Database: PostgreSQL.
- In-Memory Cache & Queue: Redis (essential for queuing incoming email SMTP webhooks).
- Authentication: Auth0 (to avoid coding a custom login portal).
- ORM: Prisma.
- Validation: Zod (vital for sanitizing external email webhook inputs against a strict schema).
- Environment: Docker containers.
- AI-Assisted Operations: Jordan hasn’t opened his manual code editor in 3–6 months; all maintenance and new feature scripts are written via AI coding models.
Key Quotes
- “Validation is not necessarily a specific strategy. It’s: do you want to validate? … Because as soon as you validate, your idea goes from a little thing in your head that you love… to the world, and the world is probably going to spit on it… You must be willing to let your idea die.”
- “Parakeet Chat made a little over 300K last year… lifetime over 1.5 million American dollars… The total number of people who have ever tried it is 30,000, which is 20% of the entire US federal prison population.”
- “If you want to be a successful entrepreneur… go and come up with a stupid idea, an idiotic idea that everyone tells you will not work, and just do it right now… you will learn more from that mess-up than reading 20 books.”
Related Frameworks & Playbooks
- idea-validation — Landing page buy buttons and paid intent testing