Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Rust Projects

A curated collection of production applications, experiments, and open-source projects built with Rust.

This repository showcases backend systems, desktop applications, web applications, distributed systems, developer tools, and WebAssembly projects.


Highlights

  • Production-ready Rust applications
  • Backend APIs
  • Desktop applications (Tauri)
  • Distributed systems
  • WebAssembly
  • Authentication & security
  • PostgreSQL & MongoDB
  • Docker deployments
  • Full-stack Rust projects

Featured Projects

Amalthea

A Rust-based, multi-tenant email routing platform. Parses addresses like role@tenant.domain.tld to identify the target tenant and applies configurable rules to route inbound mail to the right destination.

Features

  • Tenant-aware routing via subdomain identification
  • Multiple database backends: SQLite (default), PostgreSQL, MongoDB
  • Optional Python rule evaluation for custom routing logic (PyO3)
  • Admin dashboard (Actix-web) for managing tenants and rules
  • DKIM signing for authenticated outbound mail
  • Inbound SMTP listener (mailin-embedded) and outbound relay (lettre)
  • Health checks and Prometheus metrics

Crate

https://crates.io/crates/amalthea

Repository

https://github.com/guhhammer/amalthea


DocsClone

A modern documentation platform inspired by GitBook and Notion.

Features

  • Markdown rendering
  • Full-text search
  • Authentication
  • Responsive UI
  • Fast Rust backend

Live Demo

https://docsclone.guhhammer.dev

Repository

https://github.com/guhhammer/docs-clone


Ferris

A modern Rust-powered web application demonstrating clean architecture and high-performance backend design.

Live Demo

https://ferris.guhhammer.dev

Repository

https://github.com/guhhammer/ferris


Live Projects

Portfolio

https://guhhammer.dev

Personal website, portfolio, projects, and blog.


Links

https://links.guhhammer.dev

A lightweight self-hosted link hub.


WebFry

https://webfry.guhhammer.dev

Modern web utilities and developer tools built with Rust.


Blog

https://blog.guhhammer.dev

Technical articles covering Rust, Linux, backend engineering, distributed systems, and software architecture.


Tech Stack

  • Rust
  • Rocket
  • Actix Web
  • Axum
  • Tokio
  • Tauri
  • PostgreSQL
  • MongoDB
  • SQLx
  • Diesel
  • Docker
  • Nginx
  • Cloudflare
  • Linux
  • GitHub Actions

Repository Structure

backend/
desktop/
distributed/
experiments/
fullstack/
utilities/
web/

Goals

This repository serves as:

  • Portfolio
  • Playground
  • Learning experiments
  • Production projects
  • Open-source contributions

Philosophy

Build software that is fast, reliable, maintainable, and enjoyable to work on.


Connect

Portfolio

https://guhhammer.dev

GitHub

https://github.com/guhhammer

LinkedIn

https://linkedin.com/in/guhhammer

Blog

https://blog.guhhammer.dev

About

A curated collection of Rust applications, backend services, desktop apps, distributed systems, and production-ready experiments.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors