Skip to content

Frontend

The frontend is a Nuxt 3 application located in app/.

Stack

  • Nuxt 3 + Vue 3 + TypeScript
  • TailwindCSS
  • Pinia for state management

Key Folders

  • app/pages/ for route pages
  • app/stores/ for Pinia stores
  • app/composables/ for reusable logic
  • app/server/api/ for server API routes and proxies