Featured Projects

Bulgur Cloud GitHub Repo stars Docker Pulls

Bulgur Cloud offers a user-friendly, self-hosted file storage and sharing platform with emphasis on hassle-free setup and maintenance. Built with modern web technologies: Rust (Actix-Web) for a robust backend and TypeScript (React, Next.js) for an intuitive interface.

Rust Embed for Web and Responder for Actix Web GitHub Repo stars Crates.io

Rust Embed for Web simplifies web asset management by enabling direct embedding of HTML, CSS, and JavaScript into Rust executables. This ensures deployment consistency and includes performance optimizations like pre-computed headers and compression. The companion project, Rust Embed Responder for Actix Web, is tailored to efficiently serve embedded assets with intelligent caching and content negotiation, with a focus on high-performance web delivery.

Cuttlestore GitHub Repo stars Crates.io

Cuttlestore provides a versatile abstraction layer for interacting with popular key-value stores like Redis and SQLite (with support for CouchDB and DynamoDB planned). This streamlines development, facilitates switching between storage backends, and promotes adaptable application design.

live limit GitHub Repo stars npm

A TypeScript library for managing the number of concurrent asynchronous operations. It helps prevent server overload by ensuring only a set number of network requests, database queries, or other async tasks are in flight simultaneously. This library minifies under 1kb and has zero dependencies, helping minimize your bundle size.

Method Middleware for Actix Web GitHub Repo stars Crates.io

Niche middleware for the Actix Web framework that allows HTML forms to be submitted using HTTP methods other than the standard ‘GET’ or ‘POST’. This provides greater flexibility in designing web forms and RESTful APIs, allowing lightweight pages to interact with rich APIs.

Gandi Live Dns Rust GitHub Repo stars Docker Pulls

This project simplifies domain management for dynamic IP setups. It automates DNS updates via Gandi’s Live DNS feature, ensuring services remain accessible even with changing IP addresses. The solution offers both containerized (Docker) and traditional system package deployments, providing adaptability to different infrastructure environments.