---
title: Active Projects and Goals
desc: Quasar's active project areas and where new maintainers are needed.
---
## Active Project Areas

These are the areas the Quasar core team and project maintainers actively develop and support:

| Project area | Responsibility | Repo, Links |
| --- | --- | --- |
| Quasar UI | The `quasar` UI library - components, directives, plugins, composables, TypeScript support | [Main repo](https://github.com/quasarframework/quasar) (`/ui`) |
| CLIs | `@quasar/cli`, `@quasar/app-vite`, `create-quasar` | [Main repo](https://github.com/quasarframework/quasar) |
| Vite plugin | `@quasar/vite-plugin` for vanilla Vite apps | [Main repo](https://github.com/quasarframework/quasar) (`/vite-plugin`) |
| Icon Genie & Extras | `@quasar/icongenie`, `@quasar/extras` | [Main repo](https://github.com/quasarframework/quasar) |
| Documentation | This very website | [Main repo](https://github.com/quasarframework/quasar) (`/docs`) |
| Testing App Extensions | `@quasar/testing-*` harnesses for unit and e2e testing | [quasar-testing](https://github.com/quasarframework/quasar-testing) |
| Official App Extensions & UI kits | `@quasar/apollo`, `@quasar/qcalendar`, `@quasar/qmarkdown` and friends | [Discover App Extensions](../app-extensions/discover.md) |

## Where a New Maintainer Is Needed

These project areas are an inevitable part of the Quasar Framework, but to keep our promise "to raise the bar for web development as a whole" we are looking for active maintainers for them.

If you are interested, read [The Role of the Project Maintainer](project-maintainer.md) and let the core team know via the [Discord chat](https://chat.quasar.dev/).

We can promise you that your JavaScript and Vue.js skills will reach the stars!

| Project area | Required Skills | Links |
| --- | --- | --- |
| SPA mode | Vue, Vite | [app-vite](https://github.com/quasarframework/quasar/tree/dev/app-vite) |
| SSR mode | Server-side rendering, Node.js | [app-vite](https://github.com/quasarframework/quasar/tree/dev/app-vite) |
| SSG mode | Static site generation | [app-vite](https://github.com/quasarframework/quasar/tree/dev/app-vite) |
| PWA mode | Service Workers, Workbox | [app-vite](https://github.com/quasarframework/quasar/tree/dev/app-vite) |
| Cordova mode | Apache Cordova | [app-vite](https://github.com/quasarframework/quasar/tree/dev/app-vite) |
| Capacitor mode | Capacitor | [app-vite](https://github.com/quasarframework/quasar/tree/dev/app-vite) |
| Electron mode | Electron | [app-vite](https://github.com/quasarframework/quasar/tree/dev/app-vite) |
| BEX mode | Browser Extensions | [app-vite](https://github.com/quasarframework/quasar/tree/dev/app-vite) |
