Team: Waystar RoyCo
Theme: Open Innovation
|
|
Where contributors own their data โข Companies get quality datasets โข Everyone wins
๐ Architecture โข ๐ Scalability โข ๐ฐ Finance โข ๐ Research โข ๐ฎ Round 2 Updates
The AI industry has a dirty secret: most training data is acquired without consent, compensation, or transparency.
|
|
We're building the infrastructure to make ethical AI development the new standard
|
OWN YOUR DATA
|
LICENSE WITH CONFIDENCE
|
ETHICAL AI FUTURE
|
| Feature | Description | Benefit |
|---|---|---|
| ๐ Explicit Consent | Granular permissions with one-click revocation | You stay in control |
| ๐ Full Traceability | Immutable audit logs for every transaction | Complete transparency |
| ๐ฐ Fair Compensation | Automatic payouts based on actual usage | Get paid what you deserve |
| ๐ค AI Quality Engine | Validates data integrity, assigns quality scores | Higher value datasets |
| ๐ช Transparent Marketplace | Browse verified datasets with clear pricing | No hidden terms |
| ๐ Real-time Analytics | Track your data's impact and earnings | Stay informed |
๐ฅ Contributor Journey (Click to expand)
- ๐ Sign Up โ Create account and verify email
- ๐ค Upload Data โ Submit with customizable consent preferences
- โ Get Validated โ AI engine analyzes and assigns quality score (0-100)
- ๐ Track Usage โ See which companies licensed your data in real-time
- ๐ฐ Earn Rewards โ Receive automatic payouts when your data is used
Result: You control your data, earn fair compensation, and maintain full transparency.
๐ข Company Journey (Click to expand)
- ๐ Browse Marketplace โ Discover verified, consented datasets
- ๐ Review Metrics โ Check quality scores, sample data, contributor count
- ๐ณ Purchase License โ Transparent pricing, instant access via secure API
- โ Use Ethically โ Full audit trail of every data access
- ๐ Stay Compliant โ Automatic GDPR/AI Act compliance documentation
Result: Legal certainty, quality data, and ethical AI development.
๐น Demo Flow: Upload Data โ AI Validation โ Quality Score โ Marketplace โ License โ Payout
1. CONTRIBUTE โ Upload data with consent preferences
2. VALIDATE โ AI engine assigns quality score
3. POOL โ Data added to verified marketplace
4. LICENSE โ Companies purchase with transparent terms
5. TRACK โ Every use logged immutably
6. DISTRIBUTE โ Revenue shared fairly
7. EARN โ Contributors receive automatic payouts
๐ For deep technical dive: TECHNICAL.md contains full architecture, database schema, and sequence diagrams
| Layer | Technology | Why We Chose It |
|---|---|---|
| Frontend | Next.js 16.1 (App Router) | Server-side rendering, React Server Components, optimal performance |
| Language | TypeScript 5.0 | Type safety, better developer experience, fewer bugs |
| Styling | Tailwind CSS v4 | Utility-first, responsive design, small bundle size |
| Animations | Framer Motion | Smooth, professional UI interactions |
| Backend | Supabase (PostgreSQL) | Real-time, scalable, built-in auth, RLS security |
| Authentication | Supabase Auth | Secure, battle-tested, multiple providers |
| Deployment | Vercel + Supabase Cloud | Edge network, auto-scaling, zero config |
DataUnion/
โโโ ๐ README.md โ You are here!
โโโ ๐ TECHNICAL.md โ Architecture & diagrams
โโโ ๐ RESEARCH.md โ Market analysis & regulations
โโโ ๐ Round2 Updates.md โ Round 2 improvements
โ
โโโ app/ โ Next.js App Router
โ โโโ page.tsx โ Landing page
โ โโโ contributor/ โ Contributor dashboard
โ โโโ company/ โ Company marketplace
โ โโโ walkthrough/ โ Interactive transparency demo
โ
โโโ components/
โ โโโ ui/ โ Reusable UI components
โ โโโ dashboard/ โ Dashboard widgets
โ โโโ walkthrough/ โ Tutorial components
โ
โโโ lib/
โ โโโ supabase/ โ Database client & utilities
โ โโโ utils.ts โ Helper functions
โ
โโโ supabase/
โ โโโ schema.sql โ Database schema (7 tables)
โ โโโ seed.sql โ Demo data
โ
โโโ docs/
โโโ diagrams/ โ Architecture visualizations
โโโ system-architecture.jpg
โโโ data-lifecycle.jpg
โโโ database-schema.jpg
โโโ sequence-diagram.jpg
โ
Node.js 18 or higher
โ
npm or yarn
โ
Supabase account (free tier works!)# 1๏ธโฃ Clone the repository
git clone https://github.com/theDakshJaitly/DataUnion.git
cd DataUnion
# 2๏ธโฃ Install dependencies
npm install
# 3๏ธโฃ Set up environment variables
cp env.example .env.local
# Edit .env.local and add:
# NEXT_PUBLIC_SUPABASE_URL=your_supabase_url
# NEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_key
# 4๏ธโฃ Initialize database
# - Open Supabase SQL Editor
# - Run supabase/schema.sql
# - (Optional) Run supabase/seed.sql for demo data
# 5๏ธโฃ Start the app
npm run dev
# โ
Open http://localhost:3000| Document | What's Inside |
|---|---|
| ๐ TECHNICAL.md | System architecture โข 4 detailed diagrams โข Database schema โข Scalability & security |
| ๐ SCALABILITY.md | 4-phase scaling strategy โข Failure handling โข Circuit breakers โข 99.5% uptime target |
| ๐ฐ FINANCE.md | 90/10 revenue split โข Market analysis ($17B by 2032) โข Business model โข PESTLE analysis |
| ๐ RESEARCH.md | Problem analysis โข Regulatory landscape (GDPR, EU AI Act) โข Market statistics โข Case studies |
| ๐ฎ Round2 Updates.md | Round 2 features โข Technical improvements โข Scaling strategy โข Timeline |
DataUnion fixes this by providing:
- โ Legal Certainty for AI companies (no more lawsuit risk)
- โ Fair Compensation for data contributors (share in the value you create)
- โ Transparency in the AI supply chain (know where data comes from)
- โ Trust through verifiable consent and immutable audit trails
๐ก Market Opportunity: The ethical AI data market is projected to reach $15B by 2030
๐ Current Crisis: $67.4B lost annually from poor-quality AI data (hallucinations)
โ๏ธ Legal Risk: $1.75B+ already paid in settlements (Anthropic $1.5B + Google โฌ250M)
Source: Analysis in RESEARCH.md
| Team Member | Role | Contribution |
|---|---|---|
| Yashasvi Pandey | ๐ป Full-Stack Developer, Team Lead | UI โข Main README โข Transaction Sequence |
| Daksh Jaitly | ๐ป Full-Stack Developer, Designer | System Architecture โข Database design โข Scalability โข Technical documentation |
| Arjun Sharma | ๐ Research Analyst, Designer | Market research โข Client-side AI Engine โข Financial Model |
| Shivansh Sharma | Frontend Developer, ๐ Research Analyst | Authentication โข Round2 Updates โข Designing |
Collaborative Development: All code reviews, architectural decisions, and documentation done as a team
|
Zero-Server Inference Architecture
Quality Scoring Formula:
๐ See TECHNICAL.md for architecture details |
90/10 Revenue Split
Market Opportunity:
๐ฐ See FINANCE.md for full economic analysis |
|
Mission-Critical Resilience AI Engine Failure: Database Outage: Transaction Failures: Monitoring: ๐ See SCALABILITY AND FAILURE HANDLING.md for contingency plans |
Growth Roadmap: Phase 1 (0-100 users): Phase 2 (100-1K users): Phase 3 (1K-10K users): Phase 4 (10K+ users): Target: 99.5% uptime, <2s transaction latency ๐ See SCALABILITY AND FAILURE HANDLING.md for phase details |
Built for Hack the Winter - The Second Wave (Angry Bird Edition)
Graphic Era Hill University, Bhimtal
Powered by Next.js โข Supabase โข Tailwind CSS โข The Open Source Community
Quick Links for Judges:
| Technical | Business | Planning |
|---|---|---|
| Architecture | Finance Model | Round 2 Updates |
| Scalability | Market Research | Live Demo |
โญ Star on GitHub โข ๐ View Architecture โข ๐ฐ View Finance โข ๐ View Scalability โข ๐ Read Research
Building an Ethical AI Future, One Dataset at a Time โค๏ธ



