# Documentation ## Documentation URL: /docs Welcome to better-auth-nextjs-prisma-ts documentation Welcome to better-auth-nextjs-prisma-ts Get started with our documentation. Browse the pages on the left to learn more. This documentation was generated by @farming-labs/docs. Edit the MDX files in app/docs/ to customize. Overview This is your documentation home page. From here you can navigate to: - Installation — How to install and set up the project - Quickstart — Get up and running in minutes Features - MDX Support — Write docs with Markdown and React components - Syntax Highlighting — Code blocks with automatic highlighting - Dark Mode — Built-in theme switching - Search — Full-text search across all pages - Responsive — Works on any screen size Next Steps Start by reading the Installation guide, then follow the Quickstart to build something. --- ## Installation URL: /docs/installation How to install and set up better-auth-nextjs-prisma-ts Installation Follow these steps to install and configure better-auth-nextjs-prisma-ts. Prerequisites: Node.js 18+ and a package manager (pnpm, npm, or yarn). Install Dependencies Configuration Your project includes a docs.config.ts at the root: Project Structure What's Next? Head to the Quickstart guide to start writing your first page. --- ## Quickstart URL: /docs/quickstart Get up and running in minutes Quickstart This guide walks you through creating your first documentation page. Creating a Page Create a new folder under app/docs/ with a page.mdx file: Then create app/docs/my-page/page.mdx: Your page is now available at /docs/my-page. Using Components Callouts This is an informational callout. Use it for tips and notes. This is a warning callout. Use it for important caveats. Code Blocks Code blocks are automatically syntax-highlighted: Customizing the Theme Edit docs.config.ts to change colors, typography, and component defaults: Deploying Build your docs for production: Deploy to Vercel, Netlify, or any Node.js hosting platform. ---