✏️ Edit Your Own Dashboard

You have the power. Here's how to use it.

🎯 The Big Idea

Your dashboard is just an HTML file. You can edit it yourself using AI tools. No coding required - just tell the AI what you want.

Your Dashboard File

👑 Commander → COMMANDER_777.html 🛡️ Agent R → AGENT_R_777.html 💚 MAGZ → MAGZ_777.html 🔥 Tiger → TIGER_777.html

All files are in the 100X_DEPLOYMENT folder on GitHub.

Method 1: Edit on GitHub (Easiest)

2
Find your file

Click on your dashboard file (e.g., TIGER_777.html)

3
Click the pencil icon

Top right of the file - "Edit this file"

4
Make your changes

Edit the HTML. Don't worry - you can always undo.

5
Commit changes

Write what you changed, click "Commit changes"

⚠️ Changes deploy automatically in ~2 minutes via Netlify.

Method 2: Use AI to Edit (Recommended)

1
Install Claude Code or Cursor

Claude Code: npm install -g @anthropic-ai/claude-code

Or download Cursor from cursor.com

2
Clone the repository
git clone https://github.com/overkor-tek/100X_DEPLOYMENT.git cd 100X_DEPLOYMENT
3
Tell the AI what you want

Examples:

  • "Add a button to track my daily sales calls"
  • "Change my dashboard header to say 'Tiger Command Center'"
  • "Add a section for my top 5 priorities"
  • "Make the background color darker"
4
Commit and push
git add . git commit -m "Updated my dashboard" git push

Example: Add a Custom Button

Want to add a button that tracks something? Here's the code:

<button class="action-btn" onclick="incrementMetric('scale','personal','salesCalls');"> +1 Sales Call </button>

Just paste this in your dashboard file where you want the button.

Example: Add a Custom Link

Want to link to your email or a tool you use?

<a href="https://mail.google.com" class="action-btn" target="_blank"> 📧 My Email </a>

Can't Figure It Out?

Two options:

  1. Ask ARAYA - Go to araya-chat.html and describe what you want
  2. Submit a request - Go to bugs.html and describe the feature

Commander checks these and can help if you're stuck.

🔑 The Point

This is YOUR dashboard. You're not waiting for permission. You're not an employee. You have the same tools Commander uses. Edit it. Break it. Fix it. Make it yours.

🐙 Go to GitHub 🏠 Back to Lobby