Welcome back

Sign in to manage your website

Forgot password?
Overview
🌐 View Site
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

TimeActionDetails
📰

Loading posts...

📝

No draft posts yet

No approved posts yet

All Pages

PageSlug / URLStatusLast EditedActions
https://mymindstudio.ai/
Page Title Here
Meta description will appear here...
0/60
0/160

SEO Score

0/100

Exit Intent Popup

Social Media Links

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

PageViewsAvg TimeBounce
/12,8402m 45s38%
/blog4,2104m 12s28%
/explainer-video2,1905m 30s22%
/privacy-policy3401m 10s72%
📁
Drop files here or click to upload
Images, videos, documents — max 50MB

All Users

UserRoleStatusJoinedActions

Site Languages

LanguageCodeDirectionDefaultEnabledActions

Translations

KeyEnglishTranslation

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:
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

TimeUserActionIPDetails