[ CHEAT SHEET // RAPID REFERENCE ]
git clone https://github.com/GizzZmo/Omni-Grid-2.0.git
cd Omni-Grid-2.0
npm install
npm run dev
# Open http://localhost:5173| Shortcut | Action |
|---|---|
Cmd/Ctrl + K |
AI operations |
Esc |
Close modal |
Tab |
Navigate |
Drag |
Move/resize widgets |
- Click LAUNCHER button (top-left)
- Select widget from list
- Widget appears in grid
- Drag the widget header
- Drag bottom-right corner
- Click UNLOCKED button (top-right)
- Click Backup button (top-right)
- Save JSON file
- Click Restore button (top-right)
- Select backup JSON file
- Get API key: https://makersuite.google.com/app/apikey
- Open System Core widget
- Settings tab → Enter API key
- Click Save
Neural Suite (AI): Scratchpad, WritePad, Polyglot Box, Widget Architect
Smart Grid (Finance): Asset Command, Macro Net, Chain Pulse, Market, Valuta Exchange
Developer: Web Terminal, CyberEditor, Dev Optic, Git Pulse, Docu Hub, PromptLab
Creative: Aesthetic Engine, Sonic Architecture, Cipher Vault, Chroma Lab, Signal Radio
Productivity: Focus HUD, Temporal Nexus, Secure Calendar, Strategic Blueprint, Help Desk
Research: News Feed, PDF Viewer, Research Browser, Clipboard Stream
Utility: Quantum Calc, Weather Station, Cipher Pad, Universal Transformer
Games: Sudoku Grid
Blank screen?
- Check browser console (F12)
- Clear cache and localStorage
Widget not showing?
- Toggle it via Launcher or Dock
AI not working?
- Verify API key in System Core → Settings
Data not saving?
- Check localStorage is enabled
- Not in incognito mode
Performance issues?
- Close unused widgets
- Disable scanlines/matrix rain
Omni-Grid-2.0/
├── App.tsx # Root component
├── store.ts # Zustand state
├── types.ts # TypeScript types
├── components/ # Shared components
│ ├── GridContainer.tsx
│ ├── WidgetShell.tsx
│ └── ...
├── widgets/ # Widget components
│ ├── NeuralScratchpad.tsx
│ ├── FocusHUD.tsx
│ └── ...
├── services/ # API services
│ ├── geminiService.ts
│ └── gridIntelligence.ts
├── docs/ # Documentation
└── package.json
npm run dev # Start dev server
npm run build # Build for production
npm run preview # Preview production build- Full Docs: DOCUMENTATION.md
- Getting Started: docs/getting-started.md
- Widget Development: docs/widget-development.md
- FAQ: docs/faq.md
- API Reference: docs/api-reference.md
Beginner: Getting Started → FAQ → Keyboard Shortcuts
Developer: Architecture → Widget Development → API Reference
Contributor: CONTRIBUTING.md → Architecture → How-To Guide
- GitHub: GizzZmo/Omni-Grid-2.0
- Issues: Report a bug
- License: See LICENSE file
Print this page for desk reference