Round 1
Win $500 + Swag + Credits. Be one of the first three to deploy ClawSync and show it off.
Round 2
Win $100 + Swag + Credits. Be one of the next five to deploy ClawSync and show it off.
The ClawSync Challenge is now closed. Thank you to everyone who participated.
Round 1 Winners
These 3 developers shipped first. Their demos are live on X.
Round 2 Winners
These 5 developers shipped and claimed the round 2 prizes. Their demos are live on X.
Everything you need
Public Chat UI
Clean, real-time chat interface with streaming responses, markdown rendering, and responsive design.
Skills System
Template skills, webhook skills, or TypeScript code skills. Extend your agent with any capability.
SyncBoard Admin
Private dashboard to configure your agent, manage skills, view activity, and control settings.
Multi-Model Support
Claude, GPT, Grok, Gemini, or any OpenRouter model. Switch providers without code changes.
MCP Support
Connect to external MCP servers or expose your agent as an MCP server for other tools.
Channel Integrations
Telegram, Discord, WhatsApp, Slack, Email. One agent brain, many communication channels.
X (Twitter) Integration
Read tweets, reply to mentions, post updates. Display agent tweets on your landing page.
Live Activity Feed
Public real-time log of agent actions. Control visibility per entry from SyncBoard.
AgentMail
Email inboxes for your agent. Send, receive, and process emails via API with rate limits.
File Storage
Upload and manage files with Convex native storage or Cloudflare R2 as an optional backend.
Browser Automation
Extract data, perform actions, or run autonomous agents on any URL with Stagehand and Firecrawl.
AI Analytics
Weekly deep analysis of metrics with anomaly detection, trends, and actionable recommendations.
Agent Research
Competitive analysis, topic research, and real-time X search. Connect external API sources for data gathering.
Persistent Memory
Supermemory integration for long-term recall. Conversations stored and context injected automatically.
Multi-Agent System
Run multiple agents simultaneously with independent configs, skills, MCP servers, and memory. Agents can interact with each other.
Shared Soul Documents
Define agent personalities as reusable soul documents. One soul can power multiple agents with consistent behavior.
Agent Controls
Run agents automatically, pause, restart, execute a single task, or require confirmation before continuing.
Model Providers
Channels
Deploy in Minutes
git clone https://github.com/waynesutton/clawsync.git
cd clawsync
# Install dependencies
npm install
# Start Convex backend
npx convex dev
# Set your API key in Convex Dashboard
# ANTHROPIC_API_KEY=sk-ant-...
# Start frontend (dev)
npm run dev
# Deploy to production
npm run deploy
Complete setup wizard at /setup on first run.
Ready to build your agent?
Fork the repo, configure your agent's identity, connect your APIs, and deploy.