@vibes.diy/vibe-srv-sandbox 3.0.4 → 4.0.2

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.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +7 -10
package/README.md CHANGED
@@ -1,23 +1,23 @@
1
1
  [![Join our
2
2
  Discord](https://discord-badge.selem.workers.dev/i/vnpWycj4Ta.svg)](https://discord.gg/vnpWycj4Ta)
3
3
 
4
- # ✨ Vibes DIY — make apps with your friends
4
+ # ✨ Vibes DIY — make apps with your friends, run the front counter
5
5
 
6
6
  Software is getting weird again. Describe what you want and get a real, live app — fun, done, and alive. [Try it now](https://vibes.diy/) or [fork on GitHub](https://github.com/VibesDIY/vibes.diy).
7
7
 
8
- Make apps with your friends, so easy even AI can do it. Describe your app in plain words, it builds instantly, and you keep changing it just by talking to it. Share the link and your friends join right away no setup, no "wait, let me send you the invite."
8
+ Make apps with your friends or run the front counter. So easy even AI can do it. Describe your app in plain words, it builds instantly, and you keep changing it just by talking to it. Share the link and your friends — or your customers — join right away. No setup, no "wait, let me send you the invite."
9
9
 
10
10
  ## Why it's different
11
11
 
12
- - **Fun** — build for any reason, or no reason at all.
13
- - **Done** — it's a real app at its own live link, not a prototype. State is saved automatically.
12
+ - **Fun** — build for any reason, or no reason at all. Or because the spreadsheet is killing you.
13
+ - **Done** — it's a real app at its own live link, not a prototype. It can take an order — add a payment flow when you wire one up. State is saved automatically.
14
14
  - **Alive** — keep talking to it and it keeps changing. So can anyone you share it with.
15
15
 
16
16
  Seeing a vibe makes you want to change it. Start from someone else's, tweak it to fit you, share it, and the people you share with remix their own version. You're not a user anymore — you're a maker.
17
17
 
18
18
  ## What people make
19
19
 
20
- A character bot that answers in your voice. A neighborhood resource tracker you share at the next town meeting. A flashcard app remixed into collaborative trivia your students change live. A workout tracker a whole gym swaps routines on. Every one is the same move: start, tweak, share, remix.
20
+ From the group chat to the front counter. A character bot that answers in your voice. A neighborhood resource tracker you share at the next town meeting. A daily-specials board that takes the order. The shared spreadsheet your team fights over, turned into a real app with a form and a dashboard. A booking-and-intake app your clients fill out themselves. Every one is the same move: start, tweak, share, remix.
21
21
 
22
22
  ## Yours to control
23
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibes.diy/vibe-srv-sandbox",
3
- "version": "3.0.4",
3
+ "version": "4.0.2",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "exports": {
@@ -14,17 +14,14 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "@adviser/cement": "~0.5.34",
17
- "@fireproof/core-types-protocols-cloud": "~0.24.19",
18
- "@fireproof/core-types-protocols-dashboard": "~0.24.19",
19
- "@vibes.diy/api-types": "3.0.4",
20
- "@vibes.diy/base": "3.0.4",
21
- "@vibes.diy/call-ai-v2": "3.0.4",
22
- "@vibes.diy/prompts": "3.0.4",
23
- "@vibes.diy/vibe-types": "3.0.4",
17
+ "@vibes.diy/api-types": "4.0.2",
18
+ "@vibes.diy/base": "4.0.2",
19
+ "@vibes.diy/call-ai-v2": "4.0.2",
20
+ "@vibes.diy/prompts": "4.0.2",
21
+ "@vibes.diy/vibe-types": "4.0.2",
24
22
  "arktype": "~2.2.1",
25
23
  "react": "~19.2.7",
26
- "react-dom": "~19.2.7",
27
- "use-fireproof": "~0.24.19"
24
+ "react-dom": "~19.2.7"
28
25
  },
29
26
  "repository": {
30
27
  "type": "git",