Remove Fly.io references from TECH_STACK_ANALYSIS.md
cgen-3e00cc9175b9477787bf1fb3245908d0
This commit is contained in:
parent
1a680a424f
commit
99bec31b60
2 changed files with 8 additions and 8 deletions
|
|
@ -34,7 +34,7 @@ export default function Space2TechStack() {
|
||||||
<strong>Database:</strong> Supabase (PostgreSQL)
|
<strong>Database:</strong> Supabase (PostgreSQL)
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<strong>Hosting:</strong> Vercel (Frontend), Fly.io (Backend)
|
<strong>Hosting:</strong> Vercel (Frontend + Serverless API)
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<strong>Auth:</strong> Supabase Auth (Email, Google, GitHub,
|
<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">
|
<div className="bg-slate-800/30 border border-slate-700 rounded-lg p-4">
|
||||||
<h4 className="font-semibold text-white mb-3">Deployment</h4>
|
<h4 className="font-semibold text-white mb-3">Deployment</h4>
|
||||||
<ul className="text-sm text-slate-300 space-y-1">
|
<ul className="text-sm text-slate-300 space-y-1">
|
||||||
<li>• Vercel (Frontend)</li>
|
<li>• Vercel (Frontend + Serverless API)</li>
|
||||||
<li>• Fly.io (Backend)</li>
|
<li>• Railway (Discord Bot)</li>
|
||||||
<li>• GitHub Actions (Automation)</li>
|
<li>• GitHub Actions (Automation)</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -220,7 +220,7 @@ export default function Space2TechStack() {
|
||||||
<li>✓ Email (corporate account)</li>
|
<li>✓ Email (corporate account)</li>
|
||||||
<li>✓ Supabase (database access, if needed)</li>
|
<li>✓ Supabase (database access, if needed)</li>
|
||||||
<li>✓ Vercel (deployment, 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>
|
<li>✓ Sentry (error tracking, if needed)</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -504,7 +504,7 @@ Redirects to /profile/settings
|
||||||
### Development Plan Says... | Actually Have... | Status
|
### Development Plan Says... | Actually Have... | Status
|
||||||
|
|
||||||
```
|
```
|
||||||
┌─────────────────────────────────────────────────────────────────┐
|
┌───────────<EFBFBD><EFBFBD>─────────────────────────────────────────────────────┐
|
||||||
│ FRONTEND │
|
│ FRONTEND │
|
||||||
├─────────────────────────────────────────────────────────────────┤
|
├─────────────────────────────────────────────────────────────────┤
|
||||||
│ Plan: Next.js App Router + @supabase/ssr │
|
│ Plan: Next.js App Router + @supabase/ssr │
|
||||||
|
|
@ -518,7 +518,7 @@ Redirects to /profile/settings
|
||||||
│ Plan: Middleware for session refresh │
|
│ Plan: Middleware for session refresh │
|
||||||
│ Actual: No middleware (not applicable to Vite+React) │
|
│ Actual: No middleware (not applicable to Vite+React) │
|
||||||
│ Status: ⚠️ SESSION HANDLING - Handled by useAuth hook │
|
│ Status: ⚠️ SESSION HANDLING - Handled by useAuth hook │
|
||||||
├─────────────────────────────────────────────────────────────────┤
|
├──────────<EFBFBD><EFBFBD>──────────────────────────────────────────────────────┤
|
||||||
│ Plan: Discord Embedded App SDK integration │
|
│ Plan: Discord Embedded App SDK integration │
|
||||||
│ Actual: Not yet implemented (DiscordActivity.tsx exists) │
|
│ Actual: Not yet implemented (DiscordActivity.tsx exists) │
|
||||||
│ Status: ⏳ IN PROGRESS │
|
│ Status: ⏳ IN PROGRESS │
|
||||||
|
|
@ -553,7 +553,7 @@ Redirects to /profile/settings
|
||||||
│ Plan: Dual auth (Discord SDK + Supabase) │
|
│ Plan: Dual auth (Discord SDK + Supabase) │
|
||||||
│ Actual: Single auth implemented (OAuth) │
|
│ Actual: Single auth implemented (OAuth) │
|
||||||
│ Status: ⏳ Dual auth needed for Activity │
|
│ Status: ⏳ Dual auth needed for Activity │
|
||||||
└─────────────────────────────────────────────────────────────────┘
|
└───────────────────────────────────────────────────────────────<EFBFBD><EFBFBD><EFBFBD>─┘
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
@ -596,7 +596,7 @@ ROBLOX_OAUTH_REDIRECT_URI=https://aethex.dev/roblox-callback
|
||||||
### API Base
|
### API Base
|
||||||
|
|
||||||
```
|
```
|
||||||
VITE_API_BASE=https://e7c3806a9bfe4bdf9bb8a72a7f0d31cd-324f24a826ec4eb198c1a0eef.fly.dev
|
VITE_API_BASE=https://aethex.dev
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue