StrategicaBlueprint Studio Open Studio →

V1.4.3 connection health verification

Connect the private architecture platform.

The dedicated Supabase project is configured for authenticated workspaces, private storage, version persistence, multilingual model governance, and audit history. Use this page to verify the connection before deployment.

Browser configurationChecking…
Data connectionChecking…
AI serviceChecking…
01

Create the Supabase project

The dedicated Blueprint Studio project has been created in East US (North Virginia). Preserve it as a separate customer-data boundary.

supabase/schema.sql → migration-v1.3.sql → migration-v1.4.sql

The schema and language migration are installed. Run V1.4 once to harden explicit grants before external pilots.

02

Add browser-safe connection values

The production config.js contains only the browser-safe project URL and publishable key.

supabaseUrl: 'https://vrkwgggzxashlicdrqvk.supabase.co'
supabasePublishableKey: 'sb_publishable_…'

Never place a secret key in browser code.

03

Enable server-side intelligence

In Netlify, add function-scoped environment variables:

OPENROUTER_API_KEY
OPENROUTER_MODEL
SITE_URL

The API key remains inside the serverless function.

04

Deploy and validate

Deploy the folder to Netlify, open this page, test the data connection, then create a private account from the Studio connection control.

Security boundary

What is protected in V1.4

✓ Organization-scoped row-level security✓ Authenticated project workspaces✓ Versioned model snapshots✓ Normalized objects and relationships✓ Private source-document bucket✓ Audit-event history✓ Browser-safe publishable key only✓ Server-side AI credentials

Local testing

Local fallback remains available for non-sensitive testing

Run python3 -m http.server 8080 from the project folder and open http://localhost:8080/studio.html. The Studio will save locally and clearly show “Local mode.”