Build your AI stack
Tools, MCP servers, and skills that work together — from editor to production.
AI Coding Tools
View all →NotebookLM
NotebookLM ingests PDFs, docs, and slides you provide, answers with inline references, and can turn dense material into spoken audio overviews—aimed at students, researchers, and analysts who need traceability more than generic chat.
Bolt
Bolt targets rapid UI shells, marketing sites, and mobile prototypes with hosting and GitHub sync—use it when speed matters more than bespoke backend complexity.
Gemini
Gemini pairs conversational answers with strong Google Workspace and Search adjacency—useful when your prompts mix text, images, and quick research across languages.
GitHub Copilot
Copilot meets developers where PRs and issues already live—inline suggestions, workspace-aware chat, and agent flows that can touch multiple files inside VS Code or JetBrains.
Replit Agent
Describe a product, iterate in the design canvas, and let Replit Agent scaffold code, dependencies, and deploys—popular with students and indie hackers validating ideas in hours.
ChatGPT
ChatGPT spans everyday Q&A, long-form writing, code explanation, and image or file inputs—plus GPTs and connectors when you need repeatable workflows instead of one-off chats.
Claude
Claude shines when you need to load large PDFs, compare versions, or iterate on nuanced prose—team features and projects help keep institutional knowledge in one thread.
DeepSeek
DeepSeek is a go-to when you want chain-of-thought style answers, math-heavy prompts, or repository-scale coding help without burning premium credits.
MCP Servers
More →Resend MCP
将 Resend 邮件 API 接入 MCP 兼容的 AI 助手,让 AI 助手可以发送邮件、管理联系人、创建和更新邮件模板、查看邮件投递状态,并在工作流中集成触发式邮件通知。
Neon MCP
Connects AI assistants to Neon's serverless Postgres — branches for each query, full schema inspection, and safe query preview before execution. Ideal for development workflows that need ephemeral database instances without provisioning overhead.
Puppeteer MCP
Controls a headless Chrome browser via the MCP protocol — AI assistants can navigate pages, extract content, fill forms, take screenshots, and run JavaScript in a real browser environment. Useful for web scraping, automated testing, and scraping-heavy workflows.
Airtable MCP
Connects your Airtable base schema, tables, views, and records to any MCP-compatible AI assistant — letting AI read and write structured records, trigger automations, and reason across your Airtable data.
Supabase MCP
Connects MCP clients to Supabase projects for schema inspection, real-time database events, auth management, and Edge Functions invocation so agents can reason about backend state alongside application code.
Cloudflare MCP
Bridges MCP clients to Cloudflare Workers, KV, R2 storage, and D1 databases for agents that need to inspect edge deployment state, manage workers, or check storage buckets without leaving the editor.
Claude Code Skills
More →Receiving code review
如何正确接受代码审查 — 评估反馈优先级、区分建议与必须修改、处理审查意见分歧、确保修改后顺利合并的完整流程。
Canary rollouts
A step-by-step checklist for safely releasing features to a small percentage of users before full rollout — covers traffic splitting, metrics monitoring, rollback triggers, and automatic promotion thresholds.
Production debugging
A structured approach to diagnosing live production incidents without causing further damage — covers log triage, metric spike correlation, deploy window filtering, and safe reproduction steps.
Safe dependency upgrades
A structured checklist for upgrading npm/pip/Cargo dependencies without breaking production — covers changelog analysis, semver risk assessment, lockfile handling, and smoke testing.
RAG pipeline construction
Builds retrieval-augmented generation pipelines: embedding chunking strategies, vector store selection, hybrid search blending, and re-ranking so agents answer from your documents rather than hallucinating generic responses.
AI cost optimization
Reduces AI spending through model selection, context window minimization, batch processing, and caching strategies while maintaining output quality — balances performance per token against actual business outcomes.