Socrati
Your personal knowledge podcast from any source
86 followers
Your personal knowledge podcast from any source
86 followers
Your personal knowledge podcast — from any source. Drop in a PDF, a YouTube video, a photo of a page, or a topic you type in. Socrati builds you a full course: narrated audio lessons, multiple-choice drills, fill-in-the-blank exercises, and flashcards. Spaced repetition brings the material back on the day your brain is about to forget it. Built for the moments you can't be at your desk: headphones in on the bus, at the gym, or before bed. Live on iOS and Android in 6 languages.
Products used by Socrati
Explore the tech stack and tools that power Socrati. See what products Socrati uses for development, design, marketing, analytics, and more.
Design & Creative 1
Design & Creative 1

ExpoAn open-source framework for making universal native apps
5.0 (105 reviews)
The alternative was writing the app twice — Swift for iOS, Kotlin for Android — and maintaining two parallel codebases. Expo Router's file-based routing plus EAS Build ship the same TypeScript codebase to both stores at once, and EAS handles iOS code signing without me ever touching Xcode. Single codebase, both stores live, in six months.
Marketing & Sales 1
Marketing & Sales 1

RevenueCatBuild, analyze, and grow your subscription or app service
5.0 (133 reviews)
Subscription management across iOS and Android is a problem I refused to solve myself. RevenueCat handles the StoreKit + Google Play Billing translation layer, gives me a single dashboard for MRR and churn across both platforms, and the promo-code system was a 5-minute setup for this PH launch. Saves indie founders weeks.
AI Agents 1
AI Agents 1

ElevenLabsCreate natural AI voices instantly in any language
4.9 (174 reviews)
Audio is the whole differentiator for Socrati — students listen to lectures on the bus, the gym, before bed — so "sounds human" isn't a nice-to-have, it's the product. Tested OpenAI TTS, and Gemini TTS; ElevenLabs was the only voice where students stopped noticing they were hearing AI within 30 seconds. Moving to ElevenLabs permanently as the narration layer.
This shoutout is worth more than a Gemini one even though Gemini is the underlying generation model — ElevenLabs has an active marketing team that engages with PH launches that name them (retweets, feature placements), Google does not. ElevenLabs' PH review page also gets browsed by AI builders looking for voice synthesis, which is high-intent referral traffic. Gemini's cost-economics story still has a home in the maker comment + YC application; it doesn't need a PH shoutout slot.
Engineering & Development 2
Engineering & Development 2

Claude CodeAnthropic’s deep-context AI coder
5.0 (442 reviews)
Claude Code is my second developer. The 1M-token context window means it ingests the whole codebase before answering, so I'm not constantly re-pasting files. I have the Claude Code CLI wired into my dev dashboard for prompt orchestration and evaluation scoring — not just code completion. More than 95% of Socrati shipped through this loop.

SupabaseThe open source Firebase alternative
5.0 (784 reviews)
Also considered:
Picked Supabase over Firebase because I needed proper Postgres with row-level security on every user table — RLS meant I never wrote a single auth-check function in my edge code. Deno edge functions gave me a clean place to proxy Gemini calls with server-enforced usage caps. Six months in, the entire backend is one Supabase project.
Firebase