About Melbourne Tech Web App Boilerplate

Melbourne Tech Web App Boilerplate (MT-WAB) is a comprehensive, production-ready foundation for modern web applications, built with industry best practices and cutting-edge technologies.

Frontend Stack

  • React 19 - Latest React with concurrent features
  • TanStack Start - Full-stack React framework
  • TanStack Router - Type-safe routing
  • TanStack Query - Server state management
  • Tailwind CSS - Utility-first styling
  • Radix UI - Accessible component primitives

Backend & Services

  • Supabase - Authentication & database
  • PostgreSQL - Robust relational database
  • Cloudflare Workers - Edge computing platform
  • Server Functions - Type-safe API endpoints

Key Features

🔐 Authentication

Complete user authentication with sign-up, sign-in, password reset, and protected routes.

📱 Responsive Design

Mobile-first responsive design that works beautifully on all devices.

⚡ Performance

Code splitting, SSR, and optimized bundle sizes for fast loading.

🛡️ Type Safety

End-to-end type safety from database to UI components.

Getting Started

This boilerplate is designed to be a solid foundation for your next project. Simply clone, configure your environment variables, and start building!

npm install && npm run dev