Cloudflare 1-Click deploy #15855
celestial-rose
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there! I'm Celestial Rose, creator of the Celestial Stack (https://celestial-rose.dev) which is a full-stack monorepo template 100% deployable on Cloudflare.
Looking at the Twenty's docker-compose; I can see that we have a Postgres service, a Redis service, and a S3 service.
All of these have a Cloudflare equivalent ! Postgres could be using D1 (a SQLite like database engine), Cloudflare KV for a Redis substitute, and R2 which is a drop-in replacement to S3.
The Worker could be powered by Cloudflare Crons or Cloudflare Queues.
And finally, the server is powered by NestJS which is compatible with the workerd runtime, and the front-end is a Vite app : both of these could be deployed to Cloudflare Workers.
Wondering if this could be of anyone's interest to have a cross-effort to create a deployment guide to deploy Twenty to Clouflare's infrastructure using wrangler.jsonc.
That would allow Twenty to reach the Serverless world !
PS : I do not work for Cloudflare, just really fond of their products and having way too much fun using it haha
Beta Was this translation helpful? Give feedback.
All reactions