So I
just started on this a week and a half ago, but thanks to a recent layoff, I'm able to churn through it a little more quickly than I thought I might be able to, and I don't anticipate it ever making any real money, so I think it counts.
The gist is that it's a site for imagining who would be cast into the roles of comic books, anime, books, or old TV series (or film) if they were adapted into modern a modern movie.
It was originally born out of the idea when The Dark Knight aired, and I was pretty confident that Heath Ledger was going to be good, but when I was chatting with a different group of friends than those who had already heard me say that, nobody believed it. So the first pass of it was just a simple form of social proof, but the more I've thought about it over the years, the more it's evolved.
It's pretty useless right now, but at the pace I'm going, I should be able to have a workable MVP in the next few days before I have to start looking for another job.
https://fancasting.com
The frontend is Next/React, and the few 'backend' pieces are also Next API functions (which isn't something I've really delved into before, so kind of fun, ignoring the weird latency effect of functions) - the only thing that currently resembles what I'm used to as a backend is the Planetscale DB, which it speaks to via Prisma.