Professional Tech Stack

Modern web development stack with cutting-edge technologies

Next.js (TypeScript, App Router)

React framework with built-in TypeScript support and App Router for routing

Installation:

npx create-next-app@latest --typescript --tailwind --eslint --app
Documentation

Tailwind CSS v4

Utility-first CSS framework for rapid UI development

Installation:

npm install -D tailwindcss postcss autoprefixer && npx tailwindcss init -p
Documentation

Prisma ORM (PostgreSQL via Neon)

Next-generation ORM with PostgreSQL via Neon serverless platform

Installation:

npm install prisma --save-dev && npx prisma init && npm install @prisma/client
Documentation

JWT Authentication (RS256, RSA Private Key)

JSON Web Token authentication with RS256 algorithm and RSA private keys

Installation:

npm install jsonwebtoken && npm install @types/jsonwebtoken --save-dev
Documentation

Nodemailer (HTML onboarding email)

Module for Node.js to send emails with HTML templates

Installation:

npm install nodemailer && npm install @types/nodemailer --save-dev
Documentation

node-cron (scheduled emails)

Task scheduler for Node.js based on cron syntax

Installation:

npm install node-cron && npm install @types/node-cron --save-dev
Documentation

Toast notifications (custom React component)

Custom toast notification system for React applications

Installation:

npm install react-hot-toast
Documentation

Jitsi Meet iframe (video meetings)

Embeddable video conferencing using Jitsi Meet iframe API

Installation:

Embed via iframe - no installation required
Documentation