Total Visitors
74,850
↑ 12.4% this month
Blog Posts
0
↑ Active content
Draft Posts
0
Pending review
Active Pages
0
↑ Live
Traffic (Last 7 Days)
Traffic Sources
Recent Activity
| Time | Action | Details |
|---|
Blog Management
Loading posts...
No draft posts yet
No approved posts yet
Pages
All Pages
| Page | Slug / URL | Status | Last Edited | Actions |
|---|
SEO Manager
https://mymindstudio.ai/
Page Title Here
Meta description will appear here...
0/60
0/160
SEO Score
0/100
Marketing
Campaigns
Exit Intent Popup
Social Media Links
Analytics
Visitors
18,420
↑ 12.4%
Bounce Rate
42.3%
↑ 1.2%
Avg Session
3m 12s
↑ 0.4%
Conversions
42
↑ 8.1%
Traffic Over Time
Sources
Top Pages
| Page | Views | Avg Time | Bounce |
|---|---|---|---|
| / | 12,840 | 2m 45s | 38% |
| /blog | 4,210 | 4m 12s | 28% |
| /explainer-video | 2,190 | 5m 30s | 22% |
| /privacy-policy | 340 | 1m 10s | 72% |
Media Library
Drop files here or click to upload
Images, videos, documents — max 50MB
Users
All Users
| User | Role | Status | Joined | Actions |
|---|
Languages
Site Languages
| Language | Code | Direction | Default | Enabled | Actions |
|---|
Translations
| Key | English | Translation |
|---|
Settings
General Settings
Branding
Security
⚡ Supabase — Instant Blog Publishing
Connect Supabase so published blog posts go live on your site instantly — no file exports, no redeploys.
⚠️ Supabase not connected — posts require manual deploy
Setup (2 min):
1. Go to supabase.com → New project
2. Project Settings → API → copy Project URL and anon public key
3. Run this SQL in the SQL Editor:
1. Go to supabase.com → New project
2. Project Settings → API → copy Project URL and anon public key
3. Run this SQL in the SQL Editor:
create table blog_posts (
id text primary key,
slug text unique,
title text,
excerpt text,
category text,
"categoryLabel" text,
author text,
"authorInitials" text,
"authorColor" text,
date text,
"dateLabel" text,
"readTime" text,
featured boolean default false,
emoji text,
"thumbBg" text,
"thumbImg" text,
tags text[],
body text,
content text,
"metaDesc" text,
"metaKeywords" text,
status text default 'published',
created_at timestamptz default now()
);
alter table blog_posts enable row level security;
create policy "Public read" on blog_posts for select using (true);
create policy "Anon write" on blog_posts for all using (true);
Other API Keys
Backup & Restore
Download a full backup of all admin data or restore from a previous backup file.
Danger Zone
Activity Log
| Time | User | Action | IP | Details |
|---|