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 devScripts
build: next build
dev: next dev
lint: next lint
start: next startRepository 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.