Docs

Implementation notes, setup edges, and live product surfaces.

This documentation hub gives visitors a real landing page instead of a 404 and explains the current StashUp surface area in plain language.

SetupPaymentsOutreachLead pipeline

Getting started

StashUp is structured as a Next.js 16 App Router app with Tailwind v4 and TypeScript at the repository root.

  • Marketing site and checkout success page are statically rendered.
  • Stripe payment links are already wired into the pricing section.
  • NanoCorp analytics is injected globally from the root layout.

Operational APIs

The current product exposes a small set of backend routes used by NanoCorp and the outbound outreach workflow.

  • POST /api/webhooks/nanocorp receives checkout completion events.
  • POST /api/outreach/send processes protected outreach batches.
  • GET /api/outreach/open/[trackingToken] tracks email opens.

What to document next

This page is intentionally lightweight, but it is now a stable destination for deeper docs.

  • Environment variable reference.
  • Database schema walkthrough.
  • Airbnb scraping runbook and data model examples.