Andromeda Stack

Scaffold a Rust CRUD web application with Axum, SQLite, and Docker.

11|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/stevedylandev/andromeda --skill andromeda-stack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Andromeda Stack
Source: https://github.com/stevedylandev/andromeda/tree/main/skills/andromeda-stack
Command: npx skills add https://github.com/stevedylandev/andromeda --skill andromeda-stack

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of a production-ready Rust CRUD web application scaffold within a standardized Andromeda workspace.

Core Features & Use Cases

  • Axum-based web server scaffold with routing templates and middleware
  • SQLite integration for local data persistence and a ready-to-use schema
  • Askama templates and embedded assets for a complete UI
  • andromeda-auth session-based authentication wired into the skeleton
  • Docker deployment configurations ready for containerized deployment

Quick Start

Create a production-ready scaffold for a Rust CRUD web app using Axum, SQLite, Askama, andromeda-auth, with embedded assets and Docker deployment.

Frequently Asked Questions about Andromeda Stack

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a Rust CRUD web app with Axum and SQLite?

To scaffold a Rust CRUD web app, this tool generates a production-ready workspace template with Axum routes, SQLite persistence, Askama templates, and Docker deployment configurations. It provides a complete server skeleton with routing templates and middleware out of the box.

Does this Rust web app scaffold include session-based authentication?

Yes, the Rust web app scaffold includes session-based authentication. It wires andromeda-auth session handling directly into the server skeleton, providing ready-to-use authentication for your Axum-based web services alongside the SQLite persistence layer.

Can I use Docker to deploy a Rust Axum web application generated by this scaffold?

Yes, you can use Docker to deploy the Rust Axum web application. The scaffold includes Docker deployment configurations ready for containerized deployment, ensuring your web service with embedded assets and SQLite is packaged for production environments.

What is the best way to create a standardized Rust web service workspace?

The best way to create a standardized Rust web service workspace is using a scaffold that enforces a workspace-aware structure. It generates shared crates, Dockerfiles, and templated server skeletons, enabling a consistent, reusable template for new web services across multi-app workspaces.

Do I need Askama templates to build a UI with this Rust scaffold?

Yes, Askama templates are included to provide a complete UI. The scaffold integrates Askama templates and embedded assets into the generated Rust web application, ensuring the server skeleton is ready to serve dynamic HTML pages immediately.

Are there limitations when using this scaffold for multi-app Rust workspaces?

The scaffold is specifically tailored for multi-app Rust workspaces requiring Axum, SQLite, and andromeda-auth. It enforces a workspace-aware structure with shared crates, meaning it is best suited for teams adopting this specific technology stack rather than alternative Rust frameworks.