-
Notifications
You must be signed in to change notification settings - Fork 0
FAQ
No one has asked me anything about this, I'm just anticipating some questions people may ask.
You don't have to use Vercel for hosting if you don't want to. An alternative setup is to get a VPS, install the required tooling, and run the required vercel
command to serve it, kinda like in development.
This project is tiny and Vercel allows small projects to be hosted for free.
This project also serves as a proof-of-concept for how good/bad it would be to use Vercel's Go lang runtime. For back-end development, I prefer Kotlin, but Vercel doesn't have a runtime for Kotlin. They had one for Go and I like Go too, so I gave it a try.
Another option I was considering was writing the endpoints in Cloudflare Workers using the Rust WASM runtime. I would've had to build the back-end and front-end as separate repositories, or figure out how to deploy both Cloudflare Workers and Cloudflare Pages from a single repository.
Vercel, Netlify, and Cloudflare are some of the few services that allow you to sign up for free without a credit card and deploy small projects.
That would be nice, and the first issue I opened is to add support for multi-tenancy. For now, if you want to use it, you'll need to deploy it and host it.