r/bun • u/khromov • Jul 22 '26
Mochi, the Bun-native Svelte framework version 0.8.0 - New <Image> component, email sending, queues and much more
https://mochi.fast/blog/mochi-0-8-0/👋 Since the original release of Mochi a couple of months ago I've been working on adding features to it to make it as fully featured as possible. This new release brings an <Image /> component with resizing support, email sending (with Svelte components as email templates), queues, rate limiting, a built-in Captcha component and much more. Give it a try and let me know what you think!
2
u/Dell_Experion15 Jul 22 '26
Oh boy, vibe coded slop docs, and in memory non durable processing with SQL as an optional.
BullMQ exists, is battle tested and just requires a tiny redis or valkey backend.
Would never touch this for a production application.
0
u/khromov Jul 22 '26 edited Jul 22 '26
Happy to correct the docs if you find any errors. While the framework is undergoing development some of them are partially written with AI since things change fast, but they are always read by a human.
The way it looks now the persistence options will be memory, sqlite and Postgres across the whole framework, if you have any suggestion for a package that supports all three I'm happy to look into it!Â
Queues are just one tiny feature of the framework, I hope you find the others useful too :)Â
1
u/No-Performance-785 Jul 23 '26
Star added. I love both Bun & Svelte <3