Monrinth: Rust-based backend to serve the modrinth API.
Barricade: Quickly add user registration and logon to any application.
Bloom: The simplest way to de-Google your life and business: Inbox, Calendar, Files, Contacts & much more.
GitArena: Software development platform with built-in VCS, issue tracking and code review.
Four in a Row - Server: An online version of the popular game four in a row, written in Rust on the server side and Flutter + Dart on the client.
Nitro Repo: An open source artifact manager. Rust back-end and Vue front-end.
Imitari: A lightweight ShareX-compatible image uploader server
mCaptcha: Proof of work based, privacy focused, libre CAPTCHA system. Crates used: actix-web, sqlx, redis, and lettre.
Zero2prod: Source code of zero to production series zero2prod.com. Paid book but some of the chapters is available online for free. The book compares and explains the chosen technologies, like Actix Web and SQLx.
Triox: A free file hosting server that focuses on speed, reliability and security.
binserve: A fast, secure, and easy to set up static web server written on top of Actix Web with routing, templating, and various other features.
Roseline: A personal web site and discord & IRC bot to access simple SQLite database. Demonstrates usage of various Actix and Actix Web concepts.
Dalted: Simple webapp that showcases the integration of image-rs with Actix Web for color blindness simulations.
Atomic-Server: Graph database with a dynamic schema, authorization and full text search.
Operator: A web server for static and dynamic content.
rustypaste: A minimal file upload/pastebin service
rustus: A TUS protocol implementation that helps you handle file uploads
Community Articles, Example Apps, Starters & Boilerplate Projects
create-rust-app: Set up a modern Rust + React web app by running one command.
Jelly Starter: A starter template for Actix Web projects that feels very Django-esque. Avoid the boring stuff and move faster.
Actix and SQLx User CRUD for MySQL: A User CRUD showcasing MySQL database interaction with full integration test coverage, designed to fit comfortably in a system of micro-services.