# jamstack-netlify-cockroachdb **Repository Path**: mirrors_cockroachdb/jamstack-netlify-cockroachdb ## Basic Information - **Project Name**: jamstack-netlify-cockroachdb - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-01 - **Last Updated**: 2025-08-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Using CockroachDB with a Jamstack + Netlify App The Jamstack web application architecture comprises JavaScript, an API, and markups. A static site generator such as React-Static, Hugo, or Gatsby provides the frontend application with static markups. Let’s explore how to use React-Static to generate our static Jamstack application. This application will store data in a CockroachDB using Netlify Functions and serve end-users using Netlify. To run the app, follow the instructions outlined [in the blog](https://www.cockroachlabs.com/blog/jamstack-cockroachdb-netlify-functions/).