π Client Pipeline
π New Enquiries
Tap refresh to check new enquiries.
π οΈ Your Deployment Workflow
- Receive client paymentConfirm payment before starting any work.
- Save client configConfig tab β enter all client details β Save.
- Create temp user (24hr)New Client tab β create login β share credentials with client.
- Client does Supabase setupClient logs in β enters his Supabase URL + key β runs SQL.
- Review client SQLSQL Review tab β check AI generated SQL β approve or reject.
- Deploy Edge FunctionsDeploy all functions to client's Supabase dashboard.
- Deploy to CloudflareUpload client files β Cloudflare Pages β get live URL.
- Record proof videosRecording tab β follow checklist β save to Google Drive.
- Generate certificate + handoffCertificate tab β generate PDF β Handoff tab β copy message.
- Delete temp userClients tab β delete temp user β job complete.
π° Service Packages
Self Setup
Client runs SQL Β· You review + deploy Cloudflare
βΉ1,499
Full Work
You do everything Β· Client provides 3 keys
βΉ2,499
ποΈ Preview Client View
See exactly what your client sees
π€ Create Temporary Client Login (24hr)
Creates a temporary Supabase auth user. Share credentials with client so they can log in and do their Supabase setup.
π± What to Send Client After Creating
π Client Queue
Tap Refresh to load submitted clients.
Step 1 β Upload App File & Generate SQL
π
Tap to upload client app file
.html .js .ts files
Step 2 β Create Supabase Project & Run SQL
Creates the client's Supabase project, fetches API keys, and runs the SQL automatically.
β¬ Creating Supabase project...
β¬ Waiting for project to be ready...
β¬ Fetching API keys...
β¬ Running SQL...
Step 3 β Deploy to Cloudflare Pages
Injects Supabase credentials into the app file, creates a Cloudflare Pages project with the client's chosen URL, and deploys.
β¬ Injecting Supabase credentials...
β¬ Creating Cloudflare Pages project...
β¬ Deploying app file...
β¬ Getting live URL...
Step 4 β Mark Complete & Deliver
ποΈ Database Setup SQL
Pick project type β copy SQL β run in client's Supabase SQL Editor.
π How to Run SQL in Supabase
- Open Supabase Dashboardsupabase.com β Open client project
- Go to SQL EditorLeft sidebar β SQL Editor β New Query
- Paste and RunCopy SQL from above β Paste β Click Run
- Verify TablesLeft sidebar β Table Editor β confirm all tables exist
- Enable RLSCheck each table has RLS enabled (lock icon visible)
π₯ Before You Start Recording
Check everything is ready before pressing record on your phone.
πΉ Video 1 β Supabase Proof (2β3 min)
What to show:
- Open Supabase β show client project name clearly
- Table Editor β scroll through all tables created
- Click each table β show rows / columns structure
- Edge Functions β show all functions listed as Active
- Auth β Users β show temp user exists
Save as: Video1_Supabase_[ClientName].mp4
πΉ Video 2 β Live Site Proof (1β2 min)
What to show:
- Open live URL in browser β show it loading
- Show all main pages / sections of the app
- Log in with client temp credentials β show it works
- Do one basic action (add item, click button, etc.)
- Show the URL bar clearly with live domain
Save as: Video2_LiveSite_[ClientName].mp4
πΉ Video 3 β Handoff Proof (1 min)
What to show:
- Open HR Console Business β Certificate tab
- Show generated deployment certificate
- Open WhatsApp β show handoff message being sent
- Show Google Drive folder with all videos uploaded
Save as: Video3_Handoff_[ClientName].mp4
π Deployment Certificate
Auto-generated from your Config. Share as PDF with client as official proof of deployment.
β οΈ Cloudflare Credentials Not Set
Supabase Project Ref and Bearer Token must be set in βοΈ Config tab. Deploy credentials live in Supabase secrets β not in the browser.
βοΈ Cloudflare Pages Projects
Tap Refresh to load your projects.
π Deploy Files to Pages
Must match exact Cloudflare Pages project name. If project doesn't exist it will be created.
π
Tap or drag files here
.html .js .css .json supported
β
Deployment Successful!
π Recent Deployments
Tap Load to see deployment history for the selected project.
β οΈ Supabase Access Token Not Set
Supabase Project Ref and Bearer Token must be set in βοΈ Config tab. Function deploy credentials live in Supabase secrets β not in the browser.
β‘ Deployed Functions
Tap Refresh to load deployed functions.
π§ͺ Test Function Inline