Integrations
Qwik CLI comes with integrations to make it easy to connect to your tooling and services.
Once you create a Qwik City application, run the following command to add new integrations:
npm run qwik add
It will prompt you to select the integration you want to add. Once you select an integration, it will be added to your application and you can start using it.
List of possible integrations
- Overview
- Auth.js
- Builder.io
- Cypress
- Icons
- Image Optimization
- Internationalization
- Modular Forms
- Nx Monorepos
- Panda CSS
- Partytown
- Playwright
- PostCSS
- Prisma
- React
- Storybook
- Styled Vanilla Extract
- Supabase
- Tailwind
- Tauri
- Vitest
Adding A New Integration
Thanks for your interesting into 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.