Internal AI-powered operating system prototype for BOSSA Asado i Mar — a Curaçao fire-grill restaurant and rooftop hospitality concept.
BOSSA AI OS turns scattered restaurant signals into a weekly operating rhythm:
Market Signals → Weekly Brief → Decisions → Actions → Learning Loop
The current version is a lightweight static dashboard that can run locally, connect to Google Sheets through Apps Script, and fall back to local demo data when no live source is configured.
| Area | Status |
|---|---|
| Dashboard prototype | Active |
| Google Sheets adapter | Active with fallback data |
| AI decision rules | Prototype |
| Backend/API | Not yet implemented |
| Deployment | Static hosting ready |
This repo is the technical AI Ops product for Bossa.
It is designed to help the owner and team answer:
- What changed this week?
- Which risks need attention?
- Which decision should we make now?
- Who owns the next action?
- What did we learn after execution?
This is not the full business plan or investor archive. Keep those in the business codex repo:
BOSSA-ASADO-I-MAR→ business, brand, menu, investor, and concept archivebossa-ai-os→ dashboard, decision logic, data schemas, and AI Ops workflow
- Executive dashboard for signals, decisions, actions, and weekly brief
- High-priority action focus mode
- Google Sheets / Apps Script data loading
- Local
data.jsonfallback for demos - Modular AI logic:
- KPI analyzer
- decision engine
- action engine
- scoring rules
- Local daily input stored in browser
localStorage
Using npm:
npm run devOr directly:
cd src
python -m http.server 8000Open:
http://localhost:8000
By default, the dashboard uses src/data.json.
To connect Google Sheets:
- Copy
src/config.example.jstosrc/config.js. - Paste your Google Apps Script Web App URL.
- Keep real URLs out of public commits when possible.
Example:
window.BOSSA_CONFIG = {
GOOGLE_APPS_SCRIPT_WEB_APP_URL: "https://script.google.com/macros/s/YOUR_ID/exec"
};bossa-ai-os/
├── docs/ # system docs and schemas
├── operations/ # weekly review and owner playbooks
├── src/ # static dashboard prototype
│ ├── ai/ # analyzer, decision, action logic
│ ├── adapters/ # data adapters
│ ├── assets/ # dashboard screenshots and visuals
│ └── data.json # fallback demo data
├── templates/ # Sheets columns and brief templates
├── ROADMAP.md
└── README.md
See ROADMAP.md.
Next priorities:
- Stabilize static dashboard and data schema.
- Deploy as a static site.
- Expand KPI and scoring rules.
- Add weekly brief export.
- Upgrade to a Next.js dashboard when the workflow is proven.
Decide fast. Route clean. Review outcomes. Memory compounds.
The goal is not to replace the owner. The goal is to make the owner’s weekly decisions clearer, faster, and easier to track.