Skip to content

Hmziq.xyz

open-source

A portfolio website built with Dioxus, a Rust-based web framework.

Features

  • Dioxus 0.7+ with automatic Tailwind CSS (no manual install needed)
  • Server and static asset generation
  • Component-focused architecture
  • Firebase deployment configuration

Development

dx serve                    # Start dev server
dx serve --platform desktop # Desktop platform

Automatic tailwind is supported by checking for tailwind.css in the app's manifest directory. Customize via dioxus.toml.