English | 中文
Extract structured resources from podcast show notes.
Input a podcast link or text, automatically extract:
- 📚 Books (with author & description)
- 🎵 Music (with artist info)
- 🎬 Videos (with Bilibili/YouTube links)
- 👤 People (with Wikipedia/Baidu links)
- 🔗 Links
- 🎙️ Xiaoyuzhou podcast links
- 🍎 Apple Podcasts links
- 📝 Direct text input
- AI-Powered Extraction — Uses Alibaba Qwen for intelligent parsing
- Multi-Platform Links — Direct search links to Douban, NetEase, Spotify, Bilibili, YouTube, Google, Baidu
- Personal Collection — Save extractions locally with undo support
- Search & Filter — Find saved items by podcast, book, or person name
- Export — Download as Markdown or copy for Notion
- Bilingual — English & Chinese (中文)
- Local-First — All data stored in browser localStorage
- Next.js 15 (App Router)
- Alibaba Cloud Qwen API
- Tailwind CSS v4
npm install
npm run devVisit http://localhost:3000
- Get API Key: https://dashscope.console.aliyun.com/
- Create
.env.local:
DASHSCOPE_API_KEY=your_key
- Restart the server
Recommended: Vercel
- Push code to GitHub
- Import project in Vercel
- Add environment variable
DASHSCOPE_API_KEY - Deploy
- You need your own Qwen/other AI API Key
- API calls are billed by token usage
MIT

