I’d really love if there was a modern code-first UI for #django. #svelte would be the ideal. For now I’ve settled on #directus, which uses #vue, but its license is BS (literally BSL) and their extension marketplace is a dumpster fire.
finished a little side project that I made to learn some raw #WebGL and try #Svelte!
it has a little box that spins and otherwise it does absolutely fuck all ✨
enjoy ◻️ https://kasten.lol
Implementation details:
- Entity editor menu https://codeberg.org/inventaire/inventaire-client/pulls/565
- Barcode scanner, using a ponyfill of the (incoming 🤞 ) Barcode Detection web standard, based on zxing-wasm https://codeberg.org/inventaire/inventaire-client/pulls/566
What makes Svelte the right choice for modern frontend projects? And when is it not? In this blog post, Paolo breaks down the advantages and limitations of Svelte, and what that means for your next product decision.
Read the blog post 👉 https://mainmatter.com/blog/2026/02/24/why-choose-svelte/
This feels pretty wild, but I've added a PHP file into the static directory of my SvelteKit project. It builds to a static site, so the PHP will be the server side (for a simple contact form). Is this the future???
Day 11/100: When geography lies about votes 🗳️
Romania 2019 Presidential Elections dashboard. Obsessed with cartograms - maps where size = data, not geography.
Data: #QGIS + Spatialite joining ANCPI geometries + electoral data. 3,186 voting stations → municipality. Fixed București Siruta codes. #Svelte + #D3js dashboard.
Why: București tiny on map, massive in votes. Distortion becomes information.
https://blog.maptheclouds.com/events/for-whom-shall-i-vote-2
heya. exciting new webthing. could you please send me a screenshot of where you get to or debug it for me ta.
#dev #programming #webrtc #svelte
https://jamsend.duckdns.org:9999/#############7950f300faa8a4f9-ope,n:1636-8cdf5c753be4ab20
reply as soon as you take the token because they are oncers.
Hmmm, small promo site, want to be able to plug stuff into it. It's for me so I'm allowed be impractical.
I'm thinking either Nuxt (it is to Vue as Next is to React), Sveltekit (same but Svelte) or keeping it stripped back and using Astro.
Planning to output it all fully static, pulling in blog posts, etc, at build time.
Anyone have opinions?
I built a basic, offline-first, self-hosted Notes App for myself that works on mobile and desktop. In case anyone has the same weird needs and didn't find a solution so far, here's the code: https://codeberg.org/davd/Drafted (probably wont support it much, but it works for now :D) #selfhosted #homelab #svelte #golang #pwa
Okay #frontend folks:
I wrote UIs before React. I leaned into React hard early on, because it matched my mental model for UIs. I don't want to do React anymore.
**In your opinion what's the next best direction for building UIs?**
My goal is to simplify the process of writing and managing accessible interactive components with as little overhead as possible.
Boosts and wildly unpopular opinions welcome.
RE: https://fosstodon.org/@mainmatter/116017415891955006
We’re seeing more and more teams adopt multi-framework architectures with #emberjs, #react, #svelte, #vuejs, or #webcomponents mixed together in one big system. @nickschot wrote about some learnings from a recent project in which @mainmatter helped a client integrate Ember.js and React.
Đã xây dựng ứng dụng AgentLoom để quản lý kỹ năng cho trợ lý mã hóa AI! Ứng dụng này lưu trữ kỹ năng trong một thư mục trung tâm, cho phép nhập và đồng bộ hóa chỉ với một cú nhấp chuột. #Rust #Svelte #Tauri #AI #TrợLýMãHóa #AgentLoom #QuảnLýKỹNăng #CôngNghệ #Tech #Technology
https://www.reddit.com/r/SideProject/comments/1qs92r9/wanted_an_excuse_to_try_rust_svelte_tauri_v2/
I was complaining a few weeks ago how multiline derived runes in Svelte 5 are such a pain to write.
I used a suggestion from the internet to pass an arrow function and immediately call it as a workaround.
However, somehow I missed a glaringly obvious section in the documentation about Svelte's solution to this: a special rune function `$derived.by()`.
Much, much neater!
VoxCSS – Pour faire du rendu 3D façon Minecraft avec du CSS
https://fed.brid.gy/r/https://korben.info/voxcss-moteur-voxel-3d-css-dom.html
JS transferred over the wire Discord: ~9.7 MB Slack: ~10.4 MB Chatto: ~0.054 MB Thanks #Svelte
Interesting. They're looking into rebuilding the crates.io front-end, (currently EmberJS) in Svelte.
"At the end of 2025, the crates.io team evaluated several options for modernizing our frontend and decided to experiment with porting the website to Svelte."
https://blog.rust-lang.org/2026/01/21/crates-io-development-update/#svelte-frontend-migration
New favorite alias. #svelte
svelte-setup creates a minimal SvelteKit site and installs the shadcn-svelte components I keep using in 90% of projects.
gist.github.com/thedivtagguy...
Sets up a Sveltekit site with ...