img-vibes 5.0.1 → 5.3.0
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 +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
# ✨ Vibes DIY — make apps with your friends, run the front counter
|
|
5
5
|
|
|
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/)
|
|
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/).
|
|
7
7
|
|
|
8
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
|
|
|
@@ -27,17 +27,17 @@ Private by default — or open to the world. You choose. Keep an app to the peop
|
|
|
27
27
|
|
|
28
28
|
## Open source
|
|
29
29
|
|
|
30
|
-
The
|
|
30
|
+
The `vibes-diy` CLI, the `use-vibes` SDK, and the system prompts behind the generator are open source under Apache 2.0 — published on npm, with their public home at [VibesDIY/use-vibes](https://github.com/VibesDIY/use-vibes). Read the code, open an issue, send a PR.
|
|
31
31
|
|
|
32
32
|
## Quick Start
|
|
33
33
|
|
|
34
34
|
1. [Try the demo](https://vibes.diy/) — no setup required.
|
|
35
|
-
2. Or
|
|
35
|
+
2. Or build from the terminal: `npx vibes-diy login`, then `npx vibes-diy generate "a scoreboard for our pickup basketball games"`. The [CLI handbook](https://good.vibes.diy/docs/cli) covers the rest.
|
|
36
36
|
|
|
37
37
|
## Community
|
|
38
38
|
|
|
39
39
|
We are committed to providing a welcoming and inclusive environment for all contributors. Please review our [Code of Conduct](CODE_OF_CONDUCT.md) before participating.
|
|
40
40
|
|
|
41
|
-
|
|
41
|
+
Bug reports and feature requests are welcome at [VibesDIY/use-vibes](https://github.com/VibesDIY/use-vibes/issues).
|
|
42
42
|
|
|
43
43
|
Find us on [Discord](https://discord.gg/vnpWycj4Ta), [Substack](https://vibesdiy.substack.com/), [YouTube](https://www.youtube.com/@VibesDIY), and [Bluesky](https://bsky.app/profile/vibes.diy).
|