Dashboard
Your 52collective at a glance
—
Products
—
Journal posts
—
Pending submissions
—
Subscribers
| Recent signups | Date |
|---|---|
| Loading… | |
Products
Manage your library
| Image | Title | Category | Price | Published | Actions |
|---|---|---|---|---|---|
| Loading… | |||||
Journal
Manage posts
| Title | Category | Read time | Published | Actions |
|---|---|---|---|---|
| Loading… | ||||
Submissions
Work submitted by users
| Name | Product | Link | Status | Actions | |
|---|---|---|---|---|---|
| Loading… | |||||
Hero Banner
Featured product shown at the top of your marketplace
Show hero banner
Turn the featured section on or off on the homepage
Content
CTAs
Hero image
Click to upload hero image
First time setup: Run this SQL in your Supabase SQL Editor to create the settings table:
CREATE TABLE IF NOT EXISTS settings (
key text PRIMARY KEY,
value jsonb NOT NULL DEFAULT '{}',
updated_at timestamptz DEFAULT now()
);
ALTER TABLE settings ENABLE ROW LEVEL SECURITY;
CREATE POLICY "Public read" ON settings FOR SELECT USING (true);
CREATE POLICY "Auth write" ON settings FOR ALL USING (true);
Signups
Everyone who joined the collective
| Date joined | |
|---|---|
| Loading… | |