<aside> 💡 This template provides context/instructions for the languages you use.

</aside>

Waza uses a stack based on JavaScript that will later use TypeScript once the project expands.

Next.JS

The application uses Next.JS as a React Framework. Using this framework for the development will make it faster during loading time, but also for the SEO. A quick starting guide can be found here:

Getting Started | Next.js

UI Style

We use Tailwind CSS for the style

Installation: Tailwind CLI - Tailwind CSS

Prisma

To manage and interact with the database we use the ORM Prima. Currently, it uses SQLite however this can change in the future.

Prisma Documentation | Concepts, Guides, and Reference

State Management?

TanStack Query | React Query, Solid Query, Svelte Query, Vue Query

NextAuth.js

This is an open-course authentication solution for Next.js applications.

Introduction | NextAuth.js