|
1 | 1 | # Journey |
2 | 2 |
|
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 | + |
12 | 4 |
|
13 | 5 | 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. |
14 | 6 |
|
@@ -84,10 +76,6 @@ Compose conversations on a canvas from typed, drag-and-drop nodes: |
84 | 76 |
|
85 | 77 |  |
86 | 78 |
|
87 | | -**Simulator** β test a flow in a live chat with a real-time event console: |
88 | | - |
89 | | - |
90 | | - |
91 | 79 | | Agent builder β multi-agent workflows | MindState β mood / focus / stress tracking | |
92 | 80 | | :--------------------------------------------------: | :------------------------------------------: | |
93 | 81 | |  |  | |
@@ -246,6 +234,18 @@ Start here: |
246 | 234 | - docs/mcp/README.md |
247 | 235 | - docs/deploy/production-deployment.md |
248 | 236 |
|
| 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 | +
|
249 | 249 | ## License |
250 | 250 |
|
251 | 251 | MIT Β© Andrew Derevo β see [LICENSE](./LICENSE). Provided as-is, with no warranty of any kind. |
0 commit comments