Professional data collection, enrichment, and analytics platform for 8,000+ Kickstarter creators
π Live Demo β’ Features β’ Quick Start β’ Tech Stack β’ Configuration β’ License
Languages: π§π· PortuguΓͺs β’ πͺπΈ EspaΓ±ol
Try it now: https://kickstarter.yuia.dev
- Overview
- About the Developer
- Key Features
- What You Get
- Technology Stack
- Quick Start
- Configuration
- License
- Disclaimer
The Kickstarter Creator Intelligence Platform is a professional system that automatically collects, enriches, and analyzes data from 8,000+ upcoming Kickstarter campaigns. It provides actionable intelligence for partnership opportunities, market research, and outreach campaigns.
Key capabilities:
- Automated data collection from Kickstarter
- AI-powered contact extraction (emails and forms)
- Social media profile extraction (10+ platforms)
- Advanced filtering and search
- Professional Excel exports
- Modern web interface with Next.js
- Automated workflows with GitHub Actions
Developed by Rafael Vieira (TechBeme)
Full-Stack Developer & AI Automation Specialist
Specialized in web scraping, automation systems, modern web applications, and AI integrations.
- π Web Scraping & Data Extraction
- β‘ Process Automation & Workflows
- π» Full-Stack Development (Next.js, React, Python, TypeScript)
- π€ AI Integrations (OpenAI, Anthropic, RAG systems)
- π Database Design & Optimization
- π¨ Modern UI/UX Development
πΊπΈ English β’ π§π· PortuguΓͺs β’ πͺπΈ EspaΓ±ol
Email: contact@techbe.me
- 8,000+ Projects: All upcoming Kickstarter campaigns
- Creator Profiles: Bio, location, statistics, projects history
- Social Media: Instagram, Twitter, LinkedIn, TikTok, YouTube, Discord, Patreon, Bluesky, Twitch, Facebook
- Automated Updates: GitHub Actions runs hourly
- Intelligent email and contact form discovery using Firecrawl
- Multi-account API key rotation
- Parallel processing (100+ concurrent workers)
- Domain blocklist for failed sites
- Advanced search and filtering
- Creator and project dashboards
- Outreach management (status tracking, notes, tags)
- Excel export functionality
- Responsive design with dark mode
- One row per creator with all projects
- 22 columns: creator info, projects, location, categories, 10+ social media URLs
- ~8,000 creators with complete data
- Professional formatting
creators: Profiles, avatars, websites, social mediaprojects: Details, funding data, categories, deadlinescreator_outreach: Status tracking, contact info, notes, tagsfirecrawl_accounts: API key managementfirecrawl_blocked_domains: Shared blocklistpipeline_state: Tracks last extraction run
- Next.js 16 with TypeScript
- Server Components for performance
- Tailwind CSS + shadcn/ui
- Supabase integration
- Runs every hour automatically
- No server required
- Artifacts saved for 24 hours
| Technology | Purpose |
|---|---|
| Production database | |
| Backend-as-a-Service | |
| GitHub Actions | Automated workflows |
| Vercel | Frontend hosting |
- Fork this repository
- Enable Actions in your fork
- Add GitHub Secrets:
SUPABASE_URLandSUPABASE_KEY - Wait for automatic run or trigger manually
- Download results from Actions tab
Change schedule: Edit .github/workflows/scheduled-scraper.yml cron expression
# Clone and install
git clone https://github.com/TechBeme/kickstarter-scraper.git
cd kickstarter-scraper
pip install -r requirements.txt
# Excel only (no database)
python run.py --skip-supabase --skip-contacts
# Full pipeline (requires Supabase setup)
python run.py# Install dependencies
cd website
npm install
# Configure .env.local with Supabase credentials
# SUPABASE_URL=...
# SUPABASE_SERVICE_ROLE_KEY=...
# Run
npm run devCreate .env in project root:
SUPABASE_URL=https://your-project-id.supabase.co
SUPABASE_KEY=your-service-role-key# Full pipeline
python run.py
# Excel only
python run.py --skip-supabase --skip-contacts
# Filter by date (last 90 days)
python run.py --days-filter 90
# Contact extraction only
python run.py --contacts-only
# Limit for testing
python run.py --enrich-limit 100
# View all options
python run.py --helpProprietary License - All Rights Reserved
Copyright Β© 2026 Rafael Vieira (TechBeme)
- No commercial use
- No modifications or derivative works
- No distribution or sublicensing
- No reverse engineering
- View source code for educational purposes
- Run for personal, non-commercial use
- Fork for personal study only
For commercial use, contact: contact@techbe.me
This project is independent and NOT affiliated with Kickstarter. It's a third-party tool for educational, research, and business intelligence purposes.
- Respects Kickstarter's Terms of Service
- Built-in rate limiting
- Collects only publicly available data
- Users responsible for compliance with applicable laws
Built with Next.js, Supabase, Tailwind CSS, shadcn/ui, Firecrawl, and other amazing open-source technologies.
Developed by Rafael Vieira