One link. Multiple lives.
OneLink is a unified link-in-bio platform that combines routing and file sharing into a single branded profile. Route by intent, not by link.
- Landing Page: onlnk.io
- Web App: app.onlnk.io
This is a monorepo containing two main applications:
Marketing website showcasing OneLink's features, pricing, and value proposition.
- Live: onlnk.io
- Tech: React 19, Vite, Tailwind CSS, i18next
- See: apps/landing/README.md for details
The core OneLink application with profiles, routes, drops, and dashboard.
- Live: app.onlnk.io
- Tech: React 19, Vite, Supabase, Stripe, Tailwind CSS
- See: apps/web/README.md for details
- Node.js 18+
- pnpm
- Supabase account (for web app)
- Vercel account (for deployment)
# Install dependencies
pnpm install
# Start landing page dev server
cd apps/landing && pnpm dev
# Start web app dev server (in another terminal)
cd apps/web && pnpm dev- Frontend: React 19, Vite, TypeScript, Tailwind CSS
- Backend: Supabase (Auth, Postgres, Storage)
- Billing: Stripe (Checkout + Portal)
- Hosting: Vercel
- Analytics: PostHog
- Monitoring: Sentry
- Testing: Vitest, Playwright
- Routes (OneMeet): Intent-first buttons linking to schedulers, documentation, portfolios
- Drops (DropRequest): Public file inboxes with optional metadata collection
- Custom Domains: Professional branding with custom domains
- Analytics: Click tracking and submission analytics
- Multi-language: 10+ languages supported
- Product Vision: docs/GOLDEN_CIRCLE.md
- Landing Page: apps/landing/README.md
- Web App: apps/web/README.md
- Issues & Progress: docs/issues/ISSUE.md
```bash
pnpm test
pnpm e2e:ci
cd apps/landing && pnpm test cd apps/web && pnpm test
## 🚢 Deployment
Both applications are deployed on Vercel:
- **Landing**: `onlnk.io` (Root: `apps/landing`)
- **Web App**: `app.onlnk.io` (Root: `apps/web`)
See individual README files for deployment details.
## 📄 License
Private - All rights reserved
## 🔗 Links
- **Website**: [onlnk.io](https://onlnk.io)
- **App**: [app.onlnk.io](https://app.onlnk.io)
- **GitHub**: [igorms-pro/onelink](https://github.com/igorms-pro/onelink)
---
Built with ❤️ by the OneLink team