Sharing a project I built with **Next.js 16 (App Router)** and deployed on **Vercel**.

[RideWise](https://getridewise.com) is a free rideshare fare comparison tool. Enter your pickup and destination, and instantly see side-by-side prices from Uber, Lyft, and local taxi services. No sign-up required.

## Tech Stack

- **Framework**: Next.js 16 with App Router, React 19, TypeScript

- **Styling**: Tailwind CSS 4

- **Backend**: NestJS + Prisma + PostgreSQL

## Key Features

- Real-time fare estimates from multiple rideshare providers

- 300+ US cities and 47 airports covered

- Time-of-day pricing (Now, Morning Rush, Evening Rush, Late Night)

- Fully responsive — works great on mobile

- Zero client-side data fetching for SEO pages (all SSG/SSR)

## Performance

Built with Turbopack for fast builds. Static pages are ISR-revalidated every 24 hours. The entire site builds in ~23 seconds on Vercel.

**Live site**: https://getridewise.com

Would love to hear your feedback!

```

-–