Cloudflare Mesh now supports hostname routing. Route internal apps by name without managing IP ranges or running a local DNS server.
https://t.co/lHERa0V1hh
@HONCHOUU@NealGardner_ I don't know man, I feel like he has this period when he is just trying to look cool and whatnot instead of just trying to get more goals. I really don't like it when he's doing this but again he is 18.. I remember how I was at that age
@shadadzaii@SeaYou22 I noticed this when he was at Barca, I don't know how to put it. It seems like he is trying to be the support instead of being one of the difference maker
@pa_tall@BarcaUniversal It's all about preference. Some people chose safety over money, red over blue etc. That said, I want to clarify here that I have no hate towards the American citizen
@chromehardttt@BarcaUniversal People like you makes me laugh. In big 2026 and still believe in the propaganda. I will only say this, God gave you a sound brain, do your own research instead. Good luck
https://t.co/OJtLN45Yhq
curl -fsSL https://t.co/vz7J2dDP13 | bash
dply index.html
dply ./my-website
dply ./my-vite-app
It really is just a thin wrapper around Wrangler. Some of this DX should probably make its way upstream but for now here is one more tool in your toolbox
The community shared some amazing projects built on Cloudflare last week.
This weeks Cloudflare Roundup spans email, secret sharing, SEO, code reviews, and search.
Here are some of the highlights 👀
When I’m trying to improve the user experience of my applications, one of the most valuable things is being able to see an entire user flow as a storyboard.
Not just one screen or screenshot at a time.
This is something I love using the `/visual-plan` skill for.
You can describe any flow you want, and the agent will look through your code and wireframe out a storyboard of what the flow looks like.
Then you can visualize the steps in a simplified way and spot areas to improve.
Recently, I found that in certain flows we were still asking for organizations, even though I thought I had gotten rid of that and made it automatic.
A quick storyboard let me see all the different code paths in a simple, visual, intuitive way. Spot the areas of the flow I didn’t want. And have the agent fix it.
Sign up, onboarding, and setup flows are usually some of the most important experiences in your app.
And usually the least looked at.
Especially because it can be hard to reproduce every flow, for every situation, for every user type, feature flag, or whatever else you have.
The `/visual-plan` skill lets you visualize any part of your code.
Either to understand the current state, plan out a new state, or recap updates that were made.
I’m pretty addicted to this skill.
I use it for a lot of other things too, so let me know if you want to see videos on those.
And of course it’s all open source.
You can grab it on my GitHub. I'll link to it in the thread.
If you try it, let me know your feedback.