# Andromeda ## Docs - [Quickstart](/quickstart): Get up and running with any Andromeda app in minutes. - [What is Andromeda](/what-is-andromeda): Andromeda is a Rust workspace of minimal, self-hosted web apps. Each app compiles to a single binary powered by [Axum](https://github.com/tokio-rs/axum), [SQLite](https://github.com/rusqlite/rusqlite), and [Askama](https://github.com/djc/askama) templates. - [Skills](/diy/skills): Andromeda apps are scaffolded using [Claude Code](https://claude.ai/code) with a custom skill called `rust-crud`. This page explains how to use it to build your own apps in the same style. - [Stack](/diy/stack): Every app in Andromeda is built on the same Rust stack. This page covers the core dependencies and how they fit together. - [Feeds](/apps/feeds): Minimal RSS Feeds - [Jotts](/apps/jotts): A minimal notes app - [OG](/apps/og): A simple web tool for inspecting Open Graph tags on any URL. - [Parcels](/apps/parcels): A minimal package tracking app - [Posts](/apps/posts): A minimal CMS blog with admin interface - [Shrink](/apps/shrink): A minimal image compression app - [Sipp](/apps/sipp): Minimal code sharing