From 2c8a0ad1924d95ccb00954ddc360005735017699 Mon Sep 17 00:00:00 2001
From: DogmaDragon <103123951+DogmaDragon@users.noreply.github.com>
Date: Sun, 19 Apr 2026 23:48:59 +0300
Subject: [PATCH] Add architecture section
---
README.md | 23 ++++++++++++++++++-----
1 file changed, 18 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 2d90a76ea..669f54b1c 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@
[](https://github.com/stashapp/stash/releases/latest)
[](https://github.com/stashapp/stash/labels/bounty)
-### **Stash is a self-hosted webapp written in Go which organizes and serves your diverse content collection, catering to both your SFW and NSFW needs.**
+
Stash is a self-hosted webapp written in Go which organizes and serves your diverse content collection, catering to both your SFW and NSFW needs.

@@ -28,12 +28,12 @@ For further information you can consult the [documentation](https://docs.stashap
Step-by-step instructions are available at [docs.stashapp.cc/installation](https://docs.stashapp.cc/installation/).
> [!important]
->**Windows Users**
+> **Windows Users**
>
->As of version 0.27.0, Stash no longer supports _Windows 7, 8, Server 2008 and Server 2012._
->At least Windows 10 or Server 2016 is required.
+> As of version 0.27.0, Stash no longer supports _Windows 7, 8, Server 2008 and Server 2012._
+> At least Windows 10 or Server 2016 is required.
>
->**macOS Users**
+> **macOS Users**
>
> As of version 0.29.0, Stash requires _macOS 11 Big Sur_ or later.
> Stash can still be run through docker on older versions of macOS.
@@ -105,6 +105,19 @@ Need help or want to get involved? Start with the documentation, then reach out
- [Themes](https://docs.stashapp.cc/themes/)
- [Other projects](https://docs.stashapp.cc/other-projects/)
+# Architecture
+
+## Backend
+
+- Go
+- GraphQL API
+- SQLite
+
+## Frontend
+
+- React
+- TypeScript
+
# For Developers
Pull requests are welcome!