Deploy Elysia on Vercel with Bun Runtime #1219
johnny-woodtke
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
🚀 Deploy Elysia with Bun on Vercel — No Node Runtime Needed
I've built a Bun runtime integration for Vercel that lets you deploy Elysia apps using standard GitHub webhook integrations—without relying on the default Node.js runtime. This is especially useful if you're working on a Next.js project with Elysia serverless functions.
🛠️ Minimal Setup
All it takes is a few lines in your
vercel.json
to get going—no complex configuration or awkward development workflows required.🔗 Check it out
GitHub Repo: vercel-bun
Live Example (with
create-next-app
): https://vercel-bun-nine.vercel.app/api
: https://vercel-bun-nine.vercel.app/api/api/hello
: https://vercel-bun-nine.vercel.app/api/hello?firstName=Salty&lastName=Aom💡 Note
This is still an early-stage project, and there's room for refinement. That said, the core functionality is solid, and I hope it gives Bun/Elysia devs a new way to leverage Vercel’s DX with minimal friction.
Feedback and contributions welcome!
Beta Was this translation helpful? Give feedback.
All reactions