Feedback on my custom Profile card implementation

hi,

I’d like some feedback on a custom profile card interface that I made recently. It’s designed similarly to Roblox’s own dev module app (with a few extras).


As of writing, it has the following features:

  • Bio editor
  • Emoji selector
  • Badge displayer (developer, premium, verified, etc.)
  • Add friend button
  • Inspect avatar button
  • Toggle card visibility button (hides the card globally for others)
  • User info:
    • Join date
    • Session time
  • And, a reputation counter

Bio editor:

The bio editor doesn’t just support plain text. I took a page from external markdown formatters and added a custom markdown system. Currently, the markdown formatter supports:

  • *Italicize*
  • **Bold**
  • ***Italicize + Bold***
  • /Strikethrough/
  • \n
  • `Code block`
  • _Underline_
  • ###Enlarge### (# = largest, ###### = smallest)
  • <t:1766162974> (Displays as a code block, but as a time format 19 December 2025 16:49 AM)


Reputation counter & User info:

This didn’t feel right to add for some reason, but when clicking on a user, you’re able to like (or dislike) their card. Similarly to YouTube, only likes are visible. In terms of practicality though, it’s not really necessary. I’d appreciate some feedback on this though; perhaps there are some friendlier alternatives.

The user info section feels large when expanding the interface, and I’m trying to find a way to implement it well without taking up 60 - 70px vertically.


Emoji selector:

A small and simple selector that lets users select an emoji to place next to their icon. The emojis are hand picked.


That’s about all there is to this little creation. I appreciate any (constructive) criticism. Thanks for reading

4 Likes

Love the ui design and most importantly the user info

1 Like

wow! that’s so cool!!! oh my god i love the colors!

This custom profile card looks awesome! Excellent job on creating it! The UI is great! How long did it take to make this? It’s very cool!