Newsletter For Templates
Join the Community For Templates
Subscribe to Templates newsletter for the latest news and updates
A Next.js 14 blog example using WordPress as a data source, featuring ISR, dynamic 404 handling, and automatic type generation.
NoGeek offers technical consulting, coaching, and products for CTOs, architects, and entrepreneurs focusing on high concurrency and system design.
A minimal bento-like single-page portfolio website template built with Astro, offering sleek UI, SEO optimization, and blog support.
Astro-theme-vitesse is a minimal, SEO-friendly portfolio and blog theme for Astro, supporting Vue and UnoCSS, designed for performance and modern web standards.
This is a Next.js 14 project (with App Router) that uses WordPress as a data source.
Key features include:
robots.ts
: Serves the robots.txt
of the API route.sitemap.ts
: Generates a sitemap to serve on the /sitemap.xml
route.middleware.ts
: Contains a middleware function that checks the users path for stored redirects.[[...slug]]
: Catch-all route used to render all pages.not-found.tsx
: Dynamic 404 handling.codegen.ts
: Automatic type generation for your WordPress installationDraft Mode
: Seamless Preview / Draft Preview support, using authentication through WPGraphQL JWT Authentication and Next.js Draft ModeOn Demand Cache Revalidation
: WordPress theme that implements cache revalidation, WordPress link rewrites and other utils for integrating with Next.js