Proposed Technology Stack

Techstack Overview

A modern, full-stack technology foundation โ€” TypeScript-first, deployed on European cloud infrastructure.

39
Technologies
31
Decided
8
Pending
11
Categories
โš™๏ธ

Core Language & Tooling

4 technologies

๐Ÿงฉ

Backend & Frontend

11 technologies

๐Ÿ”Œ

API

3 technologies

๐Ÿ—„๏ธ

Data & Storage

4 technologies

๐Ÿค–

AI & LLM

3 technologies

๐Ÿ”’

Auth & Security

2 technologies

โ˜๏ธ

Infrastructure & DevOps

4 technologies

๐Ÿ“Š

Observability

3 technologies

๐Ÿงช

Testing

2 technologies

๐Ÿ“ฑ

Mobile

1 technology

๐Ÿ’ป

Developer Experience

2 technologies

This presentation was built with the same stack it proposes.

Made bybrthrs
๐ŸงฉBackend & Frontend

Prisma

ORM

Open Source

What is it

A type-safe ORM and query builder for Node.js with an auto-generated client derived from your schema.

Why we chose it

The schema file is the single definition of the database structure. The generated client provides fully-typed queries โ€” no raw SQL strings, no mismatched column names at runtime. Migrations are version-controlled and reproducible.