Learn Qwik

Starter Pack V1

Learn Qwik Starter Pack

Start building your app instead of rebuilding the setup.

This starter includes authentication, protected pages, an account area, and a working feedback example you can test right away.

QwikSupabaseTailwindVercel

What you get from day one

Start from a working base, not a blank project.

Qwik, Supabase, Tailwind, and Vercel are configured so you can skip the setup work and move faster on the real product.

  • A production-ready stack from the start.
  • Less setup work before building real features.
  • A clean base you can adapt to your own product.

What is included in the starter pack

  • Authentication, protected pages, and account management are included.
  • Google sign-in and Magic Link authentication are connected.
  • A feedback feature built with Qwik routeLoader$, routeAction$, and Supabase is included as a reusable CRUD example.
  • Guided documentation is included to help you set up and understand the starter.
  • Private Discord access is included so you can ask questions while using the starter.
  • The app is deployed on Vercel with SSR.

How to test the demo

Follow this short guide to test the main parts of the demo.

  1. 1Sign in with Magic Link or Google to access the protected area.
  2. 2Open the feedback page to post a feedback entry and view entries shared by other users.
  3. 3Edit or delete your own feedback entries.
  4. 4Open the account page to review user data and test sign out and account deletion.