Hacker News new | ask | show | jobs
by tombert 146 days ago
I use Cloudflare Pages for my blog, and I really like it, but my static blog generator (Quartz) only supports Giscus, which requires signing in with a GitHub account.

I was thinking I might be able to hobble together a vibe-coded straightforward thing with Rust-> WASM to make an embeddable comment system, using Cloudflare Workers.

I gotta say that Workers are shockingly pleasant to use. I think I might end up using them for a bigger project.

1 comments

Is Cloudflare Pages still a thing? It looks like it's just Workers now.
It is, they've just aligned them under the same umbrella. It's literally "Workers & Pages" under the CF navigation.
It is mostly just workers though. There's a teeny tiny link there that says "are you looking for pages?".
Pages still seem to work regardless. It was free and it meant that I didn’t have to host it on my own hardware anymore.