A full-stack booking platform for a hybrid snowpark-hostel, built with Next.js 15, TailwindCSS, and Prisma. It features a custom booking flow with date and guest availability validation, volunteer sign-up handling, and an admin dashboard to manage accommodations and reservations. Authentication is powered by NextAuth with protected routes via middleware. All inputs are validated using Zod, and key flows are covered with unit tests using Vitest.