> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mypopup.shop/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Welcome to Popup Store - A multi-tenant e-commerce platform for independent sellers

# Welcome to Popup Store 🛍️

## What is Popup Store?

Popup Store is a **multi-tenant e-commerce platform** that enables independent sellers to create and manage their own online stores with zero technical knowledge.

### Key Features

<CardGroup cols={2}>
  <Card title="Multi-tenant Storefronts" icon="store" href="/architecture/subdomain-routing">
    Each seller gets their own branded subdomain: `yourstore.mypopup.shop`
  </Card>

  <Card title="iOS Seller App" icon="mobile" href="/seller/ios-app-setup">
    Manage products, orders, and inventory from your iPhone
  </Card>

  <Card title="Dual Payment Methods" icon="credit-card" href="/architecture/payment-flow">
    UPI Direct (2% discount) and Razorpay integration
  </Card>

  <Card title="Real-time Analytics" icon="chart-line" href="/integrations/posthog">
    Track store views, product views, and conversion funnels
  </Card>
</CardGroup>

## Platform Components

<Tabs>
  <Tab title="Web Store">
    **Next.js 14** frontend with subdomain-based routing

    * Product catalogs and shopping cart
    * Checkout flow with payment selection
    * Order tracking for customers
    * Store customization (colors, logo, policies)

    [View on GitHub →](https://github.com/unfinished-bizness/getpopup-store)
  </Tab>

  <Tab title="iOS App">
    **Swift/SwiftUI** native iOS app for sellers

    * Product management with AI-powered image generation
    * Order fulfillment workflow
    * Store analytics dashboard
    * Push notifications for new orders

    [View on GitHub →](https://github.com/unfinished-bizness/popupstore.ios)
  </Tab>

  <Tab title="Backend">
    **Supabase** PostgreSQL database with Edge Functions

    * Multi-tenant data isolation
    * Real-time order updates
    * Email notifications (React Email + Resend)
    * Authentication (Email/Password + OAuth)

    [View on GitHub →](https://github.com/unfinished-bizness/popup-supabase)
  </Tab>
</Tabs>

## Quick Links

<CardGroup cols={3}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Get your local development environment running in 5 minutes
  </Card>

  <Card title="Architecture Overview" icon="sitemap" href="/architecture/overview">
    Understand how the platform components work together
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/orders/create">
    Explore the Supabase Edge Functions API
  </Card>
</CardGroup>

## Tech Stack

* **Frontend**: Next.js 14, TypeScript, Tailwind CSS, Radix UI
* **Backend**: Supabase (PostgreSQL, Auth, Edge Functions, Storage)
* **Payments**: Razorpay, UPI Direct
* **Email**: React Email + Resend
* **Analytics**: PostHog
* **Mobile**: Swift/SwiftUI (iOS)
* **Deployment**: Cloudflare Pages (web), App Store (iOS)

<Info>
  **Need help?** Reach out to us at [support@mypopup.shop](mailto:support@mypopup.shop)
</Info>
