Thvu Blog

screenshot of Thvu Blog
nextjs
react
tailwind
headless-ui
datocms
planetscale
prisma

My digital home on the internet.

Overview

thvu.dev is a showcase portfolio website built using a stack of modern web technologies. The website utilizes TypeScript, Next.js, NextAuth.js, next-pwa, Prisma, PlanetScale, DatoCMS, MDX, Notion API, Tailwind CSS, and Sentry to create a robust and performant platform.

Features

  • TypeScript: thvu.dev is built using TypeScript, a statically typed superset of JavaScript, which adds additional type safety and allows for easier code refactoring and debugging.
  • Next.js: The website is powered by Next.js, a React framework that provides server-side rendering, static site generation, and other performance optimizations out of the box.
  • NextAuth.js: NextAuth.js is used for authentication and authorization on thvu.dev, allowing users to securely log in and access certain content or features.
  • next-pwa: The next-pwa package is utilized to transform the website into a Progressive Web App (PWA), providing an enhanced user experience and allowing offline access to the site's content.
  • Prisma: Prisma is used as an ORM (Object-Relational Mapping) to handle database management and query generation for the website.
  • PlanetScale: PlanetScale is utilized as a database provider, offering scalable and reliable database infrastructure for thvu.dev.
  • DatoCMS: DatoCMS, combined with GraphQL, serves as the headless CMS (Content Management System) for the website, allowing easy content creation and management.
  • MDX: The website incorporates MDX, a format that allows for the embedded usage of Markdown syntax within JSX, enabling the creation of interactive content and rich user experiences.
  • Notion API: thvu.dev utilizes the Notion API to seamlessly integrate with Notion, enabling the retrieval and display of content from Notion databases.
  • Tailwind CSS: The website is styled using Tailwind CSS, a utility-first CSS framework that allows for rapid development and easy customization of the site's design.
  • Sentry: Sentry is implemented for error tracking and monitoring, providing real-time alerts and insights into website issues for efficient debugging.
nextjs
Next.js

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
React

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

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

headless-ui
Headless UI

Headless UI is a set of completely unstyled, fully accessible UI components for React, Vue, and Alpine.js that empower developers to build their own fully accessible custom UI components. Headless UI allows developers to focus on building accessible and highly functional user interfaces, without the need to worry about styling or layout.

datocms
Datocms

A website that uses DatoCMS as a headless CMS to manage content. This includes features such as a customizable content model, real-time collaboration, and API-based content delivery to support a wide range of digital experiences.

planetscale
Planetscale

PlanetScale is a MySQL-compatible serverless database that brings you scale, performance, and reliability — without sacrificing developer experience.

prisma
Prisma

Prisma is a server-side library that helps developers read and write data to the database in an intuitive, efficient and safe way.

fullstack
Fullstack

A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.

eslint
Eslint

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.

google-analytics
Google Analytics

A website that uses Google Analytics to track website performance and user behavior. This includes features such as website traffic monitoring, conversion tracking, and audience segmentation to gain insights and optimize website performance.

graphql
Graphql

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.

mdx
MDX

MDX is a format that allows developers to write JSX within Markdown documents, combining the power of React with the simplicity of Markdown. This allows for the creation of dynamic and interactive content that can be easily shared and consumed across different platforms and devices.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

typescript
Typescript

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.

vercel
Vercel

Vercel offers built-in support for deploying and hosting Next.js applications, making it a popular choice among Next.js developers.