[GUEST ACCESS MODE: Data is scrambled or limited to provide examples. Make requests using your API key to unlock full data. Check https://lunarcrush.ai/auth for authentication information.]
@EastlondonDev
"This is one of the most impressive things Ive seen in my career. Built by a single dev in Warsaw its the missing UI for managing Claude Codes context. Its got a great ui its built in rust so its blazing fast and lightweight. Totally bootstrapped no funding no flashy launch video just software that helps you get the best results out of Claude by making it easy to give Claude the right context and no wasted tokens for each job"
X Link @EastlondonDev 2025-10-04T18:58Z 4240 followers, 356.8K engagements
"Found out something annoying about the deploy to cloudflare button from @CloudflareDev - it makes a shadow clone of my repository instead of a fork so if you click it you get a copy of my repo but GitHub doesnt know its a fork which means you cant easily sync updates and improvements from my repo. This is really sucks"
X Link @EastlondonDev 2025-10-07T05:26Z 4240 followers, 10.4K engagements
"Cloudflare and Bun are blowing up right now - What if I told you can develop an app with a bun frontend and a Cloudflare workers backend have a perfect local dev experience and a perfect deployment experience Actually it doesnt have to be react it can be any client side rendered jsx. Dev with buns fantastic front end development experience bundle it with buns fantastic bundler and deploy it to cloudflares fantastic platform. What about the Cloudflare workers backend Here @alchemy_run shines - in dev it will run the backend in watch mode using miniflare - a full stack local experience that"
X Link @EastlondonDev 2025-10-10T23:49Z 4240 followers, 18.5K engagements
"@DhravyaShah This is what I think every time @jarredsumner posts about making something 400x faster. They must have been dumb to do it so slow in the first place. It happens so often that @bunjavascript must be the worst software engineers ever"
X Link @EastlondonDev 2025-10-14T06:30Z 4240 followers, XXX engagements
"I'm cooking something irresponsible on Cloudflare again. Long running promises on Durable Objects coming soon"
X Link @EastlondonDev 2025-10-14T21:59Z 4240 followers, 3484 engagements
"AI Agents can work independently for hours. Most of the work is done in inference requests to the AI provider of your choice (OpenAI Anthropic etc.) Put inference requests in a while loop with some tools and you've got an Agent. Set it off "in the background" to update you later and you've got a Background Agent. The background part presents a challenge for Cloudflare's serverless model because Cloudflare wants processes to be attached to ongoing network requests - if you want to have a long running process you have to have it attached to an open http request or websocket with a client on the"
X Link @EastlondonDev 2025-10-14T22:52Z 4241 followers, 1299 engagements
"Right - now I allude to it a bit in the readme - if you want background stuff to work properly in cloudflare you have to make use of things like queues and alarms and workflows. But were having to work around the infrastructure when all we want is the code I showed to just work even if its kinda expensive becuase it would count as having a DO alive the whole time. If you want to really do it the Cloudflare way it would be easier if AI gateway on cloudflare and Cloudflare containers/sandbox sdk had the ability to make callbacks to Durable Objects (or Workers) - then you could save state send"
X Link @EastlondonDev 2025-10-15T12:38Z 4240 followers, XX engagements
"A Minecraft Server running on Cloudflare Containers is here Fully open source published on GitHub today A stylish management dashboard embedded minimap and playit plugin included so you can easily play with friends. Automatic backup of the Minecraft world data to Cloudflare R2 You can deploy to your Cloudflare account with a single click from the GitHub repo (link in thread) The repo shows how you can (but you probably shouldn't): Connect Minecraft client to a Cloudflare Container over TCP (Minecraft client-server comms is a custom TCP protocol) Write data performantly from a container to R2"
X Link @EastlondonDev 2025-10-06T19:43Z 4240 followers, 104.4K engagements
"@simonw It would be great if a skill could include an MCP server in its body - then you dont have to load the MCP server unless the skill is needed"
X Link @EastlondonDev 2025-10-17T05:56Z 4240 followers, XXX engagements
"I think I figured out👏one👏cool👏trick👏to save money running AI agents on Cloudflare. Who is running AI agents on Cloudflare and wants to see if it works to save some $$$ It's nothing sketchy and it's all about using Cloudflare efficiently I am totally serious about this and you know I'm legit because I'm the guy behind "Minecraft on Cloudflare" that got a mention from @eastdakota in the Cloudflare Connect keynote. DMs are open"
X Link @EastlondonDev 2025-10-17T11:10Z 4240 followers, 2764 engagements
"UK student built site personalisation on Cloudflare with AI in a couple of days between lectures and running a business. I swear Ppl have raised seed investment on less"
X Link @EastlondonDev 2025-10-17T14:55Z 4240 followers, 3168 engagements
"What would you call these They're ChatGPT-style interfaces heavily engineered for doing software engineering work. Most allow managing multiple parallel AI agents. I don't think consider them IDEs (perhaps this is just a semantic difference). Some incorporate IDEs & some have tight integrations with IDEs"
X Link @EastlondonDev 2025-09-25T12:45Z 4241 followers, XXX engagements
"Here's the github repo Just click on the Deploy to Cloudflare (with @alchemy_run) button on GitHub to start deploying to your own Cloudflare account"
X Link @EastlondonDev 2025-10-06T19:43Z 4241 followers, 17K engagements
"Bindings by class name on context exports is slept on in Cloudflare you can do some cool tricks because classes know their name they can pass it around to other people and tell them to call you back"
X Link @EastlondonDev 2025-10-15T12:52Z 4241 followers, XXX engagements
"Dont sleep on Cloudflare Sandboxes. Ive been using sandboxes for a few days theyre good and theyre going to get even better"
X Link @EastlondonDev 2025-10-15T16:52Z 4241 followers, 6224 engagements
"Haha Im a big Cloudflare fan as well. What Im alluding to is the Cloudflare example works perfectly so long as you have some external system able to make the http fetch call to the worker and that external system keeps the http request open the whole time npm test is running On the meta level these frameworks from CF are exciting but they are slightly superficial - they show the idea of whats possible but they crumble a bit under sustained usage in various ways so you dont loose out as much as you might think by getting in early and figuring what really is needed"
X Link @EastlondonDev 2025-10-15T19:00Z 4240 followers, XX engagements
"@wishee0 @Cloudflare @irvinebroque @chatsidhartha @CloudflareDev @dok2001 nice Did you check out @alchemy_run it's a typescript framework for doing infrastructure as code that does a lot of the API heavy lifting for you and gives you cool things like type safe Env bindings"
X Link @EastlondonDev 2025-10-17T12:06Z 4241 followers, XXX engagements
"@wishee0 @Cloudflare @irvinebroque @chatsidhartha @CloudflareDev @dok2001 @alchemy_run it is "just typescript" but it might not be a fit for an application making online updates to cloud infra - if it isn't @samgoodwin89 will surely be interested in feedback on why"
X Link @EastlondonDev 2025-10-17T12:08Z 4241 followers, XXX engagements
"@PA80339646 I also wonder if 'agents' framework would be better to put LLM loops into workflows and have them just write state to DOs"
X Link @EastlondonDev 2025-10-17T13:42Z 4241 followers, XX engagements
"@PA80339646 And although this could save more than XX% of your cloudflare cost the saving is less than XXX% of what youre spending on inference (at list prices)"
X Link @EastlondonDev 2025-10-17T14:02Z 4241 followers, XX engagements
"Game changer No more .env files to accidentally push to production"
X Link @EastlondonDev 2025-10-10T20:49Z 4240 followers, 469.2K engagements
"@PA80339646 Ah but how are you gonna run the worker in a way that allows the DO to go offline and doesnt time out the worker after 30s"
X Link @EastlondonDev 2025-10-17T12:56Z 4241 followers, XXX engagements
"@csparks1919 Could I use this for GPT apps"
X Link @EastlondonDev 2025-10-17T16:02Z 4240 followers, 1270 engagements