@@ -34,8 +34,6 @@ We support Next.js, React, and JavaScript frontends, along with any backend that
3434 - [ Requirements] ( #requirements )
3535 - [ Setup] ( #setup )
3636 - [ Useful commands] ( #useful-commands )
37- - [ Chat with the codebase] ( #chat-with-the-codebase )
38- - [ Architecture overview] ( #architecture-overview )
3937- [ ❤ Contributors] ( #-contributors )
4038
4139<!-- END doctoc generated TOC please keep comment here to allow auto update -->
@@ -196,51 +194,6 @@ pnpm verify-data-integrity: Verify the integrity of the data in the database by
196194
197195Note: When working with AI, you should keep a terminal tab with the dev server open so the AI can run queries against it.
198196
199- ### Chat with the codebase
200-
201- Storia trained an [AI on our codebase](https://sage.storia.ai/stack-auth) that can answer questions about using and contributing to Stack Auth.
202-
203- ### Architecture overview
204-
205- ```mermaid
206- graph TB
207- Website[Your Website]
208- User((User))
209- Admin((Admin))
210- subgraph "Stack Auth System"
211- Dashboard[Stack Auth Dashboard<br/>/apps/dashboard]
212- Backend[Stack Auth API Backend<br/>/apps/backend]
213- Database[(PostgreSQL Database)]
214- EmailService[Email Service<br/>Inbucket]
215- WebhookService[Webhook Service<br/>Svix]
216- StackSDK[Client SDK<br/>/packages/stack]
217- subgraph Shared
218- StackUI[Stack Auth UI<br/>/packages/stack-ui]
219- StackShared[Stack Auth Shared<br/>/packages/stack-shared]
220- StackEmails[Stack Auth Emails<br/>/packages/stack-emails]
221- end
222- end
223- Admin --> Dashboard
224- User --> Website
225- Website --> StackSDK
226- Backend --> Database
227- Backend --> EmailService
228- Backend --> WebhookService
229- Dashboard --> Shared
230- Dashboard --> StackSDK
231- StackSDK --HTTP Requests--> Backend
232- StackSDK --> Shared
233- Backend --> Shared
234- classDef container fill:#1168bd,stroke:#0b4884,color:#ffffff
235- classDef database fill:#2b78e4,stroke:#1a4d91,color:#ffffff
236- classDef external fill:#999999,stroke:#666666,color:#ffffff
237- classDef deprecated stroke-dasharray: 5 5
238- class Dashboard,Backend,EmailService,WebhookService,Website container
239- class Database database
240- ```
241-
242- Thanks to [CodeViz](https://www.codeviz.ai) for generating the diagram!
243-
244197## ❤ Contributors
245198
246199<a href="https://github.com/stack-auth/stack-auth/graphs/contributors">
0 commit comments