| name | akm:marketing-dashboard |
| description | Local-first marketing command center for solopreneurs. Manage campaigns, content, and assets with Google Antigravity AI automation. |
| metadata | {"author":"antigravitykit","version":"1.0.0"} |
Marketing Dashboard
Status: Foundation Phase (Phase 1 Complete)
Local-first marketing command center for solopreneurs. Manage campaigns, content, and assets with Google Antigravity AI automation.
Quick Start
Development Mode
cd .antigravity/skills/marketing-dashboard/server
npm run dev
cd .antigravity/skills/marketing-dashboard/app
npm run dev
Access:
Production Mode
cd .antigravity/skills/marketing-dashboard/app
npm run build
cd ../server
npm start
Stack
| Layer | Technology |
|---|
| Frontend | Vue 3 + Vite + Tailwind CSS |
| Backend | Hono (Node.js) |
| Database | SQLite (better-sqlite3) |
| AI | Google Antigravity CLI |
Phase 1 Complete ✓
Next Phases
- Phase 2: Full CRUD API routes
- Phase 3: Vue components & stores
- Phase 4: Dashboard features
- Phase 5: Integration & deployment
Database Tables
campaigns - Marketing campaigns
content - Blog posts, social media, emails
assets - Images, videos, documents
automations - AI automation recipes
Commands
/marketing:dashboard
node .antigravity/skills/marketing-dashboard/server/index.js