All work
Runway logo
BuildingChecking status

Runway

Production-focused Next.js boilerplate for shipping serious web apps faster.

Next.jsReactSupabaseStripeTailwind CSSArcjetMailgunTypeScript

Overview

Runway is a production-focused Next.js boilerplate for starting SaaS, AI, and web products without rebuilding the same foundation every time. It packages auth, payments, database setup, email, SEO, analytics, reusable UI, and deployment defaults into a structure designed to be understandable after cloning.

Why I built it

I wanted an analytics product that fit how I like to build: lightweight, developer-friendly, privacy-conscious, and cheaper/easier to reason about than heavier analytics tools.

What it tracks

  • Sessions
  • Pageviews
  • Events
  • Engagement signals
  • Traffic sources
  • Device and browser metadata where appropriate

Architecture

  • Small embeddable tracking scripts
  • Real-time ingestion
  • PostgreSQL/TimescaleDB time-series storage
  • Supabase-backed app and auth infrastructure
  • Dashboard queries for traffic and behavior analysis

Related projects