This is a starter template for Next.js and Sanity with a focus on performance and developer experience.
- Pages and Articles: Next.js routing for pages and articles through single catch-all route.
- Internationalization: Internationalization with Next-Intl.
- Authentication: Custom built adapter for OAuth2 authentication with Auth.js and Sanity using database sessions.
- Static file generation: Static file generation for pages and articles.
- SEO: SEO friendly with dynamic metadata for pages and articles.
- Validation Typesafe data validation using Zod.
- Testing: End-to-end testing with Cypress.
Jesse Manninen