CordScript - Ticket

This application converts base64-encoded JSON chat data into a Discord-style chat interface.

How to use:

  1. Encode your JSON chat data as base64
  2. Add it to the URL as a query parameter: /chat?data=...
  3. View your chat in a Discord-style interface
Try Example

Note: All data is processed client-side and is not stored on any server.