# Slik ## Docs - [Authentication Setup in Your Slik Dev Project](https://slik-dev.vercel.app/docs/configuration/auth.md): Slik Dev pre-wires NextAuth/Auth.js so your app ships with OAuth, magic links, and session management. Configure providers by adding credentials to your .env file. - [Add PostgreSQL and Prisma to Your Slik Dev App](https://slik-dev.vercel.app/docs/configuration/database.md): Slik Dev optionally adds PostgreSQL via Prisma ORM. Learn how to opt in, set DATABASE_URL, push your schema, and query data with the Prisma Client. - [Choose a Framework Stack for Your Slik Dev App](https://slik-dev.vercel.app/docs/configuration/stacks.md): Slik Dev supports Next.js, React, and HTML stacks. Learn what each option gives you and how to select your stack during the CLI scaffolding prompt. - [UI Themes: Bento, Frost, and Mono Landing Pages](https://slik-dev.vercel.app/docs/configuration/themes.md): Explore Slik's premium UI themes for Next.js, React, and HTML. From Bento Grid aesthetics to Glassmorphism and Minimalist Mono designs. - [Add New Pages to Your Slik Dev-Generated App](https://slik-dev.vercel.app/docs/guides/adding-pages.md): Learn how Next.js App Router routing works in a Slik Dev app and follow a step-by-step example to build a styled Pricing page with Slik Dev's components. - [Customize Your Slik Dev App's UI and Branding](https://slik-dev.vercel.app/docs/guides/customizing-ui.md): Learn how to change colors, swap icons, update your brand, adjust animations, and control dark mode in your Slik Dev-generated Next.js application. - [Deploy Your Slik Dev App to Production on Vercel](https://slik-dev.vercel.app/docs/guides/deploying.md): Step-by-step guide to deploying your Slik Dev-generated Next.js app to Vercel, configuring environment variables, and handling post-deploy checklist items. - [Build Your First SaaS App with Slik Dev](https://slik-dev.vercel.app/docs/guides/first-project.md): A complete walkthrough for scaffolding, exploring, and customizing your first production-ready full-stack SaaS application using Slik Dev. - [Installation: Get Started with Slik CLI](https://slik-dev.vercel.app/docs/installation.md): System requirements and setup guide for Slik. Learn how to run npx create-slik and verify your Node.js environment for high-performance SaaS development. - [Introduction](https://slik-dev.vercel.app/docs/introduction.md) - [Quickstart: Generate SaaS with npx create-slik](https://slik-dev.vercel.app/docs/quickstart.md): Launch your full-stack app in 60 seconds. Learn how to use the Slik CLI to scaffold Next.js, React, and HTML projects with zero configuration. - [create-slik CLI: Commands, Arguments, and Options](https://slik-dev.vercel.app/docs/reference/cli.md): Complete reference for the create-slik command. Covers the app-name argument, interactive prompts, and all post-scaffold commands you'll use during development. - [Slik Dev: Frequently Asked Questions and Fixes](https://slik-dev.vercel.app/docs/reference/faq.md): Answers to common questions about Slik Dev: available stacks and themes, setup issues, database and auth configuration, and how to contribute. - [Tech Stack Reference for Slik Dev-Generated Apps](https://slik-dev.vercel.app/docs/reference/tech-stack.md): Every technology included in a Slik Dev-generated project, why it's there, and how each piece fits together in your new full-stack SaaS application. ## OpenAPI Specs - [openapi](https://slik-dev.vercel.app/docs/api-reference/openapi.json)