> ## Documentation Index
> Fetch the complete documentation index at: https://slik-dev.vercel.app/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Slik: Shipping SaaS at the Speed of Thought

> Slik provides everything you need to build full-stack SaaS applications with premium UI, authentication, and database. Ship days of work in seconds.

Welcome to **Slik** — the ultimate toolkit designed to eliminate the boilerplate tax. Slik provides a beautifully crafted starting point that turns a blank canvas into a fully-wired, production-ready application within seconds.

<Frame>
  <img className="rounded-xl border border-emerald-500/20 shadow-2xl" src="https://images.unsplash.com/photo-1555066931-4365d14bab8c?q=80&w=2070&auto=format&fit=crop" alt="Slik Code" />
</Frame>

<br />

<CardGroup cols={2}>
  <Card title="Quick Start" icon="bolt" iconType="duotone" color="#10b981" href="/docs/quickstart">
    Run one command to scaffold your next big project effortlessly.
  </Card>

  <Card title="Installation" icon="download" iconType="duotone" color="#34d399" href="/docs/installation">
    Discover the prerequisites and detailed installation steps.
  </Card>

  <Card title="UI Themes" icon="palette" iconType="duotone" color="#10b981" href="/docs/configuration/themes">
    Explore pixel-perfect themes like Bento, Frost, and Mono.
  </Card>

  <Card title="CLI Reference" icon="terminal" iconType="solid" color="#34d399" href="/docs/reference/cli">
    Deep-dive into Slik's versatile interactive command-line interface.
  </Card>
</CardGroup>

## Getting Started is Simple

Slik replaces disjointed boilerplates with a streamlined, interactive CLI.

<Steps>
  <Step title="Run the CLI">
    Spin up your next project by running:

    ```bash theme={null}
    npx create-slik@latest my-app
    ```
  </Step>

  <Step title="Configure your Stack">
    Answer a few interactive prompts. Choose your framework, preferred design system, authentication approach, and database flavor.
  </Step>

  <Step title="Launch the Dev Server">
    ```bash theme={null}
    cd my-app
    npm install
    npm run dev
    ```
  </Step>

  <Step title="Ship Features">
    Your project is fully wired up. Authentication is secure, layouts are responsive, and animations are buttery smooth. You can focus purely on business logic.
  </Step>
</Steps>

## Out-of-the-Box Excellence

<AccordionGroup>
  <Accordion title="Premium Animated Components" icon="wand-magic-sparkles">
    Every Slik template is equipped with framer-motion infused UI components, beautifully styled using Tailwind CSS for an instantly premium feel.
  </Accordion>

  <Accordion title="Dark Mode Pre-configured" icon="moon">
    Seamless transitions with local storage persistence. Switching themes feels perfectly native without any flashing.
  </Accordion>

  <Accordion title="Seamless Authentication" icon="shield-check">
    OAuth, Credentials, and Magic Links powered by Supabase Auth and NextAuth/Auth.js. Your user sessions are managed flawlessly.
  </Accordion>

  <Accordion title="Database Included" icon="database">
    Pre-configured Prisma ORM schemas ready to push to your Supabase PostgreSQL database.
  </Accordion>
</AccordionGroup>

<Note>
  **Pro Tip**: Slik is continuously evolving. Our most stable combination is currently the **Next.js + Bento** template. Stay tuned for deeper framework ecosystem integrations!
</Note>
