{"id":198,"url":"https://github.com/seed-rs/awesome-seed-rs","last_synced_at":"2025-08-13T19:32:45.332Z","repository":{"id":47898818,"uuid":"199066695","full_name":"seed-rs/awesome-seed-rs","owner":"seed-rs","description":"A curated list of awesome things related to Seed","archived":false,"fork":false,"pushed_at":"2022-08-25T11:15:19.000Z","size":40,"stargazers_count":208,"open_issues_count":0,"forks_count":27,"subscribers_count":15,"default_branch":"master","last_synced_at":"2024-05-20T04:24:22.737Z","etag":null,"topics":["awesome","awesome-list","framework","frontend","rust","seed","wasm"],"latest_commit_sha":null,"homepage":"https://seed-rs.org/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seed-rs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"contributing.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"code-of-conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["MartinKavik"],"patreon":"martinkavik"}},"created_at":"2019-07-26T18:59:34.000Z","updated_at":"2024-03-18T12:46:33.000Z","dependencies_parsed_at":"2022-08-12T14:00:44.857Z","dependency_job_id":null,"html_url":"https://github.com/seed-rs/awesome-seed-rs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seed-rs%2Fawesome-seed-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seed-rs%2Fawesome-seed-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seed-rs%2Fawesome-seed-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seed-rs%2Fawesome-seed-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seed-rs","download_url":"https://codeload.github.com/seed-rs/awesome-seed-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229780026,"owners_count":18122914,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["awesome","awesome-list","framework","frontend","rust","seed","wasm"],"created_at":"2024-01-05T20:12:49.009Z","updated_at":"2025-08-13T19:32:45.298Z","avatar_url":"https://github.com/seed-rs.png","language":null,"funding_links":["https://github.com/sponsors/MartinKavik","https://patreon.com/martinkavik"],"categories":["Front-End Development","Uncategorized","Live Site:   [searchAwesome](https://search-awesome.vercel.app/)","Other Lists","Others","Themed Directories"],"sub_categories":["Uncategorized","Misc","TeX Lists","Updated more than a year ago"],"readme":"\u003c!--lint disable double-link--\u003e\n\n# Awesome Seed RS [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/seed-rs/seed-rs.org/81ed1acc77062ede3295683f21f2d39611843192/seed_branding/seed_logo.min.svg\" width=\"256\" title=\"Seed logo\"\u003e\n\u003c/p\u003e\n\n\u003e A curated list of awesome things related to Seed\n\nSeed is an open-source Rust framework for creating fast and reliable web apps running in WebAssembly.\n\nContributions welcome. Add links through pull requests or create an issue to start a discussion.\n\n## Contents\n\n- [Official Resources](#official-resources)\n- [Books](#books)\n- [Quickstarts](#quickstarts)\n- [Bundlers](#bundlers)\n- [Examples](#examples)\n- [Projects Using Seed](#projects-using-seed)\n- [Libraries](#libraries)\n- [Contribute](#contribute)\n\n## Official Resources\n\n- ~~Homepage~~\n- [GitHub repo](https://github.com/seed-rs/seed)\n- [Forum](https://seed.discourse.group)\n- [Chat](https://discord.gg/JHHcHp5)\n\n## Books\n- [Engineering Rust Web Applications](https://erwabook.com/) - Diesel, Rocket and Seed.\n- [Porting a JS app to Rust](https://slowtec.de/posts/2019-12-20-porting-javascript-to-rust-part-1.html) - Porting a JavaScript App to WebAssembly with Rust (blog series).\n\n## Quickstarts\n\n- [Default quickstart](https://github.com/seed-rs/seed-quickstart) - Contains only Rust libraries.\n- [Quickstart with Webpack](https://github.com/seed-rs/seed-quickstart-webpack) - Main features: Auto-reload, Prerendering, Minification, [TailwindCSS](https://tailwindcss.com/), Typescript.\n\n## Bundlers\n\n- [Trunk](https://github.com/thedodd/trunk) - WASM web application bundler for Rust.\n- [Web Bundler](https://github.com/panoptix-za/web-bundler) - Bundles a Seed SPA for publishing.\n- [Seeder](https://github.com/MartinKavik/seeder) - Set up Seed app and start dev server by running one command.\n\n## Examples\n\n- [RealWorld example](https://github.com/seed-rs/seed-rs-realworld) - \"The mother of all demo apps\" — Exemplary fullstack [Medium.com](https://medium.com/) clone.\n- [Dark lang Realworld](https://github.com/MartinKavik/seed-realworld-darklang) - Seed Realworld example on _Quickstart with Webpack_ with integrated [Dark lang](https://darklang.com/) Realworld.\n- [Official examples](https://github.com/seed-rs/seed/tree/master/examples) - Smaller examples included in official repo.\n- [ERWA mytodo](https://github.com/seed-rs/erwa_mytodo) - Rust full-stack example. Diesel, Rocket, Seed.\n- [Template for GUIs with seed+gotham](https://gitlab.com/liketechnik/local-gui-seed-gotham) - Electron like template for local/desktop GUIs with Gotham, rust-embed, web-view and Seed.\n- [Seeded Game of Life](https://github.com/arn-the-long-beard/seeded_game_of_life) - Game of life with [tutorial](https://dev.to/arnthelongbeard/how-to-only-rust-for-web-frontend-1026) in pure Rust inspired by [wasm tutorial](https://rustwasm.github.io/docs/book/).\n- [Dota Underlord Perfect Build](https://github.com/warycat/dotawasm) - An app to help build optimal deck in Dota Underlord.\n- [Play Seed](https://ide.play-seed.dev) - Playground with several default examples.\n\n## Projects Using Seed\n\n- [AdEx Explorer](https://github.com/adexnetwork/adex-explorer) - Shows curated information about the payment channel network of the AdEx advertising protocol.\n- [Kavik.cz](https://github.com/MartinKavik/kavik.cz) - Open-source personal website.\n- [benxu.dev/blog](https://github.com/AlterionX/benxu-dev) - A relatively simple open source personal blog. Built on `Seed`, [`maud`](https://maud.lambda.xyz), [`Rocket`](https://rocket.rs), and [`Diesel`](https://diesel.rs).\n- ~~seed-rs.org~~ - Seed's official website.\n- [WeightRS](https://gitlab.com/mkroehnert/weightrs) - Minimalistic and privacy friendly progressive web app for tracking your weight.\n- [Music composer](https://github.com/ethanboxx/planters-rdconf-hackathon-project) - A basic music composition app.\n- [Play Seed](https://play-seed.dev) - Website about Play Seed, playground to demo Seed apps.\n- [Typesync](https://typesync.rutrum.net) - Test your typing speed on song lyrics.  Uses `Seed`, [`Rocket`](https://rocket.rs), and [`Diesel`](https://diesel.rs).\n- [CalcuPi](https://dvjn.github.io/CalcuPi) - A beautiful Monte Carlo simulation for approximating the value of pi.\n- [Love Letter Tracker](https://www.fosskers.ca/en/tools/love-letter) - A knowledge tracker for the card game _Love Letter_.\n- [Whatlang.org](https://whatlang.org/) - An interactive demo for whatlang (language recognition library).\n- [Pslink](https://pslink.teilgedanken.de) - An URL-shortener page focused on use in publications ([demo](https://demo.pslink.teilgedanken.de/app/) (user, password: demo)).  Uses `Seed`, [`actix-web`](https://actix.rs/), and [`sqlx`](https://github.com/launchbadge/sqlx).\n\n## Libraries\n\n- [Savory](https://gitlab.com/MAlrusayni/savory) - Library for building user interface based on Seed.\n- [seed-icons](https://crates.io/crates/seed-icons) - Library with collections of icons to include in Seed-based application.\n- [Seed Bootstrap](https://github.com/panoptix-za/seed-bootstrap) - A collection of the [Bootstrap](https://getbootstrap.com/) CSS components.\n- [seed_heroicons](https://github.com/mh84/seed_heroicons) - Library providing [Heroicons](https://heroicons.com/) to include into Seed-based applications.\n\n## Contribute\n\nContributions welcome! Read the [contribution guidelines](contributing.md) first.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseed-rs%2Fawesome-seed-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseed-rs%2Fawesome-seed-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseed-rs%2Fawesome-seed-rs/lists"}