Claude Code

AI Assistant

Agentic coding environment by Anthropic

Our primary AI coding environment. Runs agents, edits files, executes tests.

#coding #agentic #anthropic

Cursor

AI Assistant

AI-first code editor built on VS Code

Great for quick edits. Tabs autocomplete is impressive.

#coding #editor #vscode

Firecrawl

Data & Scraping

Turn websites into LLM-ready markdown

Used for web research. Converts pages to clean markdown for AI processing.

#scraping #markdown #llm

Supabase

Database

Open-source Firebase alternative with PostgreSQL

Our central database. Stores all agent outputs, news, videos, stack comparisons.

#database #postgresql #realtime

n8n

Automation

Open-source workflow automation with AI nodes

Powerful for connecting APIs and automating pipelines. Self-hostable.

#automation #workflow #open-source

LangChain

AI Framework

Framework for building LLM-powered applications

Powerful but complex. Good for RAG pipelines. We prefer direct API calls for simplicity.

#llm #framework #python

Test Tool

Testing

Add a Tool