
A blog example built with NextJS, Strapi and Apollo GraphQL.
Simple Blog is an example project created using NextJS, Strapi, Apollo Client, and Tailwind CSS. It is a blog website template that showcases the integration of these technologies. The project is open to contributions and is licensed under MIT License.
Simple Blog is a demonstration project that combines NextJS, Strapi, Apollo Client, and Tailwind CSS to create a blog website. It showcases the integration of these technologies and provides a starting point for developers to build their own customizable blog applications. The project is open to contributions and is licensed under the MIT License.

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.
Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.
Strapi is an open source headless CMS that provides a customizable content management system and API for your projects. It allows you to manage content in a visual interface and use a REST or GraphQL API to retrieve the data.
A website that uses GraphQL as a query language to manage data fetching and state management. This includes features such as a strongly typed schema, client-side caching, and declarative data fetching to streamline data management and optimize website performance.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.