Honghong.me

screenshot of Honghong.me
nextjs
react
tailwind
drizzle-orm

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

Overview:

The personal blog monorepo is a comprehensive project that includes a variety of features and tools tailored to enhance the blogging experience. From Next.js with App Router to Tailwind CSS for styling, this repository offers a rich collection of components and functionalities to create a visually appealing and user-friendly blog. With strict TypeScript and ESLint configurations, SEO optimization, responsive design, and a host of other features, this blog template provides a solid foundation for sharing thoughts and projects in an engaging way.

Features:

  • Next.js 14 with App Router
  • MDX for flexible content creation
  • Tailwind CSS for customizable styling
  • Radix UI for accessible UI components
  • Strict TypeScript and ESLint configuration
  • Responsive design for seamless user experience
  • Light / Dark mode for personalized viewing
  • SEO optimization with meta tags and JSON-LD
  • RSS feed and Sitemap for enhanced visibility
  • Umami Analytics for tracking website performance
  • Blog with comments, likes, and post views
  • Blog post search functionality
  • Table of contents for blog posts
  • Image zoom feature for detailed viewing
  • Code syntax highlighting using Shiki
  • Animation effects with Framer Motion
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.