MyVrum 🛠️ Technology Stack
Frontend • Next.js 16 - React Framework with App Router and Server Components; • React 19 - UI Library with React Compiler; • TypeScript 5.9 - Static typing; • Tailwind CSS 4 - Utility CSS Framework; • Framer Motion - Fluid animations; • Lucide React - Modern icons; • Headless UI - Accessible components.
Backend & Database • Prisma ORM - Type-safe ORM for Node.js and TypeScript; • SQLite - Database (development); • NextAuth.js - Full authentication with JWT; • bcrypt - Password encryption.
This is a Next.js project bootstrapped with create-next-app.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.