This is your work, valued

London

Rodney Johnson

Elite
@rodneylab

sveltekit-blog-mdx. SvelteKit MDX starter blog with MDsveX (Svelte in markdown)

302

sveltekit-components. Handy components for building sites in SvelteKit

59

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

52

astro-blog-markdown. Starter for a fast Astro blog using Markdown and a spot of Svelte

31

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.

30

jolt-raylib-hello-world. Jolt Physics raylib ⚡️ trying Jolt C++ game development physics library with raylib in a 3D hello world 🎱 bouncing sphere example.

29

parsedown. WASM code for parsing Markdown into HTML with light output tweaking

21

sveltekit-graphql-fetch. SvelteKit GraphQL queries using fetch only: how you can drop Apollo client and urql dependencies altogether to make your Svelte app leaner.

16

astro. Code to accompany Astro articles.

16

svelte-social-icons. Beautiful, easy SVG social icons in Svelte

14

narcissus. API using PostgREST to query and update supabase database.

12

sveltekit-s3-multipart-upload. SvelteKit S3 Multipart Upload: how you can upload large files, such as video to your S3 compatible storage provider using presigned URLs.

12

sveltekit-graphql-github. Use Apollo Client with SvelteKit to Query a GraphQL API: we use the GitHub API to query our repos and learn a bit of SvelteKit along the way.

11

cmessless. A markdown parser to output Astro markup

11

sveltekit-instagram-infinite-scroll. SvelteKit infinite scroll: see how you can use Svelte stores and a reactive function to implement an infinite scrolling Instagram feed.

10

sveltekit-shiki-code-highlighting. SvelteKit Shiki syntax highlighting: use any VSCode colour theme to accessibly syntax highlight code on your SvelteKit app with line numbers.

10

raylib-imgui. Using raylib with Dear ImGui: how you can use Dear ImGui to create an immediate mode 🐜 debugging interface for your CMake raylib game 🎮

10

open-source-favicon-generation. Open source favicon generation: create your favicon from scratch then optimise it for modern and legacy browsers using free apps in 2022.

9

raylib-flecs-imgui-introspection. Using Jolt with Flecs & Dear ImGui 👀 to add game physics introspection to a raylib game, with pause and stepping for dev tools debugging 🐜.

9

sveltekit-simple-image-gallery. Simple Svelte responsive image gallery: create a ribbon gallery, using Svelte dimension bindings to maintain the aspect ratio of all images.

8

svelte-ecommerce-site-start. SvelteKit eCommerce site: how to build a fast, SEO friendly, static eCommerce site using Svelte, Snipcart and Directus.

8

macroquad-rapier-bevy-ecs. Macroquad Rapier ECS 🦀 Rust game dev — using bevy's 🧩 Entity Component System in a Macroquad game with Rapier physics.

8

svelte-chartjs. Svelte Charts: how quickly and easily you can add customised charts to your SvelteKit, Astro or other Svelte apps with Chart.js.

7

blocklists. A simple repo for analysis of online firewall block lists and combining them efficiently into a block list for use in a firewall

7

sveltekit-json-import. SvelteKit JSON import: how you can use data provided from business apps and ther sources directly in your Svelte site, thanks to Vite.

7

cistercian-clock. Trying egui 🖥️ building a Cistercian clock in 🦀 Rust with the egui immediate mode library inspired by Dear ImGui.

6

knights-to-see-you. Godot Rust 2D Platform game

6

hcaptcha-serverless-rust-worker. Demo code for creating an hCaptcha verify endpoint using Cloudflare Workers written in Rust

6

sveltekit-hcaptcha-form. SvelteKit hCaptcha contact form: see how you can scare bots away from your Svelte site using a privacy focussed captcha service.

6

arkanoid-clone. Arkanoid clone built in C++ with Raylib and flecs

6

sveltekit-content-security-policy. SvelteKit Content Security Policy: how you can add CSP to reduce your Svelte site's cross-site scripting (XSS) attack surface.

6

sveltekit-vanilla-extract. Using vanilla-extract with SvelteKit: how you can make zero-runtime stylesheets with the new TypeScript friendly preprocessor in Svelte.

6

fastify-mercurius-nexus-graphql-api. GraphQL API demo using Fastify, Mercurius and Nexus

6

sveltekit-faq-page-seo. SvelteKit FAQ Page SEO: how you can use ❤️ Svelte's SEO friendliness to create a FAQ page with JSON-LD SchemaOrg SEO meta loved by Google.

5

svelte-login-form. Svelte login form example 📝 signup and login forms for your Svelte app with password strength meter 🔐 and strong password auto generation.

5

narcissus-blog. Demo static Svelte site for narcissus backendless blog

5

sveltekit-session-cookies. SvelteKit session cookies: accessing user-specific data in your SvelteKit app use session and HttpOnly cookies for added security.

5

sveltekit-local-storage. Using Local Storage in SvelteKit: taking the example of setting a site theme, explore how to combine the Local Storage and Svelte Store APIs.

4

sveltekit-map-component. Handy components for building sites in SvelteKit

4

sveltekit-intersection-observer. Demo code to show how to use the Intersection Observer API in Sveltekit to help track page views

4

upstash-astro. Get Started with Astro and Redis Tutorial Starter Code

4

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

4

sveltekit-session-storage. SvelteKit Session Storage: how you can improve UX by temporarily caching user form entries then repopulating fields on browser refreshes.

4

sveltekit-iconify. Demo showing how to add SVG icons from just about any library to your Svelte app using a single extra dependency

4

macroquad-egui. Macroquad egui DevTools: adding a visual 🐞 debugging user interface for developers to Rust Macroquad game using ⚡️ egui.

4

gatsby-starter-climate. Gatsby 3 MDX blog starter for an accessible, fast and secure blog site

3

rodneylab. Rodney Lab Git Hub profile

3

sveltekit-fido-u2f-login. SvelteKit FIDO U2F login: how you can add multi factor authentication (MFA) to the front end of your Svelte app for added login security.

3

decisive. front end for site admin

3

deno. Code to accompany Deno & Deno Fresh articles.

3

svelte-each. Using Svelte each blocks: how to loop on array-like objects in Svelte + simplify your code using const & style directives and destructuring.

3

sveltekit-form-example. SvelteKit form example 📝 code to get a contact form working with SvelteKit actions, and 10 tips to avoid common pitfalls 🍀

3

countdown-numbers. Trying Ratatui TUI 🧑🏽‍🍳 building a text-based UI number game in the Terminal 🖥️ in Rust with Ratatui immediate mode rendering.

2

sveltekit-fontaine. SvelteKit Fontaine ✍🏽 how to eliminate or reduce font swap cumulative layout shift working with custom, self-hosted fonts in ❤️ SvelteKit.

2

axum-graphql. Rust GraphQL demo/test API written in Rust, using Axum for routing, async-graphql and SQLx

2

markwrite. Markdown writing CLI tool

2

bevy-xpbd-tutorial. Video game physics engine using Bevy by following Johan Helsing tutorial

1

gatsby-cloud-functions-recaptcha. Example site showing how Gatsby Cloud Functions can be used with an accessible reCAPTCHA.

1

life-logistics. Top-down 2D puzzle game written in C++ with raylib

1

local-ai-llm-playground. Experiments running offline LLMs in Python and Rust locally using Ollama and llama.cpp

1