cloudfront-hosting-toolkit
cloudfront-hosting-toolkit copied to clipboard
Feature request: Document Remix and Next.js planned support
Exciting to see a new tool in this space.
Use case
As a someone interested in this tool I'd like to know about current and planned support for the "default" next.js and and remix support
Solution/User Experience
Next.js and Remix docs both nudge devs to a architecture that includes a lambda. Next has "static export" and Remix has "spa mode" which are compatible with cloudfront-hosting-toolkit now - but these are not defaults.
Make current and planned support clearer in the readme or roadmap.
Alternative solutions
No response
Other thoughts
I can see in the roadmap there are plans to support SSR. Does this include running code on lambdas like next.js' api routes or remix (not spa mode)?
Hosting next.js serverlessly is notoriously difficult, so I'd understand if that wasn't planned 😅. Remix is supposed to much easier, though I haven't done it myself.