Visualize your Convex database schema & functions
Hey everyone 👋
I’ve been using Convex a lot lately instead of Supabase; sometimes it's faster and easier to set everything in Cursor, but I struggled to quickly understand my database structure, especially when there are many tables or functions. So I built a free tool called SchemeTS to help:
1) Visualize your Convex database schema
2) Show tables & functions clearly
3) A chatbot that lets you ask questions and discuss your schema & functions, really helpful for debugging or planning
I made it initially for myself, but now I’m releasing it publicly.
If you use Convex (instead of Supabase/Firebase/etc.), I’d really love your feedback: whether it’s useful, what could be improved, what features you’d like.
Here’s the tool: https://www.schemets.com/
No pressure, hopes it might be helpful for others too 🚀
Schemets
Schemets – Schema editor pulito ed efficace per Convex


3 Replies
Nice! This is great.
@Cri.c ,
- Are there any alternatives for this out there that you're aware of?
- Adding workflows would be helpful as well. I believe it has been discussed somewhere else in here.
Hi, I haven't found anything similar, so I built it myself.
What do you mean by adding workflows? Can you explain it with some examples? Thanks @Dan
@Cri.c, and thank you for starting to build it!
Workflows: https://discord.com/channels/1019350475847499849/1443037222994579578/1443037222994579578
This helps?