
The ultimate Next.js starter kit with Bun, Shadcn/ui, Tailwind CSS, and Google Authentication. Production-ready boilerplate that ships faster.
The YUV.AI Portfolio & Next.js Boilerplate offers a fantastic starting point for developers looking to create a modern web application or portfolio. Packed with robust features and designed with a stunning glassmorphism aesthetic, this boilerplate is the perfect tool for anyone aiming to streamline their project development process. It promises to help you ship your next project 30x faster, thanks to its comprehensive set of integrated tools and components.
What sets this boilerplate apart is its ability to combine a visually appealing UI with practical functionalities, including a built-in blog system and responsive design. Whether you're a seasoned developer or a newcomer to the world of web development, this boilerplate ensures that your project has everything it needs right from the start.
Stunning Glassmorphism Design: Experience a modern UI inspired by Apple, complete with animated gradient orbs that enhance visual appeal.
Built-in Blog System: Features include Text-to-Speech, reading progress indicators, and an audio player styled after Spotify, making content consumption easier.
Comprehensive Mobile Support: Every pixel is crafted for responsiveness, ensuring that your web app looks great on any device.
Dark/Light Mode: Automatically adapts to user preferences with system-aware theming, enhancing user experience.
Authentication Ready: Out-of-the-box support for Google OAuth and secure protected routes simplifies user management.
Utility-First with Tailwind CSS: The boilerplate uses the latest Tailwind CSS, making it easy to customize styles while implementing a streamlined design.
Seamless Navigation Features: Includes a floating glass navbar, smooth scrolling, and a mobile hamburger menu for an intuitive user experience.
Advanced Typography and Icons: Features beautiful, clean typography and over 1000 tree-shakeable icons with increased design flexibility.

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
Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.
Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.
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.
Alpine.js is a lightweight JavaScript framework that simplifies the process of creating dynamic, reactive user interfaces on the web. It uses a declarative syntax that offers a higher level of abstraction compared to vanilla JavaScript, while being more performant and easier to use than jQuery.
React Hook Form is a performant, flexible, and extensible form library for React with easy validation. It reduces re-renders and improves performance by using uncontrolled components and native HTML validation, making form handling simple and efficient.
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.
Zod is a TypeScript-first schema declaration and validation library. It allows you to define schemas that can validate data at runtime while providing excellent TypeScript inference, making it perfect for API validation, form validation, and type-safe data handling.