Deploying AeThex to Hostinger
Step 1: Build Your Application
# Install dependencies
npm install
# Build the client-side application
npm run build:clientStep 2: Prepare Environment Variables
VITE_SUPABASE_URL=https://kmdeisowhtsalsekkzqd.supabase.co
VITE_SUPABASE_ANON_KEY=your-anon-key-herenpm run build:clientStep 3: Upload to Hostinger
public_html/ ├── index.html ├── assets/ │ ├── index-[hash].js │ ├── index-[hash].css │ └── ... ├── placeholder.svg └── robots.txt
Step 4: Configure DNS for core.aethex.biz
Option A: Use Hostinger DNS (Recommended)
Option B: Update at Domain Registrar
Step 5: Configure SPA Routing
Step 6: Test Your Deployment
Step 7: Optional - API Functions
Option A: Remove Server Functions (Simplest)
Option B: Use Hostinger Node.js Hosting
Benefits of Hostinger vs Netlify:
Potential Issues & Solutions:
Rollback Plan:
Last updated
