Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

awesome-seed-rs

A curated list of awesome things related to Seed
https://github.com/seed-rs/awesome-seed-rs

Last synced: 1 day ago
JSON representation

  • Official Resources

  • Books

  • Examples

    • Official examples - Smaller examples included in official repo.
    • Play Seed - Playground with several default examples.
    • Dark lang Realworld - Seed Realworld example on _Quickstart with Webpack_ with integrated [Dark lang](https://darklang.com/) Realworld.
    • ERWA mytodo - Rust full-stack example. Diesel, Rocket, Seed.
    • Template for GUIs with seed+gotham - Electron like template for local/desktop GUIs with Gotham, rust-embed, web-view and Seed.
    • 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/).
    • Dota Underlord Perfect Build - An app to help build optimal deck in Dota Underlord.
    • RealWorld example - "The mother of all demo apps" — Exemplary fullstack [Medium.com](https://medium.com/) clone.
  • Projects Using Seed

    • Play Seed - Website about Play Seed, playground to demo Seed apps.
    • Typesync - Test your typing speed on song lyrics. Uses [`Seed`](https://seed-rs.org/), [`Rocket`](https://rocket.rs), and [`Diesel`](https://diesel.rs).
    • CalcuPi - A beautiful Monte Carlo simulation for approximating the value of pi.
    • Love Letter Tracker - A knowledge tracker for the card game _Love Letter_.
    • Whatlang.org - An interactive demo for whatlang (language recognition library).
    • AdEx Explorer - Shows curated information about the payment channel network of the AdEx advertising protocol.
    • Kavik.cz - Open-source personal website.
    • benxu.dev/blog - A relatively simple open source personal blog. Built on [`Seed`](https://seed-rs.org/), [`maud`](https://maud.lambda.xyz), [`Rocket`](https://rocket.rs), and [`Diesel`](https://diesel.rs).
    • seed-rs.org - Seed's official website.
    • WeightRS - Minimalistic and privacy friendly progressive web app for tracking your weight.
    • Music composer - A basic music composition app.
    • Pslink - An URL-shortener page focused on use in publications ([demo](https://demo.pslink.teilgedanken.de/app/) (user, password: demo)). Uses [`Seed`](https://seed-rs.org/), [`actix-web`](https://actix.rs/), and [`sqlx`](https://github.com/launchbadge/sqlx).
    • Pslink - An URL-shortener page focused on use in publications ([demo](https://demo.pslink.teilgedanken.de/app/) (user, password: demo)). Uses [`Seed`](https://seed-rs.org/), [`actix-web`](https://actix.rs/), and [`sqlx`](https://github.com/launchbadge/sqlx).
    • CalcuPi - A beautiful Monte Carlo simulation for approximating the value of pi.
  • Libraries

    • seed-icons - Library with collections of icons to include in Seed-based application.
    • Savory - Library for building user interface based on Seed.
    • Seed Bootstrap - A collection of the [Bootstrap](https://getbootstrap.com/) CSS components.
    • seed_heroicons - Library providing [Heroicons](https://heroicons.com/) to include into Seed-based applications.
  • Quickstarts

  • Bundlers

    • Web Bundler - Bundles a Seed SPA for publishing.
    • Seeder - Set up Seed app and start dev server by running one command.