Devlog #5: why I built x
This all began when I was trying to launch my SaaS, autopermit (autopermit.vercel.app). whenever I clicked anything in Vercel’s dashboard, it was slow to respond.
I had previously worked with Astro and built a simple blog. That was a good learning experience, and I liked the speed of the frontend framework. however, I wanted strong backend performance like Next.js offered. I knew I could combine the backend of Next.js with the frontend of Astro, but I wasn’t sure how to make it work for me or why I needed to do it.
Then I found Bun, and everything became clear. Bun provided many important features right out of the box: bundler, runtime engine, package manager, and embedded database drivers. i realized i didn’t need to try to combine two heavyweight frameworks anymore.
Github Repo (Give it Star ⭐️): https://github.com/abdelkabirouadoukou/x
Website of FrameWork: https://thexjs.vercel.app/
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.