KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
Codexia.portfolio
★ 14
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
cpa-grok
:
CLIProxyAPI 反代 Grok 免费号,免费体验 Grok-4.5 模型
skills
:
shanjian skills
Demo_repository_4_test
:
TEST_repository_описание
awesome-generative-ui
:
Developer resources for building with and learning about generative UI
TrafficAnalyzer
:
应急响应流量分析工具,支持pcap、excel、log等多种数据源,同时结合加解密、反编译等多个常用工作流。
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Codexia.portfolio
?
Download (.md)
# Codexia Portfolio Independent portfolio for Srinjoy Pramanick, AI/ML Engineer and Cybersecurity Enthusiast. It uses React, TypeScript, TanStack Start, Supabase Auth/PostgreSQL, and an optional server-side grounded AI assistant. ## Local setup 1. Install Node.js 22 LTS and run `npm install`. 2. Copy `.env.example` to `.env.local` and replace placeholders. Never expose `SUPABASE_SERVICE_ROLE_KEY` or `AI_API_KEY` through a `VITE_` variable. 3. Apply every SQL file in `supabase/migrations` in timestamp order. 4. Create the first administrator out-of-band in Supabase Auth, then insert its user ID into `user_roles` with role `admin`. Public signup and self-promotion are intentionally unavailable. 5. Run `npm run check`, then `npm run dev:all`. The development server binds only to `127.0.0.1:5173`. Local URLs: - Portfolio: `http://127.0.0.1:5173/` - Admin: `http://127.0.0.1:5173/admin` - Health: `http://127.0.0.1:5173/api/v1/health` This is a full-stack TanStack Start application, so there is no separate backend port. Server functions and API routes use the same origin. Without Supabase/AI variables, the public UI can render but persistence, authentication, and AI calls fail safely; the health endpoint returns `503 degraded`. ## Deployment Deploy the full TanStack Start server to a supported Node/Cloudflare target. Configure all server secrets in the host, set `ALLOWED_ORIGINS` to exact HTTPS origins, apply migrations before release, and verify `/`, `/admin`, an unknown route, contact submission, and AI failure behavior. Keep source maps disabled publicly. Configure HTTPS, backups, log retention, monitoring, and rollback to the previous artifact/database migration. The in-memory rate limiter is a development/single-instance fallback. Production deployments with more than one instance must replace it with Redis or a managed atomic rate-limit store. # Codexia.portfolio