Remove Fly.io references from TECH_STACK_ANALYSIS.md

cgen-3e00cc9175b9477787bf1fb3245908d0
This commit is contained in:
Builder.io 2025-11-15 21:13:28 +00:00
parent 1a680a424f
commit 99bec31b60
2 changed files with 8 additions and 8 deletions

View file

@ -34,7 +34,7 @@ export default function Space2TechStack() {
<strong>Database:</strong> Supabase (PostgreSQL)
</p>
<p>
<strong>Hosting:</strong> Vercel (Frontend), Fly.io (Backend)
<strong>Hosting:</strong> Vercel (Frontend + Serverless API)
</p>
<p>
<strong>Auth:</strong> Supabase Auth (Email, Google, GitHub,
@ -168,8 +168,8 @@ export default function Space2TechStack() {
<div className="bg-slate-800/30 border border-slate-700 rounded-lg p-4">
<h4 className="font-semibold text-white mb-3">Deployment</h4>
<ul className="text-sm text-slate-300 space-y-1">
<li> Vercel (Frontend)</li>
<li> Fly.io (Backend)</li>
<li> Vercel (Frontend + Serverless API)</li>
<li> Railway (Discord Bot)</li>
<li> GitHub Actions (Automation)</li>
</ul>
</div>
@ -220,7 +220,7 @@ export default function Space2TechStack() {
<li> Email (corporate account)</li>
<li> Supabase (database access, if needed)</li>
<li> Vercel (deployment, if needed)</li>
<li> Fly.io (backend, if needed)</li>
<li> Railway (Discord bot, if needed)</li>
<li> Sentry (error tracking, if needed)</li>
</ul>
</div>

View file

@ -504,7 +504,7 @@ Redirects to /profile/settings
### Development Plan Says... | Actually Have... | Status
```
┌────────────────────────────────────────────────────────────────┐
┌───────────<EFBFBD><EFBFBD>─────────────────────────────────────────────────────┐
│ 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 │
├────────────────────────────────────────────────────────────────┤
├──────────<EFBFBD><EFBFBD>──────────────────────────────────────────────────────┤
│ 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 │
└────────────────────────────────────────────────────────────────┘
└───────────────────────────────────────────────────────────────<EFBFBD><EFBFBD><EFBFBD>─┘
```
---
@ -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
```
---