✦ Your Tools
New
Automation System
Post scheduler, DM inbox, auto-responder, reel scheduler, full funnel dashboard
AI Powered
Content Agent
Generate captions, ad copy, reel scripts, image prompts, emails — AI suggests ideas first
Connected
Meta Command Center
Build and publish Meta campaigns. 3 campaigns ready to activate on May 1
Influencer Outreach
DM generator, pipeline tracker, follow-up automation. 5 contacts in progress
Brand Page
Full brand story, products, strategy, ad copy — shareable with partners and press
Shopify Theme Preview
Custom dark luxury theme preview for orrisoak.com — ready to implement
Setup Guide
Step-by-step setup for Meta, Klaviyo, Shopify and all marketing channels
Traffic Strategy
Complete organic and paid traffic plan — month by month breakdown
New
Content File Manager
Organised content library — content/<product>/images structure
✦ Content File Manager
📁 orrisoak-content / Select a folder
Click a folder to view files
Upload files using the button above
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.