Integrations
Qwik CLI comes with integrations to make it easy to connect to your tooling and services.
Once you create a Qwik application, run the following command to add new integrations:
pnpm run qwik add
npm run qwik add
yarn run qwik add
bun run qwik add
This command will prompt you to select the integration you want to add. Once selected, the integration will be added to your application and you can start using it.
List of possible integrations
- Overview
- Astro
- Auth.js
- Bootstrap
- Builder.io
- Cypress
- Drizzle
- i18n
- Icons
- Image Optimization
- Leaflet Map
- Modular Forms
- Nx Monorepos
- OG Image
- Orama
- Panda CSS
- Partytown
- Playwright
- PostCSS
- Prisma
- React
- Storybook
- Styled Vanilla Extract
- Supabase
- Tailwind
- Tauri
- Turso
- Vitest
Adding A New Integration
Thanks for your interest in adding an integration to Qwik! We're more than happy to help you get started. First, if you're looking to add a server deployment, please checkout the Server Deployments docs. If you'd like to add a Qwik library, please see the Library docs. If you'd like to add a new tooling or service integration, please read on.