journal 2 hours ago

Does not using it count as alternative?

objcts 7 hours ago

i've been having fun building with astro on cloudflare workers... i have a few apps that have API endpoints, content, and react/svelte components all glued together in one codebase. it's been relatively easy to add drizzle and cloudflare's D1 database to handle data stuff alongside everything else.

johncoltrane 8 hours ago

(detailed use case) => detailed reasoning

  • blinkbat 8 hours ago

    just want something comparable to next (api layer, ssr ability, nice surface api), for a relatively simple case (oauth with ms, simple api to query other apis).

    I'm avoiding Next because deploying it on anything non-vercel sucks.