Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
News web app built with Next.js 13.3, TypeScript, GraphQL, and Tailwind, using the Mediastash API with 20-second revalidation and dark/light mode.
News App Master is a news web application template built on Next.js 13.3 and TypeScript that serves live articles from the Mediastash API with 20-second revalidation, prebuilt static pages, and a GraphQL layer generated by StepZen.
This is a GitHub repository for a live news web app. It takes a Mediastash API key (configured at build time) and produces a fast, search-engine-optimized news site with pre-rendered article pages and dark/light mode. The application runs on Next.js 13.3 with Tailwind CSS and uses GraphQL through StepZen to batch API calls and auto-generate TypeScript definitions.
Clone the repository, run an install command (npm, pnpm, or yarn each work), then start the development server and open http://localhost:3000. The build script generates static pages for article routes and revalidates the data at the configured interval.
