Assemble your
AI system.
Describe what you want to build. Meridian resolves the full agent + infrastructure skeleton and generates a deployable project — ready to open in Claude Code.
⌘↵
Examples
Monitor GitHub PRs and post a Slack digest every morning
Scrape RSS feeds, summarise with Claude, email subscribers daily
Customer support bot with knowledge base and human escalation
Watch Stripe dashboard and email anomaly alerts in real time
Multi-agent competitor intelligence with daily reports
AI coding assistant that reviews PRs and posts comments to GitHub
Resolving layer skeleton…
{
Click a node to inspect it
Select a file
Select a file from the tree
Agent nodes — intelligence layer
🧠
Orchestrator
Project brain. Manages all other agents, maintains state, handles errors.
Always required
⚙️
Worker agent
Executes a single repeatable task. Specialised, fast, cheap. Use haiku.
Task execution
🔬
Researcher
Web search, document retrieval, knowledge synthesis with citations.
RAG · Search
Validator
Checks outputs against rules or schemas before passing downstream.
Quality gate
💬
User proxy
Represents a human in the loop. Handles approval gates and clarifications.
Human-in-loop
📊
Analyst
Processes data, identifies patterns, generates insights and summaries.
Data · Insights
✍️
Writer
Generates long-form content, reports, emails, posts from structured input.
Content generation
🕷️
Scraper
Extracts structured data from websites, APIs, or documents on a schedule.
Data extraction
Infrastructure nodes — connections layer
🗄️
Database
Supabase or Postgres. Persistent storage for state, users, sessions, history.
Supabase · Postgres
📧
Email
Transactional and campaign email via Resend. Best deliverability for developers.
Resend
🚀
Deploy
Railway. Zero-config Python deploy. Auto-scales, managed env vars, instant.
Railway
🔐
Auth
Clerk. User identity, sessions, social login. One script tag to install.
Clerk
💳
Payments
Stripe. Subscriptions, one-time payments, webhooks, invoicing.
Stripe
Scheduler
Cron-based trigger. Runs agents on a schedule — hourly, daily, custom.
Cron · Railway
🔔
Webhook
Inbound or outbound. Triggers agents on external events from any service.
Event trigger
Cache
Redis. Fast key-value store for rate limiting, queues, and session caching.
Redis
📁
File store
S3 or Cloudflare R2. Stores files, exports, generated assets, documents.
S3 · R2
🔗
API connector
Generic REST or GraphQL. Connect any external service with an API key.
Custom integration
Output nodes — what your system produces
🌐
Website
Frontend deploy target. React or static. Connects to Railway or Vercel.
Frontend
📊
Report
Structured document output — PDF, markdown, or JSON generated on demand.
Document output
📣
Marketing agent
Generates copy, posts to social, runs campaigns via Buffer, X, LinkedIn.
Growth
🔔
Notification
Slack, Discord, push, or SMS alerts triggered by agent events or thresholds.
Alerts · Messaging
🗃️
Data pipeline
Structured data output to database, CSV, or downstream API for analysis.
Structured output
🤖
Chat interface
User-facing chat UI powered by your agents. Embeddable or standalone.
User interface