Anyone use Rust to build SaaS web apps professionally?

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

InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
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
featured
  1. vector

    A high-performance observability data pipeline.

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. axum

    Ergonomic and modular web framework built with Tokio, Tower, and Hyper

    The backend service layer is handled by Actix-web. I had a really hard-time deciding between this and Axum as they both have very compelling ecosystems. I settled on Actix because of a purely gut feeling that it'd be better for a more project.

  4. sycamore

    A library for creating reactive web apps in Rust and WebAssembly

    The frontend client side framework of choice is Sycamore. This is the most pleasant part of the whole tech stack to work in. It's like working in SolidJS, but with Rust (and that is saying a lot, as I have grown less fond of working on the frontend with age).

  5. surrealdb

    A scalable, distributed, collaborative, document-graph database, for the realtime web

    SurrealDB is where all the backend data is getting stored. So far I have used just the SQL/Object type data structures, but I plan on using it's graph capabilities for a recommendation engine and user feed. I haven't looked into any solutions for full-text search yet (if anyone has any suggestions, please let me know)

  6. cargo-make

    Rust task runner and build tool.

    Cargo is a pretty robust build tool on it's own, but for that extra automated workflow oomph, I also use cargo-make

  7. lapce

    Lightning-fast and Powerful Code Editor written in Rust

    ...but I also jump into Lapce for something a little more like VSCode (this is majorly pre-alpha though, so it's not quite the same experience).

  8. alacritty

    A cross-platform, OpenGL terminal emulator.

    Alacritty - I spend most of my time working on this project inside this terminal emulator.

  9. 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
  10. actix-web

    Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.

    The backend service layer is handled by Actix-web. I had a really hard-time deciding between this and Axum as they both have very compelling ecosystems. I settled on Actix because of a purely gut feeling that it'd be better for a more project.

  11. async-graphql

    A GraphQL server library implemented in Rust

    Who's using Async-graphql in production? · Issue #408 · async-graphql/async-graphql

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

  • Significant update within the `*-grants` ecosystem: crates to protect endpoints in widely used web frameworks.

    1 project | /r/rust | 1 Dec 2023
  • Hey Rustaceans! Got a question? Ask here (11/2023)!

    7 projects | /r/rust | 13 Mar 2023
  • This Month in Spyglass #2 - Search your Reddit saved & upvoted posts, user configurable actions, and more!

    3 projects | /r/rust | 11 Mar 2023
  • [Media] Just updated Spyglass, the personal search engine. Now you can index and search inside communities to find exactly what you want

    2 projects | /r/rust | 11 May 2022
  • Dioxus v0.1 - a new Rust GUI toolkit for Web, Desktop, Mobile, SSR, TUI that emphasizes developer experience [WebView-based rendering]

    4 projects | /r/programming | 4 Jan 2022