Back to Projects

Neighborhood Insights

Overview

A content and data platform for real estate professionals and community researchers. The site publishes in-depth neighborhood analysis across Texas markets, with 43+ articles live. The platform also sells six digital data products via Gumroad and Neura Market.

What It Does

Technology Stack

Category Tools
Framework Next.js 15, React 19, TypeScript
Styling Tailwind v4, custom design system
Animation Framer Motion
UI Components shadcn/ui
Commerce Gumroad API
Deployment Vercel (auto-deploy from GitHub)

Architecture Notes

Every route uses a two-file pattern: a server component page.tsx that handles data fetching, and a client component [Name]ClientPage.tsx marked "use client" that handles interactivity. This separates server and client concerns cleanly under Next.js App Router.

The design system uses Tailwind v4’s CSS-first configuration — design tokens live in CSS custom properties rather than a JavaScript config file.


GitHub Repository ← Back to Projects