I have depression and spent a decade failing to build an idea. AI helped me finally ship it.
This covers a coding tool or code-capability update — useful for developers assessing workflow changes and reusable value.
After a decade-long struggle with depression and failed attempts to build a social site for TV shows and movies, an individual finally shipped their project, Episodic.…
I've been wanting to build a social site for TV shows and movies since the early '10s, back when I used to read reviews and get recommendations in Orkut communities. Less reviewing, more reading, but I loved that world. When Orkut shut down, everyone scattered - Facebook, VK, Reddit, Quora, a couple of others I don't even remember the names of - and nothing really replaced it. By the time I got into TV shows more seriously, all I had was IMDb, and reviews there were rare or scattered across communities that were already about other things.
I always had the idea: what if there was a social site for both TV shows and movies where people could review individual seasons or episodes, not just leave a single rating?
But depression kept winning. I learned JavaScript, then lost months and had to stop. Started over, learned React, same thing happened again. This went on for over a decade - no job, no shipped project, just starts and stops - a vicious loop.
Then AI tools arrived. I could plan and design what I wanted, and Claude and Gemini(Antigravity) helped me actually write the code. I managed the logic and the system architecture, and I let the AI handle the heavy syntax. I've been building this for the past 7-8 months, and while I made a lot of rookie mistakes, I eventually fixed them, shipped the app, and for the first time I felt I'm not a lost cause.
What I built is Episodic - a social review app for TV shows and movies, built on top of the Trakt API. It's less like a forum and more like a feed - you open it and scroll through reviews of shows, seasons, and episodes as people post them, kind of like Twitter or Bluesky, but just for what everyone's watching. You can log or review any movie, show, entire season, or specific episode, and everything automatically syncs right back to your Trakt account. Under the hood it's a real backend on Cloudflare Workers, a D1 database, KV caching, a live review feed, user profiles, season and episode-level reviews.
If you're also struggling - with code, with consistency, with depression - I just want to say the tools genuinely changed what's possible for me. I know people may or may not use my site, but I'm so glad I could finally ship something I've been thinking about for over a decade.
App is at episodic.cc if you're curious.