ClipTips is a knowledge marketplace where you book a verified expert by the minute, ask your question live on video, and have the entire session dubbed and subtitled into your language in real time. The person who can answer your question exists somewhere. They just don’t speak your language.
Paid per minute. No subscriptions. No hidden fees. 85% of every session goes to the Expert.
// Landing. The 3D Knowledge Nexus renders live in the background.
Asker. Signs up, tops up CLIP tokens (1000 CLIP = $10 USD flat), browses verified Experts by domain, books a session. During the call they see subtitles in their language. After the session they can choose to publish the recording into the Knowledge Repository for other askers to learn from.
Expert. Submits credentials for review (degrees, certifications, licences), passes Stripe Identity verification, connects a bank account via Stripe Connect, sets their own per-minute CLIP rate. Takes sessions live, gets paid into their wallet, cashes out on demand. Has a choice between Pro tier (real money payouts) or Scholar tier (Teaching Credits that stay on-platform, for academics who can’t cash out).
Platform. Takes 15%. Handles escrow, verification, dispute resolution, translation pipeline, and Stripe Connect orchestration.
Every Expert has a public profile with their rate, domain, spoken languages, session count, average rating, verified credentials, and a markdown bio they control. Search by skill, filter by availability, sort by trust signals. The “Gold Verified” badge marks Experts who have passed a deeper background and credential check on top of standard identity verification.
// Browse Experts. Per-minute rate visible. Verification tier on every card.
This is the hardest part of the product and the reason the platform exists at all. ClipTips runs two parallel translation layers during every session:
Voice layer. The Expert’s voice is cloned and re-synthesised into the asker’s target language. Not a robotic read. The Expert’s own vocal character, speaking the asker’s language, with a short buffer delay for accuracy.
Text layer. Spoken dialogue is transcribed and machine-translated into the same 100+ languages as subtitles. Both sides see the subtitles live. Post-session, the full translated recording is generated automatically and attached to the session record.
The pipeline is orchestrated through Sieve and HeyGen, with fallback paths when a language pair or voice model isn’t supported. Async processing gets fired off mid-session so the post-session recording lands within minutes of the call ending, not hours.
// Voice + text layers. Runs in parallel during every session.
One CLIP equals one cent USD. Askers buy packages (Starter 1000 CLIP, Standard 5000 CLIP with -10%, Pro 10000 CLIP with -20%). The rate is flat: 1000 CLIP = $10 USD, never expires. Currency detection shows a local-currency approximation under the price for non-US askers.
Experts set their per-minute rate in CLIP. During a session, CLIP is deducted from the asker’s wallet each minute and held in escrow. If the session completes cleanly, 85% unlocks to the Expert’s wallet. If a dispute is opened, the platform mediates before releasing.
Cashout uses Stripe Connect Express. Experts get paid into their bank account, usually within two business days. Pro Experts can cash out to real money. Scholar Experts keep their earnings as Teaching Credits that can be spent on-platform or donated to academic askers.
Every user goes through Stripe Identity before they can post questions or take sessions. One passport, one account. Prevents the bot-army and the sock-puppet-review problem that every early marketplace hits.
Experts submit their actual degrees, professional licences, and certifications. Admin reviews each one. The resulting credential badge is permanently attached to their profile and cannot be edited without re-review. No metrics-as-credentials (follower counts, self-reported experience). A chef with a Michelin star has that star listed. A lawyer with bar admission in Queensland has that admission listed.
Optional deeper check for Experts who want to signal premium trust. One-time payment triggers a full background + credential audit by the admin team. On approval, the “Gold Verified” badge lands on the public profile. Rejection refunds minus processing fees. Status is kept truthful even if a previously-approved Expert re-applies: an existing badge isn’t revoked by a newer declined application.
The 3D starmap on the landing page isn’t decoration. It’s a live map of every knowledge domain on the platform, rendered as orbiting spheres with size proportional to session activity. Click a domain to filter experts. Hover to see trending topics. Categories get added by Experts submitting new specialities, gated through an admin review queue so the taxonomy stays clean.
// The Knowledge Nexus. 655 domains mapped. Every sphere is a speciality with live expert counts.
After a session, the asker can choose to publish the full translated recording into the Knowledge Repository. Future askers searching the same question find the recording before they book a new session. The original Expert earns a passing bounty every time someone views the published answer. Translation runs automatically so a recording asked in English becomes a searchable Korean answer for a Korean viewer.
ClipTips is Next.js 15 App Router, TypeScript throughout. Supabase for Postgres + realtime + storage + auth (layered under Clerk for the actual identity and session management). Stripe for top-ups, Stripe Connect Express for Expert payouts, Stripe Identity for verification. HeyGen and Sieve power the translation layer. Daily.co handles the live video rooms. Playwright for testing, PostHog for analytics, Resend for transactional email, Vercel for hosting and cron.
The whole application is thin route-wrappers over a Postgres schema with strict Row Level Security. Webhooks are idempotent at the DB level via unique constraints on Stripe payment intent IDs, so retries never double-credit a wallet. The admin tools, Expert dashboard, and the asker-facing product all share one codebase and deploy as a single Vercel project.
The platform is deployed, verified end-to-end, and currently in pre-launch testing with a small invite cohort. Public launch is queued behind the first round of real-user sessions closing cleanly.
Open the platform. Free to sign up, CLIP tokens on top-up.
→ cliptips-mvp.vercel.appInterested in becoming an early Expert or partnering on the launch?
Get in touch →