
A content management system web app. Built with React, Nextjs, and shards-UI, it provides the robust functionality of an SPA while providing SEO benefits as a result of SSR.
The CMS Client is an innovative application designed to enhance the blogging experience for both visitors and administrators. It provides a robust platform where users can interact with blog posts, while giving admins powerful tools to manage content and engage with their audience. This combination makes it an excellent choice for anyone looking to create or manage a blog effectively.
The application offers a dynamic range of features that cater to the needs of readers and writers alike. Whether you're interested in simply reading posts, engaging through comments, or managing a comprehensive content strategy, this CMS Client is tailored to meet diverse requirements.

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.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.