Hacker News new | ask | show | jobs
by jokethrowaway 1334 days ago
Vercel is pretty good as a generic static hosting. I run a handful of next.js, solid.js or vanilla html websites.

Can't think of anything next.js specific you miss out on, you can just configure anything in a vercel.json file.

2 comments

All of the Vercel platform features you can use in Next.js (or other frameworks) are also available through the Build Output API for frameworks to target. This is what frameworks like SvelteKit, Nuxt, Solid, etc use on Vercel.

https://vercel.com/blog/build-output-api

If you don't want to deal with any of that but like MDX (think Markdown with the option of JavaScript), I believe motif.land publishes your MDX sites with Vercel.