Vibecoded a reverse proxy Carrd 'plugin'

jasonleow • 1 Sept 2026 •
I did it! Not quite the usual, simple plugin, but got a Cloudflare worker working for reverse proxying Carrd sites, from /#page → /page! Carrd sites are usually single page sites, so this effectively makes it a multi-page site. Better for SEO and what not.
Home - multi-page.carrd.co
Demo - writingemoji.com/blog
This was something I’ve been wanting to build for the longest time, but always felt like it was a hard project to commit to, having to set up a server, API endpoint and all. But now, with Cursor/Claude and Cloudflare workers, it’s ten times easier. Just vibecode it in Cursor, copy-paste one single Javascript file into Cloudflare Workers, hook up the routes to your existing Cloudflare domains, and deploy.
Easy as A-B-C.
Been knocking off some big ideas for my Carrd project. Last month a browser extension, this month a multi-page worker. Wondering if I will soon run out of ideas to build~!
Forwards!