Reely turns any web source into text summaries and engaging video reels - from indie blogs to social media feeds - create your customised content feeds in one beautiful, swipeable interface.
In today's world, we're drowning in fragmented, polarized, and language-siloed information. Breakthrough AI developments in Chinese media, alternative perspectives outside dominant narratives, and niche expert insights - all get lost in translation.
Existing platforms like Flipboard or Ground News only work with predefined sources or RSS feeds. The result? You get the same mainstream content everyone else does.
Reely gives you truly customizable content feeds with:
- π Any Source, Any Language - From a founder's blog to a local news site, or even someone's X feed
- π€ AI-Powered Extraction - No RSS feed? No problem. Our agents crawl, extract, and understand any website
- π₯ Engaging Formats - Get AI-generated video summaries powered by SORA or swipeable text summaries
- π Cross-Language Intelligence - Track content in languages you don't even speak
- π Real-World Applications - Monitor SEC filings, follow thought leaders, or aggregate niche industry news
- π§ Pydantic AI - Multi-agent orchestration
- β‘ Gemini 2.5 Flash - Fast, multilingual summarization
- π Browser-Use - Real web interaction and dynamic content extraction
- π¬ OpenAI SORA - AI-powered video generation
- π€ ElevenLabs - Text-to-speech for video voiceovers
- βοΈ FastAPI - High-performance API backend
- βοΈ Next.js 15 - React framework with App Router
- ποΈ Supabase - Authentication, database (PostgreSQL + Drizzle ORM) & storage for videos
- π¨ Tailwind CSS + Radix UI - Modern, accessible UI components
- π TanStack Query - Powerful data fetching and caching
Add any website URL - our AI agents handle the rest. No API endpoints or RSS feeds required.
Using browser automation and large language models, we crawl and extract articles even from JavaScript-heavy sites and complex layouts.
- Video Reels: SORA-generated videos with ElevenLabs voiceovers
- Text Summaries: Swipeable, structured summaries with source links
- Mobile-First: TikTok/Instagram Reels-style interface
Track content in any language - summaries are generated in your preferred language.
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β Frontend (Next.js) β
β β’ User authentication (Supabase Auth) β
β β’ Source management UI β
β β’ Video feed with infinite scroll β
βββββββββββββββββββββ¬ββββββββββββββββββββββββββββββββββββββ
β
β REST API
β
βββββββββββββββββββββΌββββββββββββββββββββββββββββββββββββββ
β Backend (FastAPI) β
β β’ /latest - Extract & summarize latest articles β
β β’ /summarize - Summarize specific URL β
β β’ /sora - Generate video from summaries β
βββββββββββββββββββββ¬ββββββββββββββββββββββββββββββββββββββ
β
βββββββββββββ΄βββββββββββ¬βββββββββββββ
β β β
βββββββββΌβββββββ βββββββββββββΌββββββ ββββΌβββββββββββ
β Browser-Use β β Gemini Flash β β SORA β
β Agent β β Summarization β β Video β
β β β β β Generation β
ββββββββββββββββ βββββββββββββββββββ βββββββββββββββ
- Node.js 20+
- Python 3.12+
- pnpm (frontend package manager)
- uv (Python package manager)
cd backend
# Install dependencies
uv sync
# Set up environment variables
cp .env.example .env
# Add your API keys:
# - GOOGLE_API_KEY (Gemini)
# - ANTHROPIC_API_KEY (Claude)
# - OPENAI_API_KEY (SORA)
# - ELEVENLABS_API_KEY
# Run the server
uv run python server.pyThe backend will start at http://localhost:8000
cd frontend
# Install dependencies
pnpm install
# Set up environment variables
cp .env.example .env.local
# Add your Supabase credentials
# Run database migrations
pnpm db:push
# Start development server
pnpm devThe frontend will start at http://localhost:3000
We've successfully tested Reely with diverse sources:
- π§ AI Research: DeepLearning.AI, Andrej Karpathy's blog
- π Tech News: Hacker News, TechCrunch
- π International: CNBC World, 36Kr (China), CSDN (Chinese dev community)
- π€ Personal Blogs: Sam Altman, Chip Huyen
- π¦ Social Media: X/Twitter profiles
GET http://localhost:8000/latest?url=https://blog.samaltman.comReturns summaries + generates video reels automatically.
GET http://localhost:8000/summarize?url=https://example.com/articleReturns text summary only.
Built with π by:
- Alex Chien - GitHub | LinkedIn
- Wong Zhao Wu (Bryan) - GitHub | LinkedIn
- Muhammad Faqih Akmal - GitHub | LinkedIn
"In a world where AI breakthroughs and geopolitical shifts happen daily, speed and access are the new moats."
Reely bridges the digital divide by making global information truly accessible, customizable, and fast - whether you're tracking SEC filings for investment decisions, following your favorite blogger, or staying updated on news in languages you don't speak.
We're not just curating content - we're democratizing access to information.
Made with β€οΈ at Cursor Hackathon Singapore 2025