Loading…
Supabase Swag Store
SupabaseRory Wilding
Summary
Supabase has officially launched the Supabase Swag Store to meet ongoing community demand for branded merchandise. The company built the online storefront using Shopify to go live quickly during launch week rather than dogfooding internal systems for e-commerce. Gifting remains the primary goal of the swag program, prioritizing contributors who create content, report bugs, answer community questions, or submit pull requests. All items are designed, packed, and dispatched directly by the internal team from Singapore in limited production batches of around one hundred items per run. Due to hands-on fulfillment and ongoing international shipping disruptions, inventory is scarce, and some small-batch designs will remain permanently limited editions.
Context
Frequent user requests prompted Supabase to establish a way for community members to obtain branded merchandise, while the team sought to maintain direct oversight over swag production and distribution.
Approach / What changed
Supabase launched an e-commerce store built on Shopify during launch week, managing product design, batch production runs of approximately 100 units, and packaging and shipping from Singapore in-house.
Takeaways
- Supabase prioritizes inventory for gifting to developers who write content, report bugs, answer community questions, or contribute pull requests.
- The team chose Shopify to build and launch the store rapidly for launch week instead of dogfooding an e-commerce platform.
- Merchandise is produced in small batches of around 100 shirts and dispatched directly from Singapore, with some runs functioning as limited editions.
Related reading
Supabase ·
Supabase Reports and Metrics
Supabase introduced a dedicated Reports section and updated project home pages to deliver observability across hosted Postgres projects and complementary services. Because developers can run unconstrained database queries and custom workloads, monitoring both project-level service usage and underlying infrastructure metrics is essential. The new dashboard displays one month of historical data, including CPU and memory usage alongside request volumes for Database, Auth, and Storage APIs. To collect metrics across hundreds of thousands of targets without high latency, Supabase implemented a federated monitoring architecture running regional Prometheus instances that scrape local exporters and aggregate subsets into a central VictoriaMetrics instance. All project databases now also launch with the pg_stat_statements extension enabled for future query statistics.
Div AroraSupabase ·
Supabase Beta July 2021
Supabase concluded July 2021 with its second Launch Week event, delivering daily product updates and infrastructure upgrades across its platform. Authentication features expanded to support SMS logins through Twilio, Twitch authentication, and API endpoints for generating custom email authentication links. Storage capabilities were upgraded to include media streaming, public buckets, directory uploads, and speed improvements, alongside dashboard enhancements for usage statistics and database insights. Furthermore, all newly created Supabase projects now run PostgreSQL 13.3 by default, and instances incorporate the updated PostgREST version 8.0 server to generate CRUD APIs. The release also introduced preliminary components for Supabase functions as development continues toward general availability.