Next.js Project Starters
Originally published on 9/21/2021As a big fan of Next.js, I have created some starters to quickly get new projects up and running with the “React Framework for Production”. I’ve made a little home for them at nextjs-project-starters.vercel.app.
Currently, this includes:
- Next Project Starter is my basic configuration with Next.js, Theme UI, MDX, Cypress and Prettier.
- Next Project Starter with TypeScript is same as above, but in TypeScript.
- Next.js MDX Blog Starter is the basis for johnpolacek.com and allows you to write posts in MDX.
- Hello Next App is my starter for building SaaS products with Next.js, Cypress, Theme UI, Firebase, Stripe and Sendgrid
- Next.js Web Scraper Playground is not really a starter but is a useful tool for building scraper-based APIs for your projects