Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.45 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.45 KB

Next.js Sanity Starter TestsDeployment

This is a starter template for Next.js and Sanity with a focus on performance and developer experience.

Technologies

Features

  • 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.

Live demo

Authors and acknowledgment

Jesse Manninen