vibespot 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/dist/index.js +98 -98
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/ui/chat.js +11 -12
- package/ui/dashboard.js +59 -3
- package/ui/index.html +1 -0
- package/ui/styles.css +1 -7
package/README.md
CHANGED
|
@@ -28,7 +28,7 @@ Opens a browser with:
|
|
|
28
28
|
- **Live preview on the right** — see your page render in real-time
|
|
29
29
|
- **Agentic pipeline** — multi-stage AI generation with real-time progress
|
|
30
30
|
- **Project sidebar** — create, open, resume, or delete projects
|
|
31
|
-
- **Module management** — reorder via drag-and-drop, edit fields, delete modules
|
|
31
|
+
- **Module management** — reorder via drag-and-drop, edit fields, delete modules from module list or module library
|
|
32
32
|
- **Starter templates** — SaaS, Portfolio, Restaurant, Event
|
|
33
33
|
- **GitHub import** — convert existing React projects
|
|
34
34
|
- **Field editor** — tweak text, colors, images directly
|
|
@@ -132,6 +132,7 @@ Settings are managed in the **Settings** panel (tabbed: AI, HubSpot, GitHub, vib
|
|
|
132
132
|
|
|
133
133
|
## What's New (v1.0)
|
|
134
134
|
|
|
135
|
+
- **Template & module deletion** (v1.0.4) — delete templates from disk, option to delete exclusive modules, delete module button in module library preview
|
|
135
136
|
- **Brand assets redesign** (v1.0.2) — hover-expand cards with per-asset Upload/Extract, Extract All, brand voice extractor, cross-template product context sharing via rendered preview HTML
|
|
136
137
|
- **Agentic pipeline** (v1.0.0) — 4-stage AI generation: Intent Analyzer → Page Architect (Design System + Module Planner) → Module Developer (parallel) → Quality Check (auto-fix)
|
|
137
138
|
- **Incremental preview** (v1.0.0) — completed modules appear immediately with themed placeholders for pending ones
|