Best of Next.jsMay 2025

  1. 1
    Article
    Avatar of devsquadDev Squad·51w

    Building a Modern Portfolio

    A showcase of a modern developer portfolio built with Next.js 15.3, featuring cinematic animations powered by Framer Motion, glass morphism effects, and comprehensive sections including projects, experience, and testimonials. The portfolio demonstrates technical excellence with TypeScript, PostHog analytics integration, EmailJS contact functionality, and mobile-first responsive design with both dark and light themes.

  2. 2
    Video
    Avatar of javascriptmasteryJavaScript Mastery·51w

    SaaS App Full Course 2025 | Launch Your SaaS in Under 7 Days with Next JS, Supabase & Payments

    Learn how to create a SaaS application in under 7 days using Next.js, Supabase, and Stripe. This course covers building an AI-powered learning companion with features like secure authentication, real-time voice interactions, and customizable courses. Utilize modern web development tools like Tailwind CSS, Clerk, and Sentry to ensure a smooth user experience and scalable infrastructure.

  3. 3
    Video
    Avatar of javascriptmasteryJavaScript Mastery·1y

    Build and Deploy a Full Stack Screen Recording & Video Sharing Platform | Next.js, Better Auth

    Learn to create a full stack screen recording and video sharing platform using Next.js and Better Auth for authentication. This guide covers setting up AI-powered transcripts, instant uploads, and privacy controls, while highlighting modern web development tools like TypeScript and Tailwind CSS.

  4. 4
    Article
    Avatar of aisaasstartupAI SaaS Startup·1y

    Vibe Coding My First Micro SaaS

    A freelance full-stack developer ventures into the indie hacking world by creating StickersAI, an AI-driven sticker generator. While coding was straightforward, the journey revealed the complexities of marketing, compliance, and branding. The article offers insights into the tech stack used and emphasizes the importance of adaptability and continuous learning in building a successful micro SaaS.

  5. 5
    Video
    Avatar of communityCommunity Picks·51w

    Build and Deploy a SaaS AI Agent Platform | Next.js 15, React, Better Auth, Polar | Full Course 2025

    Meet AI is a video calling app powered by AI agents, designed for various roles like language tutors and sales assistants. The app utilizes Next.js, React, and several other technologies for real-time calls, video SDKs, and AI-driven features. The tutorial covers building and deploying the platform, including authentication, payment integrations, and using tools like TRPC, Drizzle ORM, and Open AI.

  6. 6
    Article
    Avatar of platformaticPlatformatic·51w

    Seamlessly Blend PHP with Node.js

    Platformatic introduces php-node, a Node.js module that allows developers to embed PHP within Node.js applications. The module utilizes Rust to execute PHP applications in a multi-threaded environment, providing enhanced performance and seamless integration. Key features include seamless integration, multi-threaded processing, improved performance, and a unified development environment. Use cases range from migrating legacy PHP apps to building hybrid applications. The post also provides examples of running PHP and WordPress inside a Node.js server.

  7. 7
    Video
    Avatar of communityCommunity Picks·1y

    How to Turn Figma Designs into code with Next.js, Tailwind CSS, Shadcn in 2025

    The post provides a comprehensive guide on translating Figma designs into functional code using Next.js, Tailwind CSS, and Shadcn. It explains setting up a front-end environment, integrating APIs, managing global state with Redux, and customizing design elements. Detailed instructions are included for transforming color palettes, typography, and component designs from Figma into code. It also introduces Ban, a JavaScript runtime, as an alternative to Node.js for improved performance and security.

  8. 8
    Article
    Avatar of communityCommunity Picks·1y

    Most Popular Themes For Shadcn

    Explore a collection of visually appealing ShadCN themes that are easy to integrate into web projects. The themes are optimized for TailwindCSS and Next.js, and available for quick download.

  9. 9
    Article
    Avatar of phProduct Hunt·51w

    Piny - Visual editor for Astro, React, Next.js & Tailwind

    Piny is a visual editor designed to function directly within Visual Studio Code, Cursor, and Windsurf. It supports frameworks such as Tailwind CSS, Astro, React, and Next.js, enabling real-time edits directly in the code without relying on cloud services or causing lock-in.

  10. 10
    Article
    Avatar of tailwindcsstailwindcss·1y

    Compass: A starter kit for online courses

    Compass is a new starter kit designed with Tailwind CSS and Next.js to help developers create online courses. It includes features like custom transcript UIs using WebVTT files, a self-built alternative to Picture-in-Picture video functionality, and dynamic image loading based on user color scheme preferences in Markdown. The kit is available for free to Tailwind Plus license holders.

  11. 11
    Video
    Avatar of bytegradByteGrad·50w

    Build Next.js MCP - Your Website & MCP-Server In 1 App!

    A comprehensive tutorial demonstrating how to build a Next.js application that includes both a traditional website and an MCP (Model Context Protocol) server in a single app. The guide covers creating MCP tools that AI agents can invoke, implementing course recommendation functionality based on user experience level, deploying to Vercel with Redis integration, and testing the MCP server with GitHub Copilot. The tutorial also showcases CodeRabbit for automated code reviews and includes practical examples of AI agent interactions with custom MCP endpoints.

  12. 12
    Article
    Avatar of hnHacker News·1y

    evroon/bracket: Selfhosted tournament system

    Bracket is a self-hosted tournament system designed for easy use, leveraging async Python with FastAPI for the backend and Next.js with Mantine for the frontend. It supports various tournament formats such as single elimination, round-robin, and swiss, and allows for dynamic scheduling and management of tournaments and teams. The system can be run using Docker or independently with pipenv and yarn, and is configured using .env files or environment variables.

  13. 13
    Video
    Avatar of communityCommunity Picks·1y

    🚀 Build & Deploy a Perplexity AI Clone with Next.js, React,Tailwind Css Inngest | Full Stack AI App

    Learn to build a perplexity.ai clone using Next.js, React, and Tailwind CSS, incorporating real-time AI search features. This full stack guide walks you through setting up event-driven workflows using Inngest platform, integrating AI models, and deploying the application to the cloud.

  14. 14
    Article
    Avatar of allnextjsAll NextJS·1y

    Is the Next.js Era Finally Over?

    In 2025, new frontend frameworks emerged, but Next.js remains a leader due to its strengths and ongoing adaptation to challenges. The blog examines its resilience and competitive position in the evolving tech landscape.

  15. 15
    Article
    Avatar of freecodecampfreeCodeCamp·50w

    How To Build A Simple Portfolio Blog With Next.js

    A comprehensive guide to building a portfolio blog with Next.js that automatically aggregates articles from multiple platforms. The tutorial covers creating server and client components, implementing web scraping with Cheerio to extract metadata from article URLs, building search and filtering functionality, and structuring a JSON-based content management system without requiring a database.

  16. 16
    Article
    Avatar of collectionsCollections·51w

    Master Full Stack Development with Next.js 15: Comprehensive Guide to Building and Deploying Applications

    Learn full stack development with Next.js 15, focusing on building and deploying applications like a blog platform or recipe sharing app. The guide covers server components, dynamic routing, authentication, and more. Explore deployment to Vercel and error handling strategies, with additional content available on Gumroad.

  17. 17
    Video
    Avatar of bytegradByteGrad·1y

    This Next.js Data Fetching Pattern Is CRITICAL For Every Developer

    The post introduces a new data fetching pattern in Next.js using the React use hook, focusing on client-side data fetching and interaction enhancements. It explains how to optimize user experience by employing suspense and async components to prevent page blocking during data fetching. Moreover, it highlights the ability to integrate data across client components using the context API for better server-side data handling.

  18. 18
    Article
    Avatar of syncfusionSyncfusion·51w

    Next.js Routing: Easy File-Based Setup for Beginners

    Next.js simplifies routing with a file-based system that automatically generates routes, eliminating the need for external libraries. It enhances flexibility through dynamic and catch-all routes and includes features like API routes, middleware, and custom error pages. Next.js also supports internationalization and improves navigation with client-side linking and prefetching, making it a powerful framework for building robust web applications.

  19. 19
    Article
    Avatar of twirThis Week In React·1y

    This Week In React #233: RSC, Next.js, Compiler, Unhead, Shadcn, Relay, Mantine

    This post discusses various recent updates in the React ecosystem, highlighting React 19 concepts through the launch of the react.gg course. It features news on mobile advancements with Expo 53, including updates to React Native and React 19, as well as shifts in technology with Apple fees court news affecting mobile app payments. Also covered are new releases, such as Unhead 2.0, new features in Relay 19, Mantine 8.0, and advancements in WebGPU integration for React Native.

  20. 20
    Video
    Avatar of communityCommunity Picks·1y

    Build / Deploy Fullstack App (NextJs, Prisma, AuthJs, Supabase)

    Learn to build a full-stack Google personal assistant app using NextJS, Supabase, and Prisma. The app allows users to schedule reminders, calendar events, and send emails. It integrates with Google Cloud services to access calendar and email APIs, and uses AuthJs for authentication, featuring Google Sign-in and secure session management.

  21. 21
    Video
    Avatar of t3dotggTheo - t3․gg·1y

    Everything is a wrapper now

    Software wrappers are essential layers that improve technology by creating abstractions, enabling portability, flexibility, and ease of use. This concept has powered major innovations, such as C and Java, by simplifying development and supporting multiple environments. Tools like T3 Chat and Clerk utilize wrappers to enhance user experience and functionality without direct backend management.