Eclipse
Boilit
BoilitBoilitBeta
Boilerplates

Boilerplate

Next.js with Tiptap

This boilerplate provides a full-stack Next.js setup with a structured monorepo, integrating Tiptap for rich text editing, Next.js App Router for the frontend, and Next.js API Routes for backend logic. It includes Drizzle ORM for database management with PostgreSQL, shadcn/ui for UI components, and a fully functional Notes CRUD example, demonstrating how to manage rich text content efficiently.

Technical Stack

  • Frontend: Next.js (App Router)
  • Backend: Next.js API Routes
  • Database: PostgreSQL with Drizzle ORM (in a dedicated db package)
  • UI Components: shadcn/ui (in a dedicated ui package)
  • Rich Text Editing: Tiptap

Key Features

  • Tiptap Integration: Implements a powerful, extensible rich text editor, ideal for handling formatted content.
  • Full Notes CRUD Example: Demonstrates Create, Read, Update, and Delete operations, allowing users to manage rich text notes.
  • Next.js App Router (Frontend): Implements modern UI patterns with server components.
  • Next.js API Routes (Backend): Provides structured API endpoints for database operations.
  • Modular Architecture:
    • db Package: Encapsulates Drizzle ORM logic for cleaner database interactions.
    • ui Package: Uses shadcn/ui for consistent styling and reusable components.
  • Scalable & Micro SaaS-Ready: The structured monorepo makes it a solid foundation for scalable applications that require rich text editing.

Use Cases

This boilerplate is perfect for developers building note-taking apps, document editors, blogs, or any project requiring rich text management. The Tiptap integration provides an advanced, extensible editor while Next.js API Routes and Drizzle ORM ensure structured backend operations.

With Next.js for the frontend, API Routes for the backend, Drizzle ORM for database interactions, and Tiptap for rich text editing, this setup offers a powerful, maintainable foundation for modern applications! 🚀

Boilerplate details

  • Last update


    1 month ago
  • Boilerplate age


    1 month ago
Login to download