Studio · Private Access
Enter Studio Password
Incorrect password. Try again.
✦ Studio
21 days to launch
studio.orrisoak.com · Marketing Command Centre

Welcome Back,
Julary.

Your complete marketing infrastructure — all tools, all content, all in one place.

9
Tools
Available
0
Posts
Scheduled
May 1
Launch
Date
$65
Brush
Price
🚀 Launch Countdown · May 1, 2026
21
Days
00
Hours
00
Mins
00
Secs
✦ Your Tools
✦ Content File Manager
📁 orrisoak-content / Select a folder
🖌️ Brush / Images
🎬 Brush / Videos
📝 Brush / Captions
📢 Brush / Ads
Serum / Images
📝 Serum / Captions
💧 Cleanser / Images
📝 Cleanser / Captions
🖤 Brand / Logos
🚀 Campaigns / May1
🎁 Campaigns / MothersDay
📧 Email / Welcome
orrisoak-content / magnetic-brush / images
Click a folder to view files
Upload files using the button above
✦ GitHub Setup Guide
Set Up Your Content Repository
1
Create Private GitHub Repository
Go to github.com → Click "New repository" → Name it orrisoak-content → Set to Private → Click "Create repository"
2
Install Git on Your Computer
Download Git from git-scm.com and install. Then open Terminal (Mac) or Command Prompt (Windows).
3
Create the Folder Structure
Run these commands in your terminal:
mkdir orrisoak-content cd orrisoak-content mkdir -p content/magnetic-brush/images mkdir -p content/magnetic-brush/videos mkdir -p content/magnetic-brush/captions mkdir -p content/magnetic-brush/ads mkdir -p content/gold-serum/images mkdir -p content/gold-serum/captions mkdir -p content/gold-serum/ads mkdir -p content/glow-cleanser/images mkdir -p content/glow-cleanser/captions mkdir -p content/glow-cleanser/ads mkdir -p content/brand/images mkdir -p content/brand/logos mkdir -p campaigns/pre-launch-april mkdir -p campaigns/launch-may1 mkdir -p campaigns/mothers-day mkdir -p email/welcome-series mkdir -p email/mothers-day mkdir -p email/abandoned-cart mkdir -p social/instagram mkdir -p social/facebook mkdir -p tools
4
Add Your Tools to the Repo
Copy all your Orrisoak HTML tools into the tools/ folder. These will be version-controlled alongside your content.
tools/ ├── automation-system.html ├── content-agent.html ├── meta-command-center.html ├── outreach-agent.html └── studio-index.html ← this file
5
Initialize Git and Push to GitHub
Connect your local folder to GitHub:
git init git add . git commit -m "Initial Orrisoak content structure" git branch -M main git remote add origin https://github.com/YOUR_USERNAME/orrisoak-content.git git push -u origin main
6
Daily Workflow — Save Your Content
Every time you create new content or update a file, run these 3 commands to save it to GitHub:
git add . git commit -m "Add April 10 magnetic brush caption" git push
✦ Subdomain Setup · studio.orrisoak.com
Step 1 · Cloudflare DNS
Log in to Cloudflare → Select orrisoak.com → DNS → Add Record:
Type: CNAME Name: studio Target: orrisoak.com Proxy: DNS Only (grey cloud ☁️) TTL: Auto
Step 2 · Hostinger File Upload
Log in to Hostinger → File Manager → public_html → Create folder "studio" → Upload all your HTML tool files into it.
public_html/ └── studio/ ├── index.html ← this file ├── automation.html ├── content-agent.html ├── meta-command-center.html └── outreach-agent.html
Step 3 · Cloudflare Access (Free Password)
Cloudflare → Zero Trust → Access → Applications → Add Application → Self-hosted → Domain: studio.orrisoak.com → Add your email as allowed user → Save. Now only you can access it.
Step 4 · Test Your Studio
Wait 5-10 minutes for DNS to propagate → Visit studio.orrisoak.com → You should see this password screen → Enter your password → Your studio loads.
✦ Studio Password
Change Studio Password
Current password is saved in your browser. Share access by giving someone the URL + password. Never share your API keys.