← All work
Systems · Commerce

Prism Funnel System

A controllable funnel and campaign management system.

Category
Category

Controllable funnel and campaign management system

Overview

Controllable funnel and campaign management system

Core Concepts

  • Routing: Next.js App Router under app/.
  • UI: Component library lives under components/.
  • Client logic: React hooks live under hooks/.
  • Shared logic: Utilities/domain code live under lib/.
  • Notable libraries: Radix UI, Tailwind CSS, shadcn/ui.
  • Tooling: npm scripts available (build, dev, lint, start).
  • Entry points: app/page.tsx.

Technology Stack

  • Root: Next.js, React, TypeScript, Tailwind CSS, Node.js

Getting Started

pnpm install
pnpm dev

Scripts

build: next build
dev: next dev
lint: next lint
start: next start

Repository Layout

  • app/
  • components/
  • hooks/
  • lib/
  • public/
  • styles/
  • types/

Configuration

No required environment variables were detected (no .env*.example found).

Notes

  • Keep this README factual and repository-grounded.