Welcome to OrignaGTA Docs
OrignaGTA is a modern e-commerce platform built with Flutter (mobile/web), Rust backend (OrignaBase), and Stripe payments.
What is OrignaGTA?
OrignaGTA connects buyers and sellers in Canada with:
- Multi-seller marketplace architecture
- Integrated Stripe payment processing
- Advanced search with Meilisearch
- International shipping support
- Seller payouts via Stripe Connect
- Real-time order management
Quick Links
- Getting Started — Set up your development environment
- API Reference — Complete REST API documentation
- Flutter SDK — Integrate OrignaGTA in your Flutter app
- Seller Guide — Onboard as a seller
Platform Environments
| Environment | URL | Purpose |
|---|---|---|
| Production | https://orignagta.ca (opens in a new tab) | Live marketplace |
| Staging | https://staging.orignagta.ca (opens in a new tab) | Pre-release testing |
| Development | https://dev.orignagta.ca (opens in a new tab) | Development & feature testing |
Architecture
┌─────────────────────────────────────────────────────────────┐
│ Flutter Web/Mobile │
├─────────────────────────────────────────────────────────────┤
│ OrignaBase SDK │
├─────────────────────────────────────────────────────────────┤
│ OrignaBase REST API (Rust) — api.orignagta.ca │
│ ┌──────────────────┬──────────────────┬──────────────────┐ │
│ │ SurrealDB v2 │ Meilisearch │ Stripe API │ │
│ │ (Data Store) │ (Search) │ (Payments) │ │
│ └──────────────────┴──────────────────┴──────────────────┘ │
└─────────────────────────────────────────────────────────────┘Key Features
- Multi-seller marketplace: Each seller has their own product catalog and fulfillment
- Stripe integration: PCI-compliant checkout with Stripe Connect payouts
- Real-time search: Meilisearch powers instant product discovery
- Order management: Complete lifecycle from pending → confirmed → shipped → delivered
- Returns & refunds: 30-day return window with automatic refunds
- Seller analytics: Coming soon
Support
- Developers: See API Reference
- Sellers: See Seller Onboarding
- Buyers: Visit https://orignagta.ca/help (opens in a new tab)
Last Updated: March 2026