I'm using Cloudflare with Obsidian Publish to serve this site which has been a breeze. However, I realized that you're somewhat restricted in how you can serve assets after I tried to force the "US BTW" script into my vault. To keep things simple, I moved it over to Cloudflare Pages which offers a free way for me to host JS apps. The fiddly bits of hosting sites and serving apps were never my strong suit, so I'm hoping that I'll be inspired to ship more personal projects by how simple the process is to spin up a new app: just create a new page and link a Github repo.
## US BTW
![[us_btw.png|center|300]]
[This is a silly little app](https://us-btw.pages.dev) that I vibecoded while I was languishing on my sofa with a chest cold. My girlfriend and I love sending each other "literally us" pictures where the two things that are supposed to be us can basically be anything, as long as there are two of them. She showed me an instagram account that made these low-poly "US BTW" Pokémon images, and I figured out that they were ripped from this defunct mobile game called [*Pokemon Rumble Rush*](https://bulbapedia.bulbagarden.net/wiki/Pokémon_Rumble_Rush). This was basically all about handling Pokémon species with multiple forms or variants and scraping them without getting rate limited.