Tip of the day: You can edit the looks a lot with just some CSS

Here’s an example of a fully working dashboard I built to make the chat match the style of my upcoming studio. What do you think?

I’ve modified some of the text to hide sensitive information, but you should still get the overall idea. There’s already a lot you can customize with the current tools, although some parts can be a bit tricky.

Things I’d love to see in the future:
The ability to pull data directly from Pickaxe into custom HTML — for example: tokens/messages remaining, subscription expiration date, username (or email), latest chats, etc. — using simple shortcodes like {{user_name}}, {{tokens_left}}, or {{messages_left}}.

With this, we could even display dynamic text like:
“Hello {{user_name}}! How are you?”
which would render on the frontend as:
“Hello Matt! How are you?”

Please vote - Feature Request: Expose User & Usage Data via Shortcodes for HTML Rendering