Developer Hub
Welcome to the Kubuli developer documentation. This section covers everything you need to contribute to the monorepo, run the local stack, and understand the API layer.
Where to start
| Goal | Start here |
|---|---|
| Get the project running locally | Local Setup |
| Understand how the monorepo is structured | Monorepo Orientation |
| Work with the Kubuli API | API Workflows |
| Work with the admin CMS | Admin Workflows |
| Update or add documentation | Docs Contribution |
Apps at a glance
| App | Framework | Port | Purpose |
|---|---|---|---|
web | Nuxt 4 (Vue 3) | 3000 | Marketing site + discovery platform |
api | HonoX (Hono 4) | 3001 | Backend API |
admin | Laravel 13 | 443 | CMS and content operations console |
mobile | React Native | — | iOS and Android app |
docs | VitePress | 4173 | This site |