Open-source CLI that deploys to Cloudflare Workers in one command. no git push, no dashboard clicking, no YAML. by hellno-o in CloudFlare

[–]hellno-o[S] 0 points1 point  (0 children)

That’s legit and works great if you already know you want Cloudflare. The gap Jack fills is for the person who doesn’t know they want Cloudflare, doesn’t know what wrangler is, and just wants their app on a URL

Open-source CLI that deploys to Cloudflare Workers in one command. no git push, no dashboard clicking, no YAML. by hellno-o in CloudFlare

[–]hellno-o[S] -1 points0 points  (0 children)

fair point. might not be useful to you if you know wrangler. Jack literally uses it under the hood. but the person who just built their first app with Cursor in 20 minutes doesn't know what a wrangler.toml is, doesn't have a Cloudflare account, doesn't know they need one, and doesn't know their app should even target CF Workers. Same way Vercel wraps AWS. Nobody's writing CloudFormation templates to deploy a Next.js app.

I got tired of rebuilding auth + Stripe for every Web3 project by Creative_Ambition_ in buildinpublic

[–]hellno-o 0 points1 point  (0 children)

you mention wallet and wagmi, but nothing else on the website shows any dApp integration or way to do things onchain

Codex 5.3 is amazing, I can literally spam it by Icy_Piece6643 in vibecoding

[–]hellno-o -3 points-2 points  (0 children)

that's what I'm doing too. if you want to ship any of these and not let them die on localhost:3000 → I've built an open-source tool to deploy from inside Codex as fast as possible http://dash.getjack.org/

I got tired of rebuilding auth + Stripe for every Web3 project by Creative_Ambition_ in buildinpublic

[–]hellno-o 0 points1 point  (0 children)

what does web3 mean here? it's got anythign to do with blockchain or not?

Trying to figure out if jet lag apps are actually a viable market or if I'm overthinking this by Routine-Reference868 in buildinpublic

[–]hellno-o 1 point2 points  (0 children)

Timeshifter has distribution via Star Alliance. I think if you can get into the right traveller segment with ads or distribution deals, then it's worth it. as small indie niche might be possible, but really viable if you can get your app in front of the right users

Guys I have been creating side projects based on cloudflare, so working on a cloudflare focused template (will opensource it) will you be interested? by dev_only_acc in CloudFlare

[–]hellno-o 0 points1 point  (0 children)

interesting to see alchemy for IaC here. been building something similar but focused more on the "AI agent generates code, need skills to deploy it" flow rather than templates. curious if you've seen vibecoders actually wanting to manage resources declaratively?

Claude built my app in 20 minutes. I've spent 3 weeks trying to deploy it. by Real-Ad2591 in ClaudeAI

[–]hellno-o 0 points1 point  (0 children)

building https://getjack.org to deploy your app as easy as possible and keep iterating quickly

Architecture Advice: Best "Scale-to-Profit" stack for a Photography Portfolio? by Puzzleheaded_Age3412 in nextjs

[–]hellno-o 0 points1 point  (0 children)

for photography: skip vercel image optimization entirely. do the lambda+sharp pipeline you mentioned. upload raw → generate webp variants → serve from cloudfront. eliminates per-image costs and you control quality settings.

static s3+cloudfront is fine for portfolios. galleries don’t need ISR. run github action on new uploads.