🛠️ Tools Research
Curated AI tools, frameworks, and developer resources
Claude Code
AI AssistantAgentic coding environment by Anthropic
Our primary AI coding environment. Runs agents, edits files, executes tests.
Cursor
AI AssistantAI-first code editor built on VS Code
Great for quick edits. Tabs autocomplete is impressive.
Firecrawl
Data & ScrapingTurn websites into LLM-ready markdown
Used for web research. Converts pages to clean markdown for AI processing.
Supabase
DatabaseOpen-source Firebase alternative with PostgreSQL
Our central database. Stores all agent outputs, news, videos, stack comparisons.
n8n
AutomationOpen-source workflow automation with AI nodes
Powerful for connecting APIs and automating pipelines. Self-hostable.
LangChain
AI FrameworkFramework for building LLM-powered applications
Powerful but complex. Good for RAG pipelines. We prefer direct API calls for simplicity.