Nelsonlai.dev

screenshot of Nelsonlai.dev
nextjs
react
tailwind
drizzle-orm

My personal website built with TypeScript, Next.js, and TailwindCSS

Overview

Welcome to a comprehensive and engaging personal blog project that stands out for its robust features and attention to detail. Built using modern technologies such as Next.js and TypeScript, this monorepo creates a compelling platform for sharing insights, projects, and thoughts. The combination of a sleek design, user-friendly interface, and a variety of functionalities makes it an appealing choice for both authors and readers.

The project adopts an inclusive approach to design and development while ensuring that the blog is not just visually appealing but also highly functional. With features that cater to both performance and user experience, this blog showcases a thoughtful mix of core functionalities and aesthetic elements, making it an inspiring example for anyone looking to create or enhance their own blogging platform.

Features

  • Core Technologies: Built with Next.js 16 and TypeScript, providing a strong foundation with strict configuration for better reliability and code quality.
  • Tailwind CSS: Utilizes Tailwind CSS for intuitive styling, making it easy to create beautiful layouts and designs without sacrificing performance.
  • MDX for Content: Offers MDX support, allowing you to write markdown mixed with JSX for rich and interactive blog posts.
  • Responsive Design: Ensures that the blog looks great on any device, enhancing the user experience through a mobile-friendly layout.
  • Light/Dark Mode: Provides users the option to switch between light and dark themes, making reading comfortable in various lighting conditions.
  • Comment System and Like Functionality: Engages readers by allowing comments and likes on posts, fostering a community around the blog.
  • SEO Optimized: Achieves a near-perfect Lighthouse score and incorporates best practices such as meta tags and structured data for improved search visibility.
  • Dynamic Open Graph Images: Automatically generates Open Graph images, enhancing social media sharing and visibility.

This project serves as a great starting point for anyone interested in building a personal blog, with numerous features that make the content enjoyable and accessible for readers.

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.

drizzle-orm
Drizzle ORM

Drizzle ORM is a TypeScript ORM for SQL databases designed with maximum type safety in mind. It comes with a drizzle-kit CLI companion for automatic SQL migrations generation. Drizzle ORM is meant to be a library, not a framework. It stays as an opt-in solution all the time at any levels.

blog
Blog

Blog websites feature posts written by one or more authors, organized by categories and tags, with a section for comments and archives sorted by date or topic. Additional features may include search bar, social media sharing, subscription or RSS feed, about and contact pages, and visual content.

portfolio
Portfolio

A portfolio website is a type of website that showcases an individual's or a company's work, skills, and accomplishments. It typically includes a gallery of images or videos, case studies, and client testimonials to provide potential clients or employers with a comprehensive overview of their experience and expertise.

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.

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.

turborepo
Turborepo

Turbo is an incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust.

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.