{% extends "base.html" %} {% block title %}Home - Hostbasket{% endblock %} {% block content %}

Welcome to Hostbasket!

A web application framework built with Actix Web and Rust.


This is a starter template for building web applications with Actix Web and Rust.

Learn more

Fast

Built with Actix Web, one of the fastest web frameworks available.

Secure

Rust's memory safety guarantees help prevent common security issues.

Scalable

Designed to handle high loads and scale horizontally.

{% endblock %}