nuxt-hub / core

Build full-stack applications with Nuxt on CloudFlare, with zero configuration.
https://hub.nuxt.com
Apache License 2.0
821 stars 37 forks source link

Support different providers #9

Open anbraten opened 4 months ago

anbraten commented 4 months ago

In addition to cloudflare support for different providers like:

would be great.

marcushohlbein commented 4 months ago

Vercel has it's own packages for this

Atinux commented 4 months ago

Indeed, so far it is quite easy to add storage for a Nuxt application using Vercel.

We could have a @nuxthub/vercel package that adds the Vercel storage dependencies in order to link the correct binding to it though, but the experience in development might need more config.

rexhent commented 2 weeks ago

In addition to cloudflare support for different providers like:

* [Vercel](https://vercel.com/)

* [Netlify](https://www.netlify.com/)

* [Lagoss](https://docs.lagoss.com)

would be great.

Maybe AWS Amplify and Azure eventually?

I don't know much about nuxthub's architecture, but is self hosting something in the realm of possibility? In a way that is worth the time? Or is it possible to intergrate with something like Coolify?