Documentation Index
Fetch the complete documentation index at: https://docs.grouple.pro/llms.txt
Use this file to discover all available pages before exploring further.
Storage Buckets
Grouple uses 3 Supabase Storage buckets:venue-images (Public)
Stores venue photos uploaded by merchants during onboarding and venue editing.
- Access: Public read, authenticated write
- Size limit: 512KB per file
- Used by: Merchant onboarding, venue edit pages
- RLS: Authenticated users can upload to their own UID folder; public can view
Logos (Public)
Stores merchant/venue logos.
- Access: Public read, authenticated write
- Size limit: No limit
- Used by: Merchant onboarding, profile settings
- RLS: Public can view; authenticated users can upload to their own UID folder
venue-brochures (Private)
Stores venue PDFs and menu documents for AI extraction.
- Access: Private (merchant-only read/write)
- Size limit: No limit
- Used by: PDF Extract Worker (OCR),
mistral-ocrEdge Function,venue_knowledgetable - RLS: Merchants can only access files in their own venue folder