βββββββββββββββββββ βββββββ βββ βββ
ββββββββββββββββββββββββββββββββββββ
ββββββ βββββ ββββββ βββ ββββββ
ββββββ βββββ ββββββ βββ ββββββ
ββββββββββββββββββββββββββββββββ βββ
βββββββββββββββββββ βββββββ βββ βββ
Your personalized bio page | Real-time analytics | Climb the leaderboard
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β CORE β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β > Bio Links .............. Linktree-style customizable link pages β
β > Profile Comments ....... Comment system with likes & moderation β
β > Internationalization ... Full i18n support (English & German) β
β > Premium Tiers .......... Free, Pro, Creator & Lifetime subscriptions β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β ANALYTICS β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β > Link Analytics ......... Per-link tracking with device & geo data β
β > Click Heatmaps ......... Visual representation of user engagement β
β > Link Scheduling ........ Schedule links with start/end dates β
β > Real-time Stats ........ Live view counts and click tracking β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β CUSTOMIZATION β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β > 31 Themes .............. Modern themes across 8 categories β
β > Theme Builder .......... Create custom themes with live preview β
β > Animated Backgrounds ... Gradient, particle & wave effects β
β > Custom Avatars ......... Upload or use Gravatar integration β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β INTEGRATIONS β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β > Spotify ................ Display currently playing music β
β > Discord ................ OAuth login & profile linking β
β > Twitch ................. Stream status & follower count β
β > GitHub ................. Repository showcase β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β SECURITY β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β > Passkey/WebAuthn ....... Passwordless biometric authentication β
β > OTP Login .............. Email-based one-time password login β
β > Two-Factor Auth ........ TOTP-based 2FA with recovery codes β
β > Cloudflare Turnstile ... Bot protection on auth pages β
β > CSRF Protection ........ Token-based request validation β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β SUPPORT β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β > Ticket System ......... Live support tickets with 5 categories β
β > Admin Panel .......... Complete ticket management for staff β
β > Email Notifications ... Confirmation emails on ticket creation β
β > Guest Support ........ Non-registered users can submit tickets β
β > Priority Levels ...... Low, Normal, High, Urgent ticket priorities β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
βββββββββββββββββ¦βββββββββββββ¦ββββββββββββββββββββββββββββββββββββββββββββββββββ
β TIER β PRICE β HIGHLIGHTS β
β ββββββββββββββββ¬βββββββββββββ¬ββββββββββββββββββββββββββββββββββββββββββββββββββ£
β Eziox Core β Free β Unlimited links, all themes, full analytics β
β Pro β β¬2.99/mo β Custom CSS, fonts, remove branding, backups β
β Creator β β¬5.99/mo β Custom domain, password links, priority support β
β Lifetime β β¬29 once β All Creator features forever, exclusive badge β
βββββββββββββββββ©βββββββββββββ©ββββββββββββββββββββββββββββββββββββββββββββββββββ
FRONTEND
βββ React 19 ................. UI Framework
βββ TypeScript 5.9 ........... Type Safety
βββ TanStack Start ........... SSR Framework
βββ TanStack Router .......... File-based Routing
βββ TanStack Query ........... Data Fetching
βββ Tailwind CSS 4 ........... Styling
βββ shadcn/ui ................ Component Library
βββ Motion ................... Animations
BACKEND
βββ Neon PostgreSQL .......... Database
βββ Drizzle ORM .............. Database Toolkit
βββ Bun Runtime .............. JavaScript Runtime
βββ bcrypt ................... Password Hashing
DEPLOYMENT
βββ Vercel Edge .............. Hosting & CDN
βββ GitHub Actions ........... CI/CD Pipeline
# Clone the repository
git clone https://github.com/Eziox-Development/eziox-web.git
cd eziox-web
# Install dependencies
bun install
# Configure environment
cp .env.example .env
# Edit .env with your credentials
# Push database schema
bun run db:push
# Start development server
bun run dev# Required
DATABASE_URL=postgresql://...@ep-xxx.neon.tech/neondb?sslmode=require
AUTH_SECRET=your-super-secret-key
APP_URL=https://your-domain.com
# Cloudflare Turnstile
TURNSTILE_SECRET_KEY=0x...
VITE_TURNSTILE_SITE_KEY=0x...
# Stripe Payments
STRIPE_SECRET_KEY=sk_live_...
STRIPE_WEBHOOK_SECRET=whsec_...
# OAuth Integrations
DISCORD_CLIENT_ID=...
DISCORD_CLIENT_SECRET=...
SPOTIFY_CLIENT_ID=...
SPOTIFY_CLIENT_SECRET=...Get your
DATABASE_URLfrom console.neon.tech Get Stripe keys from dashboard.stripe.com
bun run dev # Start development server
bun run build # Production build
bun run lint # Lint code
bun run format # Format code
bun run db:push # Push database schema
bun run db:studio # Open Drizzle Studiosrc/
βββ components/ # React components
β βββ auth/ # Authentication components
β βββ bio/ # Bio page components
β βββ layout/ # Layout & navigation
β βββ profile/ # Profile dashboard
β βββ ui/ # shadcn/ui components
βββ hooks/ # Custom React hooks
βββ lib/ # Utilities & config
βββ locales/ # i18n translations (en, de)
βββ routes/ # TanStack Router routes
β βββ _auth/ # Auth routes (sign-in, sign-up)
β βββ _protected/ # Protected routes (profile, admin)
β βββ _public/ # Public routes (home, pricing)
β βββ $username.tsx # Dynamic bio page route
βββ server/ # Server-side code
βββ db/ # Database schema & migrations
βββ functions/ # Server functions (RPC)
βββ lib/ # Auth, email, security utilities
Deployed automatically via Vercel on push to main.
See DEPLOYMENT.md for detailed instructions.
Contributions are welcome! You can contribute by:
- Reporting Issues - Found a bug? Create an issue
- Suggesting Features - Have an idea? Open a feature request
- Code Contributions - Submit Pull Requests to fix bugs or improve features
Note: This is a Source Available project. You can view and contribute to the code, but redistribution and commercial use require permission.
This project is licensed under the PolyForm Noncommercial License 1.0.0 - see the LICENSE file for details.
PERMITTED PROHIBITED
βββββββββββββββββββββββββββββββββ βββββββββββββββββββββββββββββββββ
[+] View and study source code [-] Commercial use without license
[+] Personal, non-commercial use [-] Sell or monetize the software
[+] Contribute via Issues & PRs [-] Offer as a hosted service
[+] Educational purposes [-] Remove copyright notices
For commercial licensing, contact: business@eziox.link
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β β
β EZIOX DEVELOPMENT β
β β
β Built for Creators, by Creators β
β β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ