Skip to content

Commit ac95427

Browse files
committed
docs: add simulator hero image, move disclaimer above license
- Feature the simulator screenshot as a full-width hero banner under the title - Drop the now-duplicate simulator shot from the Screenshots grid - Move the "Heads up β€” read before using" disclaimer to the bottom, just above the License section (License remains the final section)
1 parent a66dd02 commit ac95427

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
# Journey
22

3-
> ## ⚠️ Heads up β€” read before using
4-
>
5-
> I built this **for my wife, for fun**. It's heavily _vibe-coded_ (AI-assisted,
6-
> fast-and-loose) and shared **as-is** under the MIT license. It is **not**
7-
> production-hardened: expect rough edges, sharp corners, and missing safeguards.
8-
>
9-
> **Use at your own risk.** Don't point it at real user data or secrets you care
10-
> about, and review the code before deploying anything. No warranty, no support.
11-
> Made with πŸ’›.
3+
![Journey β€” build automated chat flows visually, then test them in a live simulator](docs/screenshots/simulator.png)
124

135
Journey is a no-code platform for building, simulating, and running **automated chat flows** β€” drag-and-drop conversations powered by AI agents and delivered over messaging channels like Telegram. Design a flow visually, test it in a live simulator, then let the runtime engine execute it for real users.
146

@@ -84,10 +76,6 @@ Compose conversations on a canvas from typed, drag-and-drop nodes:
8476

8577
![Flow builder](docs/screenshots/journey-builder.png)
8678

87-
**Simulator** β€” test a flow in a live chat with a real-time event console:
88-
89-
![Simulator](docs/screenshots/simulator.png)
90-
9179
| Agent builder β€” multi-agent workflows | MindState β€” mood / focus / stress tracking |
9280
| :--------------------------------------------------: | :------------------------------------------: |
9381
| ![Agent builder](docs/screenshots/agent-builder.png) | ![MindState](docs/screenshots/mindstate.png) |
@@ -246,6 +234,18 @@ Start here:
246234
- docs/mcp/README.md
247235
- docs/deploy/production-deployment.md
248236

237+
---
238+
239+
> ## ⚠️ Heads up β€” read before using
240+
>
241+
> I built this **for my wife, for fun**. It's heavily _vibe-coded_ (AI-assisted,
242+
> fast-and-loose) and shared **as-is** under the MIT license. It is **not**
243+
> production-hardened: expect rough edges, sharp corners, and missing safeguards.
244+
>
245+
> **Use at your own risk.** Don't point it at real user data or secrets you care
246+
> about, and review the code before deploying anything. No warranty, no support.
247+
> Made with πŸ’›.
248+
249249
## License
250250

251251
MIT Β© Andrew Derevo β€” see [LICENSE](./LICENSE). Provided as-is, with no warranty of any kind.

0 commit comments

Comments
Β (0)