Okay so I forked someone's project and now it's completely different 😅
dev.to·6h·
Discuss: DEV
Flag this post

Hey devs! Quick story...

Found this cool schema visualizer by @zernonia (Vue app, really nice). Forked it thinking I’d just play around a bit.

...that was 3 weeks ago. I haven’t slept much since.


What happened?

Started simple - just wanted to convert it to Next.js because that’s what I know best. But then one thing led to another:

  • Vue → Next.js 15
  • Added shadcn/ui (because pretty buttons matter)
  • Threw in React Flow
  • Added a SQL parser
  • Then things got weird...

Try it: sql-schema.vercel.app


The moment everything changed 🤯

Last week at 2am (why do all good ideas come at 2am?)

I was playing with the SQL parser when I thought - wait, if I can read SQL... I can also…

Similar Posts

Loading similar posts...