Technologies

Understanding the stack helps you prompt effectively and know where responsibilities split between generated apps, Prowpt APIs, and third-party services.

  • React + TypeScript

    Generated app UI

    Apps are single-page React trees with TS/TSX source edited by the assistant, bundled through esbuild with sensible defaults (error boundaries, router injection when needed).

  • Tailwind CSS

    Styling

    Utility-first styling ships via CDN or inlined Tailwind helpers so layouts stay concise without a separate build pipeline in the preview environment.

  • Prowpt FastAPI backend

    Platform APIs

    Python/FastAPI powers auth, generation orchestration, credit accounting, workflow execution, analytics ingestion, and record storage abstraction—including optional Supabase routing.

  • Next.js + next-intl

    Builder experience

    The dashboard you are reading is a Next.js app with client-side internationalization, dynamic imports for locale messages, and middleware-driven routing for hosted customer apps.

  • Supabase (optional)

    External Postgres + Auth metadata

    Pro+ projects may attach Supabase for record storage while still using Prowpt workflows and hosting; you run supplied SQL to create compatible tables.

  • Stripe

    Payments

    Commerce flows can connect Stripe Connect for merchant-of-record patterns; keys and onboarding live in project settings when templates require payments.

  • AWS

    Infrastructure

    Custom domains integrate with Route 53 / ACM for managed certificates and HTTPS termination at the edge alongside CDN-backed static delivery.