Feat request: Make the frontend serverless #1682
Replies: 2 comments 11 replies
-
Yeah, this is why I ended up going with Webiny CMS over Payload. I love how Payload works, but I don't want to pay for a server that is only used for admin tasks. I would 100% switch back to Payload if this was sorted. |
Beta Was this translation helpful? Give feedback.
-
I understand, given your local API, that you probably don't wanna make the front end serverless, though 🙈. The only thing I don't quite understand is the benefit of the local API given, that most websites, especially Next.js ones, are deployed serverlessly. I would consider the tradeoffs of making it serverless smaller than having the local API |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This way it would me much easier and cheaper to host it on e.g. Vercel & could potentially be deployed alongside/embedded inside the main website. Sanity.io has the option (their admin panel can be serverless deployd) and KeystoneJS is working on it (to embed the admin ui inside a Next.js app). The difficulty and cost related to deploying a node.js server is currently the only thing holding me back from using Payload over Contentful.
File storage would obviously be not possible this way, but cloud adapters to e.g. S3 already exist.
Beta Was this translation helpful? Give feedback.
All reactions