Elixir + MySQL + Mailpit
A Phoenix-style Elixir API on MySQL instead of Postgres, with local email testing via Mailpit.
Loads this recipe straight into the wizard — every setting stays editable before you generate anything.
The stack
Install
# pulls this exact recipe straight from the Vault $ npx stacktora install elixir-mysql-mailpit --remote $ stacktora sync # generate the files
What you get
More from the Vault
.NET + Postgres + Redis: Fintech-oriented Baseline
A security-conscious starting point for financial and payments-adjacent backends: .NET API, Postgres for ledger/transaction records, and Redis for session and rate-limit state. This is a starting baseline only, not a certified or verified PCI-DSS/regulatory-compliant stack — your own security and compliance review is still required before handling real financial data.
Java (Spring) + Postgres + Redis: Healthcare-oriented Baseline
A security-conscious starting point for patient-data-adjacent backends: Spring Boot API, Postgres for structured clinical/administrative records, and Redis for session state. This is a starting baseline only, not a certified or verified HIPAA/regulatory-compliant stack — your own security and compliance review is still required before handling real patient data.
PHP + Postgres + RabbitMQ
A queue-driven PHP backend (no framework baked in) using Postgres and RabbitMQ for async job processing.
Python + MariaDB + Redis: Legacy-friendly Baseline
A Python backend built around MariaDB — a natural fit for teams migrating off older MySQL-family systems without a database rewrite — with Redis for caching and session state layered on top.
