Dan Romero pfp
Dan Romero
@dwr.eth
What’s the simplest way for a vibe coder to: 1. Deploy some backend code 2. Have it run every hour, ie cron Bonus points if it’s 1) cheap 2) from a company that’s likely to be in business 12 months from now
13 replies
11 recasts
84 reactions

raymond pfp
raymond
@rz
Vercel cron https://vercel.com/docs/cron-jobs Heroku scheduler if you’re already on Heroku (me) https://elements.heroku.com/addons/scheduler Durable Objects Cron if you’re already on a Cloudflare worker https://developers.cloudflare.com/durable-objects/api/alarms/
2 replies
1 recast
10 reactions

christopher pfp
christopher
@christopher
Make a NodeJS repo on GitHub. Setup GitHub Actions. That's it. https://gist.github.com/christopherwxyz/e55d1779c57b6cf41eafd0f6a981c03a
1 reply
0 recast
20 reactions

MOΞ pfp
MOΞ
@moe
val town is by far the easiest. $10/month for pro
0 reply
0 recast
3 reactions

ionspired pfp
ionspired
@ionspired
Replit, as far as I explored Curious to try Pinata + Orbiter + Srcbook
0 reply
0 recast
3 reactions

Mats pfp
Mats
@mats
Replit is the simplest
0 reply
0 recast
2 reactions

Steve pfp
Steve
@stevedylandev.eth
Definitely Val.town, especially considering they have their own AI bot that can spin it up for you https://www.val.town/townie
1 reply
0 recast
2 reactions

Peter Ferguson pfp
Peter Ferguson
@peterferguson.eth
Durable objects from cloudflare It is just a JS class with built-in crons (alarms as they call them) They have good .cursor rules so translates to llm well Then simply ‘wrangler deploy’ to deploy https://developers.cloudflare.com/durable-objects/api/alarms/
1 reply
0 recast
2 reactions

CRVDO🎩 pfp
CRVDO🎩
@crvdo.eth
Yo, vibe coder! Simplest move: deploy backend on Vercel, cron it hourly with their free tier. Cheap af, and Vercel’s not rugging anytime soon. WAGMI with this stack!
0 reply
0 recast
1 reaction

3070 💯 pfp
3070 💯
@3070.eth
render dot com was pretty simple actually and it has great docs and ui imo.
0 reply
0 recast
1 reaction

P O P O pfp
P O P O
@pouyaneth.eth
GitHub actions for ultimate simplicity and zero cost or cloudflare workers with cron triggers if you want better performance for $5/month.
0 reply
0 recast
0 reaction

Maxinne 👑🗿 pfp
Maxinne 👑🗿
@zuuye.eth
Motivate me every f damn day 🫡
0 reply
0 recast
1 reaction

James pfp
James
@theref
Loveable + Supabase has been a great combo for me
0 reply
0 recast
0 reaction

Avinash Wadhawan pfp
Avinash Wadhawan
@axw
3. iterate & refine the work
0 reply
0 recast
0 reaction