Studio 1 — Access Guide
Everything you need to access, deploy, and manage the system.
1 Access the Dashboard
All reports, dashboards, and tools live at one URL:
https://reports.iconicbyai.com
This is always on — works 24/7 even if Neil's laptop is off. Hosted on Render.com.
3 GitHub — Code Repository
https://github.com/NeilTheAussie/Studio1-Automation
Private repo. All code lives here. Push to master = auto-deploy to Render.
OwnerNeilTheAussie
CollaboratorFixerq (Mark)
Branchmaster
Auto-deployOn commit
4 Render — Cloud Hosting
https://dashboard.render.com
Login with Neil's Google account. Service name: Studio1-Automation.
PlanStarter ($7/mo)
RuntimeNode.js 22
Start commandnpm start
Env vars9 configured
5 Cloudflare — DNS & Domain
https://dash.cloudflare.com
Login with [email protected] (Google). Domain: iconicbyai.com.
reports.iconicbyai.comCNAME → studio1-automation.onrender.com
iconicbyai.comRedirect → reports.iconicbyai.com
kelly.iconicbyai.comTunnel → localhost:3301 (laptop)
↑ How to Deploy Changes
1Edit code locally or in GitHub
2Commit and push: git push origin master
3Render auto-deploys in ~2 minutes. Check logs in the Render dashboard.
That's it. No SSH, no server restarts, no manual steps.
⚙ How to Add/Change Environment Variables
2Click Add Environment Variable
3Enter the key and value, click Save Changes
The service auto-restarts when env vars change. No redeploy needed.
☰ How to View Server Logs
2Click Logs in the left sidebar
3Live tail shows real-time output. Use the search bar to filter.
Studio 1 Automation · Access Guide · 26 March 2026