Cloudflare Pages: the best way to build JAMstack websites
11–20 of 89 posts
Re: Cloudflare Pages: the best way to build JAMstack websites
#12I’d love to see a version of this (or Netlify, Vercel, etc) that didn’t bundle CI with the preview and deploy steps so that I can pick my own CI and then effectively use the “CDN” as the highly qualified host of my static assets.
Re: Cloudflare Pages: the best way to build JAMstack websites
#13I think the only reason I pay for GitHub is to have a custom domain. Is Cloudflare offering this for free?
Re: Cloudflare Pages: the best way to build JAMstack websites
#14I think the only reason I pay for GitHub is to have a custom domain. Is Cloudflare offering this for free?
Re: Cloudflare Pages: the best way to build JAMstack websites
#15> Over the coming months, we’ll be working on integrating Workers and Pages into a seamless experience. It’ll work the exact same way Pages does: just write your code, git push, and we’ll deploy it for you. The only difference is, it won’t just be your frontend, it’ll be your backend, too. And just to be clear: this is not just for stateless functions. With Workers KV and Durable Objects, we see a huge opportunity to really enable any web application to be built on this platform
Also:
> With Cloudflare Pages, each commit gets its own unique URL. Preview URLs make it easier to get meaningful code reviews without the overhead of pulling down the branch.
> each feature branch will have its own dedicated consistent alias, allowing you to have a consistent URL for the latest changes.
Re: Cloudflare Pages: the best way to build JAMstack websites
#16I’d love to see a version of this (or Netlify, Vercel, etc) that didn’t bundle CI with the preview and deploy steps so that I can pick my own CI and then effectively use the “CDN” as the highly qualified host of my static assets.
Couldn't you build that with Cloudflare Workers relatively easily?
Differently: why are Cloudflare and others interested in running my build?
Re: Cloudflare Pages: the best way to build JAMstack websites
#17I’d love to see a version of this (or Netlify, Vercel, etc) that didn’t bundle CI with the preview and deploy steps so that I can pick my own CI and then effectively use the “CDN” as the highly qualified host of my static assets.
Couldn't you build that with Cloudflare Workers relatively easily?
Re: Cloudflare Pages: the best way to build JAMstack websites
#18I think the only reason I pay for GitHub is to have a custom domain. Is Cloudflare offering this for free?
I thought GitHub Pages lets you use custom domains for free.
https://docs.github.com/en/free-pro-team@latest/github/worki...
Re: Cloudflare Pages: the best way to build JAMstack websites
#19If anybody from Cloudflare is listening I would love to get on the beta asap. Would also be great if you had some ready to go simple, clean blogging templates :)
I'm generally impressed with the direction Cloudflare is moving, they have some really powerful and innovative infrastructure primitives (workers, durable objects) and a killer network. Going to be interesting to see how they take advantage of that as they build out higher level offerings.
By the way, if anybody has recommendations for simple, clean, modern looking blog template (something like medium) that they have actually used, I am all ears. So far I have found theses two:
- https://github.com/jekyll/minima
- https://github.com/wowthemesnet/mediumish-theme-jekyll/
Minima is a little too minimal and mediumish seems a little muchish, but I don't want to spend too much time searching for the perfect theme so unless something else lands at my feet I probably just pick one and start writing.
Re: Cloudflare Pages: the best way to build JAMstack websites
#20One thing I like about this over all the others is they aren’t (to my knowledge) just reselling AWS features with added convenience (not that this is an issue or bad, but this a lot of what Netlify does with their lamdas for instance, if I recall correctly) and their CDN is top notch IMO as well. I’m very excited to see how this plays out especially when they add the full stack backend to the mix with durable object storage and broader more fully features edge workers with KV storage
I do wonder if they’ll add GraphQL support out of the box (for instance a ready to configure and use a GQL worker)
Also curious if they will solve for the ability for JAMstack sites to have more real time features via SSE or websockets through their worker platform
Genuinely excited! Sadly they aren’t hiring for WFH and their SF office didn’t have any postings related to working on this from what I can tell :(
I can only dream of working on such cool things