r/sveltejs • u/TeslApple_Guy • 17h ago
r/sveltejs • u/random-guy157 • 23h ago
I just made it possible for Markdown tables to render as responsive tables with MDsveX
Hello, everyone. Short story: While building docummentation for CollageJS I came to the conclusion that I definitely wanted responsive tables for Markdown.
After thinking about it a bit, I came to realize it was possible. Two days layer, here it is:
I just published it as an NPM package, not 5 minutes ago. The documentation website uses it, so I'm hoping it will work for everyone.
I'll proceed to consume it myself in CollageJS after a short break.
If you guys like it, leave a star on the repository for encouragement. Thanks!
r/sveltejs • u/avikdev • 3h ago
Svelte-5 SPA served from SvelteKit page
I am building a SaaS app similar to canva /graphics editor. The app itself has few complex pieces, like 2-3 web-workers, WASM (C++) code. several lazy and modal UIs. I've been building this as one large Svelte-5 SPA app.
Now my site (SvelteKit app hosted in Vercel) has a landing page, docs page, a login page, which takes the user to the app page. I am thining of serving the SPA app (Svelte-5 compiled into plain JS + html) from a specific route in the SvelteKit web app. The api call will be AJAX calls, handled in different hooks in the kit.
Has ayone done such thing, i.e. mix SvelteKit serving and pure Svelte-to-JS SPA app ? In that case how is the automated build process setup, e.g. in ci/cd
r/sveltejs • u/Different_Ear_6603 • 13h ago
flexiberry – An open-source API testing framework with its own scripting language
app.flexiberry.devI built flexiberry.dev, an open-source API testing framework designed to make API testing more expressive, maintainable, and developer-friendly.
The web application is built with Svelte, with a focus on performance, simplicity, and a modern user experience. FlexiBerry lets developers write readable API tests, organize reusable test suites, and automate API validation without relying on complex workflows.
I'd love to hear your feedback on the developer experience, the scripting language, performance, and any features you'd like to see.