Dashboard
Overview of your ViewFinder platform
Total Posts
-
Loading...
Total Users
-
Loading...
View Requests
-
Loading...
Storage Used
-
Loading...
Recent Activity
| Type | Details | User | Time |
|---|---|---|---|
| Loading recent activity... | |||
Posts Management
View, edit, and delete posts
| Image | ID | Title | User | Location | Created | Actions |
|---|---|---|---|---|---|---|
| Click "Reload Posts" to load data | ||||||
Users Management
Manage user accounts and profiles
| Avatar | Username | Account | Full Name | Profile URL | Posts | Joined | Frontend Views | Actions |
|---|---|---|---|---|---|---|---|---|
| Click "Reload Users" to load data | ||||||||
View Requests
Manage crowdsourced help requests
| ID | Title | User | Location | Comments | Created | Actions |
|---|---|---|---|---|---|---|
| Click "Reload Requests" to load data | ||||||
Analytics
Platform insights and metrics
Posts Today
-
New Users Today
-
Active Users (7d)
-
Total Storage
-
Top Posts
| Title | Author | Views | Likes | Created |
|---|---|---|---|---|
| Loading top posts... | ||||
Storage Management
Manage storage buckets and files
Storage Buckets
Photos Bucket
-
Post images
Avatars Bucket
-
User avatars
Hero Images
-
Profile backgrounds
Configuration
Backend connection settings and preferences
Sponsor Banners
Toggle promoted sponsor banners on or off across the public ViewFinder application. Changes apply immediately upon saving the configuration below.
Auto-Load Settings
When enabled, data will automatically load when you navigate to a page. Disable to manually control when data loads.
Cloud Storage
Your preferences are automatically saved to Supabase cloud storage. This keeps your settings synced and prevents localStorage from getting too large.
Setup SQL (Click to view)
Run this SQL in your Supabase SQL Editor to create the preferences table:
CREATE TABLE IF NOT EXISTS admin_preferences (
admin_id TEXT PRIMARY KEY,
preferences JSONB DEFAULT '{}',
last_page TEXT,
updated_at TIMESTAMPTZ DEFAULT NOW()
);
CREATE INDEX IF NOT EXISTS idx_admin_preferences_updated ON admin_preferences(updated_at);
Checking cloud storage...
Supabase Connection
Connection is managed by deployment environment variables. Update credentials in Vercel project settings. The Save button still stores frontend troubleshooting links below.
Frontend Troubleshooting
Configure these links so admin can open the same user-facing screens for support and QA.
Placeholders: {userId} {id} {username} {fullName} {usernameOrId}
Business View links to the business account profile by default. If you add a dedicated owner dashboard route later, set it here.
Site Studio
Mobile-first sandbox preview and quick WYSIWYG-style edits for text, images, links, and styles.
Studio ready. Enter a URL and open preview.
For direct element editing, preview must be same-origin or have matching CORS permissions.
Quick Edit Patch
Danger Zone
These actions cannot be undone. Use with extreme caution.