Production Ready - Phase 4 Week 8 Deployment
This repository contains the complete development environment for Ishan Parihar's web presence, featuring a modern SvelteKit application.
./)Status: Production Ready
Technology: SvelteKit 5, TypeScript, TailwindCSS
Purpose: Full-featured portfolio and business platform
apps/platform/)Status: Archived
Technology: Next.js 14, React, TypeScript
Purpose: Reference implementation only
# Install dependencies
npm install
# Start development server (http://localhost:5174)
npm run dev
# Build for production
npm run build
# Run tests
npm run test
# Type checking
npm run check
npm run dev - Start development servernpm run build - Build for productionnpm run preview - Preview production buildnpm run check - Run SvelteKit type checkingnpm run check:watch - Type checking in watch modenpm run test - Run unit testsnpm run test:watch - Unit tests in watch modenpm run test:e2e - Run Playwright E2E testsnpm run test:e2e:ui - E2E tests with UInpm run test:all - Run all tests| Realm | Path | Purpose |
|---|---|---|
| Source | /framework |
Foundational knowledge, consciousness models |
| Sovereign | /sovereignty, /humanos |
Personal development, self-mastery |
| Empire | /lifeos |
Productivity, business systems |
| Nexus | /civilizationos |
Research, macro analysis |
src/
āāā lib/
ā āāā components/ # Svelte components
ā āāā services/ # Business logic (UserService, SessionService, etc.)
ā āāā repositories/ # Data access
ā āāā utils/ # Utilities (sanitize, cache, seo)
ā āāā types/ # TypeScript definitions
ā āāā middleware/ # Request middleware
āāā routes/
ā āāā (pages)/ # Main pages
ā āāā admin/ # Admin dashboard
ā āāā api/ # API endpoints
ā āāā account/ # User account
āāā static/ # Static assets
Copy .env.example to .env and configure:
SUPABASE_URL=https://your-project.supabase.co
SUPABASE_SERVICE_ROLE_KEY=your_key
PRIVATE_RAZORPAY_KEY_ID=rzp_live_xxxxx
PRIVATE_RAZORPAY_KEY_SECRET=xxxxx
REDIS_URL=redis://localhost:6379
GOOGLE_CLIENT_ID=xxxxx
GOOGLE_CLIENT_SECRET=xxxxx
RESEND_API_KEY=re_xxxxx
PUBLIC_GA4_ID=G-XXXXXXXXXX
SENTRY_DSN=https://[email protected]/xxxxx
See PROJECT_SUMMARY.md for complete documentation.
npm run check and npm run test before committingVersion: 2.6.0
Status: Production Ready
Last Updated: February 17, 2026