Stacktora / Vault

The Vault

Curated, admin-reviewed recipes anyone can install with one command — or submit your own for review.

Submit a recipe Open the generator
All (24) AI/ML (1) API (2) Analytics (3) Backend (6) Content (2) DevOps (1) E-commerce (1) Full-stack (1) Infrastructure (2) Mobile (1) Observability (1) Payments (1) Real-time (2)
No recipes match your search. Submit one?

Backend 6

.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.

by @ops

.NET 8.0 PostgreSQLRedis

Elixir + MySQL + Mailpit

A Phoenix-style Elixir API on MySQL instead of Postgres, with local email testing via Mailpit.

by @ops

Elixir 1.20 MySQL Mailpit

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.

by @ops

Java (Spring) 21 PostgreSQLRedis

PHP + Postgres + RabbitMQ

A queue-driven PHP backend (no framework baked in) using Postgres and RabbitMQ for async job processing.

by @ops

PHP 8.3 PostgreSQL RabbitMQ

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.

by @ops

Python 3.12 MariaDBRedis

Ruby + Valkey + MinIO

A lean Ruby API (no Rails) using Valkey for caching and MinIO for S3-compatible object storage.

by @ops

Ruby 3.3 Valkey MinIO