Iโll take a deep look, it sounds very interesting. I tried to build all of this myself, not that easy
Iโll take a deep look, it sounds very interesting. I tried to build all of this myself, not that easy
Yes indeed. And quick tip, you can also override that setting with the environment variables (if you work in a team and donโt want to force a key binding to the others)
Iโd also say attach. I disabled the inspector while trying new shortcuts last week, it drove me nuts in a few minutes.
Great talk! Iโm very hyped
Added better auth to this Convex - SvelteKit adapter.
Results at work are just amazing, such a smooth app Iโm building.
Working with MutationObserver as well today, in svelte 5 though. Slight benefit with the @attach va onMount. I always feel clever when I use these nice browser APIs
A little bit yes. I havenโt used firebase in years. Best difference for me: there is no security rules. Itโs just typescript. It feels a lot more flexible. But itโs hard to describe. The offering is very unique
Itโs a very unique take on database, or even a backend.
Itโs real time by default, you declare everything in typescript.
There is a bit of learning curve to get use to that mental model, but I think itโs a very interesting product
I'd love to! ๐งก Give me some time to iron this out
PS: On the demo page, it often shows a 500 on first load ๐ I need to fix that
It's experimental. Already testing it at Cobl. And honestly, it's the DX I wished existed when I started using both.
Feedback very welcome.
This idea stuck in my head for months. Every time I wired up a @convex.dev query in @svelte.dev, the same thought โ there has to be a way to make this feel native.
SvelteKit's transport hook turned out to be the missing piece.
Venn diagram, "SvelteKit enjoyers" on the left, "Convex believers" on the right, "convex-sveltekit" in between
Convex reactivity + SvelteKit DX + SSR.
Pick three
github.com/axel-rock/convex-sveltekit
Because itโll be quick to build, and come with nice features (real time, literally better auth)
Itโs not rebuilding for the sake of rebuilding. Or product is about 3 years old. AI was barely a thing back then. Iโm capitalising on the learnings, and betting on the benefits of a clean slate. But I need to move fast to prove my point.
Iโm really grateful: Iโm given โcarte blancheโ to show my company what my vision of a great tech stack is. That @convex.dev / Autumn / Better Auth hackathon paying off, for them, and for me. I know exactly what to do, itโll blow everyoneโs mind
A new SvelteKit job offer caught my attention. This is in Finland (I love Finland ๐ซ๐ฎ) very cool stack and great salary. I already have my dream job, otherwise Iโd apply in a heartbeat. www.linkedin.com/jobs/view/43...
I share the pain of the .env as well. I think Iโll try something like Infisical
Itโs scary, but I got better output working like that recently. I have a big big thing in working on for over a week, and I havenโt really looked at the code yet. I plan to. But not micromanaging on Cursor has helped getting sh*t done a lot.
{@const active = page.url.pathname === href}
<a
{href}
class:border={active}
I think page.route.id should work
Maybe you use it in a way that makes in non-reactive (within a state, not a derived).
Want to share more code?
I am, not even jokingly, talking to Clawdbot about my personal life, while I let cursor build a vibe coding tool. Ain't that meta?
I always love seeing Svelte job offers. I might start sharing interesting ones.
Looking at the offers helps understand where Svelte is in the landscape. Dรฉcathlon is one of the biggest French company often hiring Svelte devs.
Who else is building with Svelte?
www.linkedin.com/jobs/view/43...
Hey there ๐ Seeing you show up on my screen because I follow the Svelte feed ๐งก
I was like : โCool post, SvelteKit and creative coding, thatโs my jam. Who wrote that?โ And ๐คฏ
Iโll be super happy to jump onboard day 1 as well. I feel like 2026 will be a good year for Svelte DX and tools. This + full Zed support (mostly a port of that amazing VS Code extension) are my highest tech expectations. Techspectations ?
Ran into this over the weekend as well
They are really cool. I even hope theyโll manage to bring the same DX to some client side code. Itโs a really impressive feature.
Not an expert, but I think libraries without tree shaking/ESM tend to snowball quite a lot.
Having `require` or `import * from`, is a big warning for me
Last minute gift idea for devs and indie hackers: a gift card for a domain.
Just did it manually this week ^^ good to know for next time.
Have you run into issues with form actions or remote functions, especially action ones (command and form)?
Just migrated to Cloudflare, and I faced that today.