Loading...

Welcome, Traveler

Your Forge Passport tracks your journey through consciousness evolution

Account Tier

Explorer

Contribution Score

0

Contribution Tier

Newcomer

Member Since

Today

Your Forge Journey

1
Reality
2
Creation
3
Character
4
Infinity
5
Signal
6
Wealth
7
Guardian

Chat with ARAYA

Your consciousness companion - free forever

Trinity Console

Multi-AI coordination: C1 x C2 x C3 = Infinity

7 Domains

Explore your consciousness journey

Forge Store

Tools and resources for your journey

🖥️ Backend Setup

Deploy to Railway or run locally — one-click wizard

🦞 OpenClaw Hub

Full-power agent control center for individuals and businesses

Device Registry

All registered emulator and phone farm nodes. Status refreshes automatically.

Loading emulators…

Loading phones…

📞 VoIP Call Control

Recent VoIP Calls

Time Target Number App Node Status Duration Outcome
Loading…

Call Logs

Task ID Node Number Start Duration Outcome Transcript
Loading…

💬 Social Automation

Recent Social Tasks

Time App Action Node Status Result
Loading…

📋 Unified Task Logs

Time Type Task ID Details Node Status Result
Loading…

🚀 Railway Backend — Quick Connect

Paste your Railway gateway WebSocket URL and token, then click Connect. The token must match the GATEWAY_TOKEN environment variable set in your Railway service.

Settings are saved locally and never sent to our servers.

📡 Backend Services

Connect to your Railway gateway to see service status.

⚡ Deploy Your Gateway to Railway

Follow these steps once to deploy your own backend gateway on Railway — takes about 5 minutes.

1
Create a Railway account
Go to railway.app and sign in with GitHub. Railway offers a free tier that runs services 24/7.
2
Deploy the gateway folder
In Railway → New Project → Deploy from GitHub repo, select the gateway/ folder from the consciousness-revolution repository. Or drag-and-drop the gateway folder directly.
3
Set environment variables
In Railway → your service → Variables, add these:
GATEWAY_TOKEN=your-strong-secret-32-chars-min
OPENAI_API_KEY=sk-… # optional — for AI agents
ANTHROPIC_API_KEY=sk-ant-… # optional — for Claude agents
4
Copy your Railway URL
Railway → your service → Settings → Networking shows your domain, e.g. abc123.up.railway.app. Paste it above as wss://abc123.up.railway.app.
Connect & verify
Paste the URL and token above, click Connect. Then open the 🦞 OpenClaw Hub tab for full agent control.

💻 Local Machine Backend Setup

Run the full backend stack on your own machine for development or private deployments.

📦 Prerequisites
🚀 Quick Start
# Clone and install
git clone https://github.com/overkor-tek/consciousness-revolution
cd consciousness-revolution
npm run setup
# Start local backend
npm run dev
# In another terminal — start gateway
cd gateway && npm install && node index.js
🔑 Environment Variables (.env)
# gateway/.env
GATEWAY_TOKEN=your-local-dev-token
PORT=8080
# Optional AI keys
OPENAI_API_KEY=sk-...
ANTHROPIC_API_KEY=sk-ant-...
Then connect from this dashboard with ws://localhost:8080
🦞

OpenClaw Enhanced Hub

The full-power control center for individuals and businesses. Manage AI agents, automate tasks, monitor your Railway backend, control cron jobs, track revenue, and more — all in one place.

🚀 Launch OpenClaw Hub

♟ Agent R — Orchestrator

Supreme root orchestrator (Level 999). Coordinates all AI agents, delegates tasks, manages the agent hierarchy, and ensures automated operations run without manual intervention.

⚡ Task Automation

Queue and dispatch tasks to AI agents in real-time via WebSocket. Full visibility into task status, results, and history — with one-click retry and cancellation.

⏱️ Cron Scheduler

Create, pause, and monitor recurring automation jobs. Schedule any agent task on a cron schedule — from hourly market scans to daily content generation.

🔍 Advanced Diagnostics

System checks, WebSocket frame inspector, error history, and self-healing actions — reconnect, flush pending requests, reload agent data without refreshing the page.

💹 Revenue Intelligence

Track product sales, grant revenue, and contributor payouts from a unified dashboard. AI-powered suggestions for maximising income streams.

🛒 Barbrick Design Shop

Browse and purchase digital products delivered instantly after PayPal checkout. Premium tools and subscriptions directly integrated into the hub.

🔗 First time? Set up your Railway backend first

OpenClaw Hub connects to your Railway gateway over a secure WebSocket. Go to the 🖥️ Backend Setup tab, deploy the gateway, then come back and launch the hub.