SaaSHub helps you find the best software and product alternatives Learn more β
Top 21 Svelte Blog Projects
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
statue
Statue: Svelte + Markdown Static Site Generator, launch a website for your business, blog, portfolio, or product in seconds, with one-line setup
My company is building out a static site generator and we do basically this for our unit tests: https://github.com/accretional/statue/tree/main/test/hermeti...
npm pack builds the file locally, then we expose it to the container filesystem where we do a build and check the outputs. You can move dependencies to bundledDependencies in npm to embed them in the image.
However, this is assuming you're building your own static site generator that you want to test this way. If you just want to build a site using an existing static site generator, it's much easier provided that the site generator itself is easy to use (for example, ours has a one-liner to take you all the way from nothing to a local static site running on localhost, see https://statue.dev)
If you aren't changing the SSG code itself between container runs you'd just mount the markdown to the container and pre-install the ssg in the Dockerfile itself. For statue.dev that would just be a Dockerfile almost exactly the same as the one we use already, except you'd use your own script, and RUN this in the Dockerfile itself: yes | npx sv create . --template minimal --types ts --no-add-ons --install npm && npm install statue-ssg && npx statue init && npm install
In your script you'd just npm run build then do whatever it is you want to do to send the files somewhere.
-
-
sveltekit-tailwind-blog-starter
An easily configurable and customizable blog starter for SvelteKit + Tailwind CSS
-
-
-
-
-
sveltekit-blog-template
A minimalistic markdown based blog template built with Sveltekit(v1.0+π)βπ»βπ» (by K-Sato1995)
-
sveltekit-shadcn-blog-starter
Production-ready SvelteKit blog starter featuring shadcn-svelte UI, MDsveX for Markdown, Tailwind CSS styling, TypeScript support, auto-generated sitemap/RSS, and full SEO optimization. Perfect for developers.
Project mention: π Build a Production-Ready Blog with SvelteKit in 5 Minutes | dev.to | 2025-12-07π GitHub: https://github.com/YusufCeng1z/sveltekit-shadcn-blog-starter
-
sveltekit-blog
Latest SvelteKit v.2 blog - can create page or blog with Markdown or Jodit(wysiwyg editor) - Created pages and blogs are in header and they are server-side rendered for SEO and client-side for interaction
-
-
sveltekit-hcaptcha-form
SvelteKit hCaptcha contact form: see how you can scare bots away from your Svelte site using a privacy focussed captcha service.
-
-
astro-devblog
A π₯blazingly fastπ₯ developer blog template built with Astro, NetlifyCMS, TailwindCSS, and Prisma that can automatically publish to Medium and Dev.to.
-
sveltekit-accessibility-testing
Demo code for adding axe accessibility testing to SvelteKit using Playwright and pa11y
-
sveltekit-iconify
Demo showing how to add SVG icons from just about any library to your Svelte app using a single extra dependency
Svelte Blog discussion
Svelte Blog related posts
-
Show HN: Pika β Simple, beautiful blogging software
-
PostOwl, in-place editable blog powered by SvelteKit and SQLite
-
Reflections on Migrating My SaaS to SvelteKit
-
Svelte Ecosystem in 2023
-
unocss and skeleton
-
Astro Sitemaps: Add Post and Page XML Sitemaps
-
Show HN: QWER- SvelteKit Blog Starter. 100 PageSpeed Insights
-
A note from our sponsor - SaaSHub
www.saashub.com | 9 Jun 2026
Index
What are some of the best open-source Blog projects in Svelte? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | Urara | 647 |
| 2 | QWER | 475 |
| 3 | sveltekit-blog-mdx | 300 |
| 4 | sveltekit-mdsvex-blog | 177 |
| 5 | svelte-kit-blog-demo | 171 |
| 6 | statue | 171 |
| 7 | Hakuba | 145 |
| 8 | sveltekit-tailwind-blog-starter | 117 |
| 9 | postowl | 104 |
| 10 | www | 94 |
| 11 | nblog | 68 |
| 12 | sveltekit-seo | 52 |
| 13 | sveltekit-blog-template | 30 |
| 14 | sveltekit-shadcn-blog-starter | 26 |
| 15 | sveltekit-blog | 13 |
| 16 | blog | 8 |
| 17 | sveltekit-hcaptcha-form | 6 |
| 18 | blog | 6 |
| 19 | astro-devblog | 5 |
| 20 | sveltekit-accessibility-testing | 4 |
| 21 | sveltekit-iconify | 4 |