About ChatATB
ChatATB is a conversation-first hub that moves people across the Steadyflow network through one consistent interface. It works as a chatbot, a switchboard, and a helpful concierge in one place.
How it works
- Understand the message and select an intent.
- Route to a domain or a procedure with clear steps.
- Open the live site when ready to continue.
Example prompts: open Correct Exchange, list domains, mix a mojito, plan a weekend in Rome.
Core commands
list domains
open <domain> → e.g., open Freshen
explain Correct → overview of Capital, Exchange, and Credit
mix a drink → pulls from available bar guides
plan a trip → uses Voy itinerary builder
set up nginx ssl → returns commands and a short checklist
Commands map to JSON under /data/ so the system stays transparent and easy to extend.
What powers the chat
/data/domains.jsonlists sites with names, slugs, and links./data/responses.jsonanswers who, what, when, where, why, and how per domain./data/intents.jsonmaps keywords to procedures like mix, maintain, or travel.- Client-side routing keeps everything fast and local to your browser.
Privacy by default
- No accounts or tracking beyond a page view.
- No personal data is stored by the chat.
- Local storage only keeps your chat context on this device.
Tips
Use the quick chips to ask what, how, or who. Press the Open Site button in the context bar when you want to switch from chat to the live property.
Keyboard: press Enter to send, and type clear to reset the chat context.