GitHub - seed-rs/seed: A Rust framework for creating web apps

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Seed

    A Rust framework for creating web apps

  • yew

    Rust / Wasm framework for creating reliable and efficient web applications

  • I've used seed before. It's pretty decent but it's certainly lacking in some areas of its core API that ends up discouraging reusable components. We ended up rewriting using yew instead, which was more convenient for us whilst still maintaining an Elm-like architecture.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • trunk

    Build, bundle & ship your Rust WASM application to the web.

  • The best way to avoid the roughness of `web-sys` and `js-sys` is to use any one of the available front-end frameworks for rust (although I would personally recommend yew) alongside Trunk, a build tool that makes targeting the web in rust as simple as targeting native platforms. You give it your index.html file and a standard crate (no cdylib nonsense, just main.rs with a main function as normal) and it handles compiling, optimizing and bundling everything. You end up with a dist directory that contains everything you need to deploy.

  • gcode-yew

    Minimal example of the gcode-rs crate with web assembly

  • Here's a gcode explorer (for 3d printing or cnc) I made with a slightly older version of yew. There are instructions on building and running it in the readme. https://github.com/etrombly/gcode-yew

  • MoonZoon

    Rust Fullstack Framework

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts