Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 1.74 KB

File metadata and controls

62 lines (40 loc) · 1.74 KB

MADstack

ci

ai stands for: angry! irate!

MADstack (or madstack or mAdStAcK) is a small rust project template/example for use with claude

if you're going to make things easy with AI,

why not also make other things "hard" with rust and as much compile-time checking as possible?

MAD! MAD? >:|

  • M: maud
  • A: axum
  • D: diesel
  • stack: postgres, linux, docker, github actions... tcp? crystals?

CONTRIBUTING?

  • copy this repo and start your own project
    • tell us about it or don't
  • open issues to improve or update dependencies as needed
  • tell us about amazing new dependencies to replace old ones
    • no flaming

FUTURE

it would be swell if folks find this useful at all

a long term goal could be:

  • figuring out the fastest/simplest/safest stack for web app dev for rust
  • a living repo of current-favorite+fastest+safest web app dependencies

right now it exists as a pile of awesome dependencies

thank you to you if you read this and please be grateful of all the amazing software that exists

INSTALL?

  1. install linux
  2. ask claude

inspiration:

build/run

docker compose build
docker compose up
curl localhost:3000/echoes

TODO: turn into a template repo? maybe?