🔗 xcc.es 📍Barcelona 🇪🇸 🌍
svelte.barcelona - planning the next event mid June
Morgan
A single Next.js instance using ~500MB of RAM versus ~30MB with Svelte.
For the Lesse Studio team, that difference sparked a complete rethink of their stack, leading them down a rabbit hole of self-hosting, optimization, and rebuilding their agency website from scratch: tympanus.net/codrops/?p=1...
“Does it matter what framework you use if an LLM writes it for you?”
Turns out, yes
We are finally releasing the Agentic Engineering with Svelte series! Please take a look and let me know what you think! 🧡
Frame is a high-performance media conversion app with a Svelte-based UI 🔄🎬️ - madewithsvelte.com/frame
your token costs: lower
your server costs: lower
your bandwidth costs: lower
not to mention the fact that you'll ship in half the time and tear out less hair in the process. just use @svelte.dev, people. it's like other frameworks but better
Just published a new article about a small but surprisingly useful optimization for LLM agent development.
Perfect for a quick morning task to warm up the workday and then enjoy the payoff.
Next Monday I am going to Svelte meetup in Barcelona @svelte.barcelona
Even if you are not using Svelte, I still highly recommend this meetup since Svelte is bringing quirky interesting people together.
www.meetup.com/svelte-barce...
VoidZero, the team behind Vite, Vitest, Rolldown, Oxc, and Vite+, is joining Cloudflare. Vite stays open source, vendor-agnostic, and built for everyone. https://cfl.re/4dR0LYA
Video
Genuinely cool LLM-powered service.
There’s a project collecting the laws of Spain, Germany, and other EU countries, with every change, in Git:
github.com/legalize-dev...
Now they’ve added a service that explains all legal changes in plain language:
legalexplain.vercel.app/es/en/
VoidZero, the team behind Vite, Vitest, Rolldown, Oxc, and Vite+, is joining Cloudflare. Vite stays open source, vendor-agnostic, and built for everyone.
Tonight!
Fable is off, come grab a drink 🍻
Svelte.barcelona/rsvp
Cloudflare
What does agentic engineering with Svelte look like?
In this new series, @paolo.ricciuti.me, our Svelte lead, shows how he builds a real Svelte app, with the agent writing every line of code.
Check out the first two videos 👉 youtu.be/XEeCqy7QebM
#Svelte #AgenticEngineering #WebDev #ai
{🧪} +paoloricciuti.svelte
your token costs: lower
your server costs: lower
your bandwidth costs: lower
not to mention the fact that you'll ship in half the time and tear out less hair in the process. just use @svelte.dev, people. it's like other frameworks but better
Small life hack: use agent hooks and pre-commit managers like nano-staged to run linters and safeguards. It's far more reliable and faster than asking an agent in 'AGENTS.md'.
5 minutes of setup can mean a tighter loop and fewer tokens. Here's how: evilmartians.com/chronicles/s...
Mainmatter
rich harris
Svelte Society Barcelona
We measured the LLM token cost of 5 frontend frameworks on identical components. Svelte wins, Angular costs 38% more — and your AI bill feels it. #webdevelopment
We measured the LLM token cost of 5 frontend frameworks on identical components. Svelte wins, Angular costs 38% more — and your AI bill feels it. #webdevelopment
Move LLM safeguards out of AGENTS.md: how agent hooks plus nano-staged run linters on changed files only, cut tokens, and tighten the agent's feedback loop