Built by Noorflows. This is the plain-text version of the working demo at the main page. It carries the same information without any of that page's design, because no major AI crawler runs JavaScript — this is the version a machine reads.
A working order-support system built for Birdy Shop, a pet shop selling cage birds and supplies. It answers customer questions about orders — where an order is, when it is due, what is in it — using the shop's own order records.
The public demo is loaded with invented orders so that anyone can try it. Run for the shop itself, it would be a separate deployment with its own store and its own keys, holding their records and nobody else's. That is how it is built, and nothing of theirs is here: no real customer record has ever been copied into the demo.
Every fact in an answer — a status, a date, a tracking number, an amount — is read from an order record by ordinary code. In this demo the wording is fixed text as well: no language model is called at all, and the page is not permitted to reach anything beyond itself. Where a model is used it chooses the wording and nothing else — it cannot decide a refund, invent a delivery date, or change what a record says. When there is no record to answer from, the system says so rather than guessing: if the message carried no order number it asks for one, and if it carried a number this shop does not have it says which number it could not find, so nobody is asked to send again what they have already sent.
Each answer displays the facts it was built from, so a reader can check the answer against its source without asking anyone.
Anything handed over arrives with the order number, the customer, the items, the amount, the carrier and tracking, the relevant timestamps, a one-line explanation of why it stopped, and the customer's message word for word. The point is that the person can act without opening anything else, and the customer never has to start again.
Built by Noorflows. Back to the working demo. How this demo handles data.