Deploying my Astro + Turso + Drizzle project to Cloudflare Pages

This page summarizes the projects mentioned and recommended in the original post on dev.to

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • map

    Visitor heatmap (by flashblaze)

    flashblaze/map

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • Preact

    ⚛️ Fast 3kB React alternative with the same modern API. Components & Virtual DOM.

    For rendering the map, I went with Preact and deck.gl.

  • drizzle-orm

    Headless TypeScript ORM with a head. Runs on Node, Bun and Deno. Lives on the Edge and yes, it's a JavaScript ORM too 😅

    For storing the location data, I could have gone with Cloudflare's own D1, but I went with Turso and drizzle ORM as my ORM.

  • astro

    The web framework for content-driven websites. ⭐️ Star to support our work!

    I knew I wanted a fullstack framework to access the headers from the app itself. As such, I went with Astro since I was familiar with it and the docs also explain in great detail on how to deploy Astro site on Cloudflare Pages.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Reactive Clojure: You don't need a web framework, you need a web language

    14 projects | news.ycombinator.com | 23 Sep 2021
  • Preact vs React: Which Framework is Right for Your Next Project?

    3 projects | dev.to | 24 Oct 2024
  • Fun with Remix (React) and the Discogs API

    3 projects | dev.to | 23 Sep 2024
  • 100FrontendChallenge - Introduction

    5 projects | dev.to | 30 Jul 2024
  • Proposal: Signals as a Built-In Primitive of JavaScript

    9 projects | news.ycombinator.com | 31 Mar 2024

Did you konow that TypeScript is
the 2nd most popular programming language
based on number of metions?