> **Building with AI coding agents?** If you're using an AI coding agent, install the official Scalekit plugin. It gives your agent full awareness of the Scalekit API — reducing hallucinations and enabling faster, more accurate code generation.
>
> - **Claude Code**: `/plugin marketplace add scalekit-inc/claude-code-authstack` then `/plugin install <auth-type>@scalekit-auth-stack`
> - **GitHub Copilot CLI**: `copilot plugin marketplace add scalekit-inc/github-copilot-authstack` then `copilot plugin install <auth-type>@scalekit-auth-stack`
> - **Codex**: run the bash installer, restart, then open Plugin Directory and enable `<auth-type>`
> - **Skills CLI** (Windsurf, Cline, 40+ agents): `npx skills add scalekit-inc/skills --list` then `--skill <skill-name>`
>
> `<auth-type>` / `<skill-name>`: `agentkit`, `full-stack-auth`, `mcp-auth`, `modular-sso`, `modular-scim` — [Full setup guide](https://docs.scalekit.com/dev-kit/build-with-ai/)

---

# Code samples

Full stack auth code samples demonstrating complete authentication implementations with hosted login and session management
### [Full Stack Auth with Next.js](https://github.com/scalekit-inc/scalekit-nextjs-auth-example)

Complete authentication solution for Next.js apps. Includes hosted login pages, session management, and protected routes

### [Full Stack Auth with FastAPI](https://github.com/scalekit-inc/scalekit-fastapi-auth-example)

Authentication template for FastAPI projects. Featuring integrated user sessions, hosted login flow, and ready-to-use route protection specifically tailored for Python web backends.

### [Full Stack Auth with Flask](https://github.com/scalekit-inc/scalekit-flask-auth-example)

Authentication template for Flask applications. Features session management, hosted login flow, and decorator-based route protection

### [Full Stack Auth with Django](https://github.com/scalekit-inc/scalekit-django-auth-example)

Authentication template for Django projects. Features session management, hosted login flow, and middleware-based route protection

### [Full Stack Auth with Express](https://github.com/scalekit-inc/scalekit-express-auth-example)

Complete authentication solution for Express.js applications. Includes hosted login pages, session management, and middleware-protected routes

### [Full Stack Auth with Spring Boot](https://github.com/scalekit-inc/scalekit-springboot-auth-example)

End-to-end authentication for Java applications. Features Spring Security integration, hosted login, and session handling

### [Full Stack Auth with Laravel](https://github.com/scalekit-inc/scalekit-laravel-auth-example)

Complete authentication solution for Laravel applications. Includes hosted login pages, session management, and middleware-protected routes

### [End to end full stack auth demo](https://github.com/scalekit-inc/coffee-desk-demo)

Badge: Coffee Desk App

Complete coffee shop management application with full stack. Features workspaces, organization switcher, and mulitple auth methods

  [View demo](https://dashboard.coffeedesk.app/) | [View code](https://github.com/scalekit-inc/coffee-desk-demo)


---

## More Scalekit documentation

| Resource | What it contains | When to use it |
|----------|-----------------|----------------|
| [/llms.txt](/llms.txt) | Structured index with routing hints per product area | Start here — find which documentation set covers your topic before loading full content |
| [/llms-full.txt](/llms-full.txt) | Complete documentation for all Scalekit products in one file | Use when you need exhaustive context across multiple products or when the topic spans several areas |
| [sitemap-0.xml](https://docs.scalekit.com/sitemap-0.xml) | Full URL list of every documentation page | Use to discover specific page URLs you can fetch for targeted, page-level answers |
