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
๐ŸงชTesting

Vitest

Unit & integration testing

Open Source

What is it

A Vite-native test runner with a Jest-compatible API.

Why we chose it

Shares the same Vite config and module resolution as the app, so tests run in the same environment as the code. Parallel execution and native ESM support make the test suite significantly faster than Jest.