Best of Prisma2025

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·1y

    Build a Full Stack AI Note Taking App with Next.js and Supabase

    Learn how to build a full-stack AI note-taking app using Next.js 15, Supabase, Prisma ORM, and OpenAI API through a step-by-step course by freeCodeCamp. This guide covers everything from project setup and database integration to adding AI-powered interactions and deploying on Vercel.

  2. 2
    Video
    Avatar of communityCommunity Picks·49w

    Create an LMS Course Platform with Next.js, Arcjet, Better-Auth, and Stripe (Part 1/2)

    A comprehensive tutorial for building a complete Learning Management System (LMS) using Next.js 15, Better Auth for authentication, Prisma with Neon database, and Stripe for payments. The guide covers setting up the project structure, implementing authentication with GitHub OAuth and email OTP, creating a responsive UI with Tailwind CSS and shadcn/ui components, configuring dark mode, and establishing database connections. Part 1 focuses on the foundational setup including project initialization, authentication system implementation, and database configuration.

  3. 3
    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.

  4. 4
    Article
    Avatar of vercelVercel·35w

    Claimed deployments now include third-party resources

    Vercel introduces a new feature allowing third-party platforms to create deployments with attached resources that users can later claim and take full ownership of. The feature enables instant deployment of complete application stacks, including databases and other services, through a two-step process: third-parties create and deploy projects via the Vercel API, then users claim ownership of both the deployment and its resources. Prisma is the first marketplace provider to support this functionality, allowing customers to deploy databases and Vercel-hosted applications as bundled stacks.

  5. 5
    Article
    Avatar of ergq3auoeReinier·32w

    Create a B2B AI SaaS with Next.js, React, Arcjet, Kinde, oRPC, Prisma, Tailwind (Part 1/2)

    A comprehensive tutorial for building a B2B SaaS application featuring team communication with organizations, channels, infinite scroll, billing, threads, reactions, and real-time functionality using Cloudflare Durable Objects. The application integrates AI capabilities including thread summarization and an AI composer for message assistance and grammar correction. Built using Next.js, React, Arcjet, Kinde, oRPC, Prisma, and Tailwind CSS.

  6. 6
    Video
    Avatar of bytegradByteGrad·1y

    Prisma Postgres Is A Game Changer - Databases Are Changing Forever

    Prisma has released a new PostgreSQL database offering, which integrates several of their other products to create a comprehensive database management solution. It includes features such as Pulse for database event notifications, Accelerate for caching and query optimization, and Optimize for providing helpful tips on improving database queries. This integration allows users to manage many database-related tasks within a single platform, greatly simplifying the development process.

  7. 7
    Video
    Avatar of TechWithTimTech With Tim·37w

    MCP Protocol Tutorial: Build an MCP Server for Your App (Clerk, Next.js, Prisma)

    A comprehensive tutorial demonstrating how to build a full-stack bookmark manager application using Next.js, Clerk for authentication, and Prisma for database management, with a focus on creating an MCP (Model Context Protocol) server that allows AI tools like Cursor to interact with the application's data through proper OAuth authentication flows.

  8. 8
    Video
    Avatar of bytegradByteGrad·46w

    Next.js + Postgres Dev / Prod (VPS Coolify, Prisma, Migrations)

    A comprehensive guide showing how to set up a Next.js application with PostgreSQL database locally using Docker and Prisma ORM, then deploy it to production on a VPS using Coolify. Covers database migrations, environment variable configuration, and automated deployment workflows with GitHub integration.

  9. 9
    Video
    Avatar of communityCommunity Picks·1y

    A new Postgres service is here

    Prisma has launched a new managed PostgreSQL service designed to provide an always-on, serverless database with pay-as-you-go pricing. Utilizing bare metal servers and innovative unic kernels and micro VMs, the service aims to eliminate cold starts and offer real-time subscriptions, caching, and query optimization out of the box. Currently in early access, the service targets non-mission-critical projects with plans to improve storage, compute, and connection options in future updates.

  10. 10
    Video
    Avatar of bytegradByteGrad·44w

    Build A Sick AI-Voice Memo App W/ Next.js + OpenAI Whisper (Background Jobs / Cron Job / Inngest)

    A comprehensive tutorial on building an AI voice memo application using Next.js, OpenAI Whisper for transcription, and Inngest for background job processing. The app records audio, transcribes it to text, extracts tasks and deadlines using GPT-4, and stores everything in a database. Key focus on solving common Next.js limitations around background processing, queuing systems, and cron jobs through Inngest's event-driven architecture with built-in observability and retry mechanisms.

  11. 11
    Video
    Avatar of youtubeYouTube·34w

    Build and Deploy Full Stack AI Multi-Vendor E-Commerce App using Next js | PERN Stack Project 2025

    A comprehensive guide to building a multi-vendor e-commerce platform with Next.js, featuring three user roles (admin, seller, customer), premium subscriptions, payment integration via Stripe, and AI-powered product descriptions using Google Gemini. The tutorial covers authentication with Clerk, database management with Neon PostgreSQL and Prisma ORM, background job handling with Inngest, image storage with ImageKit, and deployment on Vercel. Includes complete implementation of product management, order processing, coupon systems, and seller dashboards.

  12. 12
    Article
    Avatar of ergq3auoeReinier·25w

    Complete NodeJS REST API Course | ExpressJS, JWT Authentication, PostgreSQL, Prisma...

    A comprehensive video course covering backend development fundamentals including building REST APIs with Node.js and Express, implementing JWT authentication, database management with PostgreSQL and Prisma ORM, and input validation techniques.

  13. 13
    Article
    Avatar of logrocketLogRocket·34w

    A step-by-step guide to building a full-stack app with TanStack Start

    A comprehensive tutorial demonstrating how to build a full-stack recipe-sharing application using TanStack Start, a new React meta-framework. The guide covers setting up authentication with Better Auth and Google OAuth, database integration with Prisma and PostgreSQL, creating CRUD operations with server functions, building UI components with Shadcn, implementing dynamic routing, and protecting routes with middleware. The tutorial walks through creating pages for listing, adding, editing, and viewing recipes, complete with form handling and user session management.