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
โš™๏ธCore Language & Tooling

TypeScript

Strict mode enabled

Open Source

What is it

A strongly typed superset of JavaScript that compiles to plain JS.

Why we chose it

Strict mode catches type errors at compile time rather than at runtime, drastically improving reliability and IDE intelligence across the entire codebase. Shared types between frontend and backend eliminate an entire class of integration bugs.