### Next Tiptap Overview Source: https://github.com/ndtrung341/next-tiptap/blob/main/README.md This section provides an overview of the Next Tiptap project. It is a modern and feature-rich Rich Text Editor template built with Next.js 14 and TipTap. It includes features like a Rich Text Editor with HTML mode, light/dark themes, responsive design, and content rendering. ```Markdown ## Next Tiptap A modern and feature-rich Rich Text Editor template, built with Next.js 14 and TipTap. [Demo](https://next-tiptap.vercel.app/) ![Next Tiptap Demo](https://i.imgur.com/WW1QbSW.png) ### Features - 📝 Rich Text Editor + HTML Mode - 🌓 Light/Dark themes - 📱 Responsive design - 📊 Content Rendering (SSR/CSR) ### Tech Stack - Next.js 14 - TipTap - CodeMirror - TypeScript - SCSS + Tailwind CSS ``` -------------------------------- ### Configure web crawler access Source: https://github.com/ndtrung341/next-tiptap/blob/main/src/app/robots.txt This snippet configures web crawler access for the next-tiptap.vercel.app website. It allows all user agents to crawl the entire site except for the /private/ directory. A sitemap is also referenced. ```Text User-Agent: * Allow: / Disallow: /private/ Sitemap: https://next-tiptap.vercel.app/sitemap.xml ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.