Database Error: Please check if the table exists in Supabase
Your academic content has been published successfully!

⚠️ Confirm Deletion

Are you sure you want to delete this content? This action cannot be undone.

🔐 Admin Login

G
GNOSIS ACADEMY
SURYAMSH KAMPELLY - FOUNDER & CEO
🔐 Admin Mode

📋 Setup Required: Create Database Table

To use GNOSIS ACADEMY, you need to create the database table in Supabase:

  1. Go to your Supabase SQL Editor
  2. Run this SQL command:
CREATE TABLE academic_content ( id BIGSERIAL PRIMARY KEY, title TEXT NOT NULL, genre TEXT NOT NULL, content TEXT NOT NULL, created_at TIMESTAMPTZ DEFAULT NOW() ); ALTER TABLE academic_content ENABLE ROW LEVEL SECURITY; CREATE POLICY "Allow all operations" ON academic_content FOR ALL USING (true);

After creating the table, refresh this page.

Loading academic content...