sveltekit-blog-mdx

SvelteKit MDX starter blog with MDsveX (Svelte in markdown) (by rodneylab)

Sveltekit-blog-mdx Alternatives

Similar projects and alternatives to sveltekit-blog-mdx

  1. SvelteKit

    web development, streamlined (by sveltejs)

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. lighthouse

    Automated auditing, performance metrics, and best practices for the web.

  4. react-18

    Workgroup for React 18 release.

  5. sharp

    106 sveltekit-blog-mdx VS sharp

    High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, AVIF and TIFF images. Uses the libvips library.

  6. MDsveX

    A markdown preprocessor for Svelte.

  7. sveltekit-seo

    Demo site for SvelteKit SEO showing how to set up meta tags in a SvelteKit blog site.

  8. sveltekit-image-plugin

    SvelteKit demo code for using vite-imagetools to add cached, responsive, Next-Gen images to a SvelteKit site with no cumulative layout shift.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. storyblok-svelte-boilerplate

    Code of the tutorial: Add a headless CMS with live preview to Svelte and Sapper in 5 minutes

  11. svelte-commerce

    The open-source storefront for any ecommerce. Built with a PWA and headless approach, using a modern JS stack. Works with Litekart, Medusa. WIP for Woocommerce, Bigcommerce and Shopify.

  12. svelte-material-ui

    Svelte Material UI Components

  13. sveltekit-isr-cloudflare-workers

    Incremental static regeneration for SvelteKit on Cloudflare Workers

  14. sveltekit-starter

    Sveltekit starter project created with sveltekit, typescript, tailwindcss, postcss, husky, and storybook. The project has the structure set up for the scaleable web application.

  15. sk-trpc-payload

    A turborepo template featuring Sveltekit and Payload CMS, ready to be deployed to a single node server - specifically using https://railway.app.

  16. svelte-materialify

    Discontinued A Material UI Design Component library for Svelte heavily inspired by vuetify.

  17. sveltekit-accessibility-testing

    Demo code for adding axe accessibility testing to SvelteKit using Playwright and pa11y

  18. vim-shortcut-blog

    Use Vim keyboard shortcuts on you blog: how to make it easy for Vim users to jump around your Svelte blog site with a keyboard and no mouse!

  19. strapi-svelte-pagination

    Pagination in Svelte.js app with Strapi as backend

  20. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better sveltekit-blog-mdx alternative or higher similarity.

sveltekit-blog-mdx discussion

Log in or Post with

sveltekit-blog-mdx reviews and mentions

Posts with mentions or reviews of sveltekit-blog-mdx. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-15.
  • Which Headless CMS is cheaper and best for Sveltekit blog?
    2 projects | /r/SvelteKit | 15 Jun 2023
    If its just a blog, and your not talking 1000s of entries, I'd recommend using https://github.com/rodneylab/sveltekit-blog-mdx
  • best way to build a personal blog post with svelte and markdown
    3 projects | /r/sveltejs | 17 Sep 2022
    SvelteKit plus mdsvex. There are quite a few examples out there, e.g. https://github.com/rodneylab/sveltekit-blog-mdx.
  • SvelteKit Accessibility Testing: Automated CI A11y Tests
    2 projects | dev.to | 28 Mar 2022
    We will run through using the SvelteKit MDsveX starter but if you already have a SvelteKit site, it might make more since for you to follow along but working on a test branch of your own site. If you are using the starter, let’s get going by cloning it locally:
  • Use Vim Keyboard Shortcuts on your Blog
    2 projects | dev.to | 18 Oct 2021
    In this post we see how you can modify a Svelte blog site to respond to some Vim keyboard shortcuts. We'll clone the SvelteKit Blog MDsveX Starter to get things going quicker. Then we will create a new component for responding to keyboard shortcuts and add that to the existing blog post template. If you are not yet familiar with SvelteKit, you can still follow along. If you don't like Svelte then the code can also be adapted for use on React or plain HTML/JavaScript sites. Why don't we press on?
  • SvelteKit hCaptcha Contact Form: Keeping Bots Away
    1 project | dev.to | 13 Oct 2021
    git clone https://github.com/rodneylab/sveltekit-blog-mdx.git sveltekit-hcaptcha-form cd sveltekit-hcaptcha-form pnpm install cp .env.EXAMPLE .env pnpm run dev
  • SvelteKit Dynamic Image Import: Add Images to Templates
    1 project | dev.to | 20 Sep 2021
    Using a script, if we decide we want to use AVIF images instead of WebP or change our image widths, it is pretty easy to regenerate the data files. Likewise if we decide to go for a plain, dominant colour placeholder instead of the low resolution one. You can see a full working example in the SvelteKit Blog MDsveX starter on the Rodney Lab GitHub page.
  • SvelteKit Image Plugin: Next-Gen Images in Svelte
    3 projects | dev.to | 8 Sep 2021
    We'll start with the SvelteKit MDsveX starter and add a responsive image to the home page. We will see how you can generate a low resolution placeholder as well as an alternative dominant colour placeholder. We will generate a WebP Next-Gen format image together with the original JPEG in different sizes so the image looks good on large retina displays without having to download a huge image for small mobile displays. Using the placeholders, we will eliminate image layout shift.
  • Anyone tried building JAM stack website using Svelte Kit?
    6 projects | /r/sveltejs | 4 Sep 2021
  • SvelteKit Blog SEO: Climb the Search Results Page
    1 project | dev.to | 10 Aug 2021
    In this post we took a look at how to customise the SEO meta generated by the MDsveX starter. It might seem a little abstract until you customise it for your own projects, so I would definitely say try using it as a next step. As always I am keen to get feedback and to hear how you have used it. You can clone the entire repo from the Rodney Lab Git Page.
  • SvelteKit PWA: Installable App with Offline Access
    2 projects | dev.to | 5 Aug 2021
    I have just added PWA functionality to the MDsveX starter. All you need to do is customise the website configuration file with with site's name and theme colours, then run a script to generate all the different icon sizes automatically. Here is exactly what you need to do in five simple steps. If you are looking for a more general SvelteKit Tutorial or how to get started with SvelteKit I have a couple of posts you will appreciate.
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 19 Mar 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Stats

Basic sveltekit-blog-mdx repo stats
13
287
4.5
3 months ago

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai