Stanisław Rayzacher [ MENU ]
Fullstack Web App CompletedBooksly Next.js, Prisma, PostgreSQL. Full CRUD, bookings, admin panel, auth. Built in roughly a month. Scaffolded the UI fast with AI tools, then focused on getting the data layer and state management right. Deployed on Vercel.
Tech stack Next.js TypeScript Tailwind CSS Prisma PostgreSQL Radix UI React Hook Form Recharts Zustand
Key features Event discovery and browsing with filtering Data layer with Prisma ORM and PostgreSQL Admin panel for managing events and users Authentication and authorization system Responsive design with Radix UI components Interactive charts and analytics with Recharts Form handling with validation using React Hook Form State management with Zustand Deployment on Vercel ChallengesDelivering a functional application within a short deadline Designing a scalable database schema Building both public and admin interfaces Keeping consistent styling across the whole application SolutionsAI-assisted UI scaffolding to save time for the data layer Radix UI for accessible, ready-made components Modular code: API routes, services and components separated Zustand for lightweight, straightforward state management