diff --git a/client/pages/internal-docs/Space2TechStack.tsx b/client/pages/internal-docs/Space2TechStack.tsx
index 5a20a8c1..d5c6de5b 100644
--- a/client/pages/internal-docs/Space2TechStack.tsx
+++ b/client/pages/internal-docs/Space2TechStack.tsx
@@ -34,7 +34,7 @@ export default function Space2TechStack() {
Database: Supabase (PostgreSQL)
- Hosting: Vercel (Frontend), Fly.io (Backend)
+ Hosting: Vercel (Frontend + Serverless API)
Auth: Supabase Auth (Email, Google, GitHub,
@@ -168,8 +168,8 @@ export default function Space2TechStack() {
Deployment
- - • Vercel (Frontend)
- - • Fly.io (Backend)
+ - • Vercel (Frontend + Serverless API)
+ - • Railway (Discord Bot)
- • GitHub Actions (Automation)
@@ -220,7 +220,7 @@ export default function Space2TechStack() {
✓ Email (corporate account)
✓ Supabase (database access, if needed)
✓ Vercel (deployment, if needed)
- ✓ Fly.io (backend, if needed)
+ ✓ Railway (Discord bot, if needed)
✓ Sentry (error tracking, if needed)
diff --git a/docs/TECH_STACK_ANALYSIS.md b/docs/TECH_STACK_ANALYSIS.md
index 80f884ee..766b7c97 100644
--- a/docs/TECH_STACK_ANALYSIS.md
+++ b/docs/TECH_STACK_ANALYSIS.md
@@ -504,7 +504,7 @@ Redirects to /profile/settings
### Development Plan Says... | Actually Have... | Status
```
-┌─────────────────────────────────────────────────────────────────┐
+┌───────────��─────────────────────────────────────────────────────┐
│ FRONTEND │
├─────────────────────────────────────────────────────────────────┤
│ Plan: Next.js App Router + @supabase/ssr │
@@ -518,7 +518,7 @@ Redirects to /profile/settings
│ Plan: Middleware for session refresh │
│ Actual: No middleware (not applicable to Vite+React) │
│ Status: ⚠️ SESSION HANDLING - Handled by useAuth hook │
-├─────────────────────────────────────────────────────────────────┤
+├──────────��──────────────────────────────────────────────────────┤
│ Plan: Discord Embedded App SDK integration │
│ Actual: Not yet implemented (DiscordActivity.tsx exists) │
│ Status: ⏳ IN PROGRESS │
@@ -553,7 +553,7 @@ Redirects to /profile/settings
│ Plan: Dual auth (Discord SDK + Supabase) │
│ Actual: Single auth implemented (OAuth) │
│ Status: ⏳ Dual auth needed for Activity │
-└─────────────────────────────────────────────────────────────────┘
+└───────────────────────────────────────────────────────────────���─┘
```
---
@@ -596,7 +596,7 @@ ROBLOX_OAUTH_REDIRECT_URI=https://aethex.dev/roblox-callback
### API Base
```
-VITE_API_BASE=https://e7c3806a9bfe4bdf9bb8a72a7f0d31cd-324f24a826ec4eb198c1a0eef.fly.dev
+VITE_API_BASE=https://aethex.dev
```
---