Hey Coda Makers! ![]()
With web search and extended thinking, Claude LLM regularly takes 5+ minutes to generate a complete, thorough response. The problem is that Coda (with good intention) closes all API connections after 50s. Maybe you’ve seen it before, the dreaded DEADLINE_EXCEEDED error.
That’s why I built the Claude Async Pack (Demo Doc). It queues prompts for Claude in Supabase, processes them in Vercel, and returns them to Coda via webhook or polling.
This is still just an early preview. Thanks for your feedback!
Features
- Extended Thinking
- Image analysis (up to 100 images URLs)
- Web Search
- Citation Formatting
- Model selection
- JSON Mode (always returns parsable JSON response)
- Token and Cost Tracking
- Webhook Rate limiting (prevents Coda webhook queue overflow)
- Automatic retries (webhook monitor catches dropped deliveries)
- Request tracking (full audit trail)
- Timeout management (undici agent configuration for long requests)
Thanks for reading! Looking forward to your thoughts and feedback! ![]()
