# next.js-amplify-datastore **Repository Path**: mirrors_JimLiu/next.js-amplify-datastore ## Basic Information - **Project Name**: next.js-amplify-datastore - **Description**: An example app using Amplify DataStore with Next.js for static site generation, pre-rendering, and SSR - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-19 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Next.js with Amplify DataStore This project implements markdown rendering, build time data fetching, dynamic routes to pre-render based on data, SSR, fallback routes, revalidation, and client data fetching using Amplify DataStore and Next.js. The back end for this project is implemented with [Amplify Admin UI](https://sandbox.amplifyapp.com/) using the following data model: ![Amplify Data Model](datamodel.png) This project goes along with my live coding video [here](https://www.youtube.com/watch?v=bQ1Giqn5G38) To learn more about what is happening in this project, check out these files: __pages/\_app.js__, __pages/index.js__, and __pages/posts/[id].js__.