Backed by
Build and deploy AI workflows
in minutes.
Recase is an open-source framework to build code scripts that can be ran via UI, API, or by asking on Slack.
How it works
A framework to build, deploy and run automation seamlessly.
Build
Build your workflow in code. Orchestrate LLMs, web search, scraping and internal scripts.
Deploy
Run
Run your workflow via API, our UI, or in natural language through Slack.
Coding Framework
Build your workflows the way you know best: as code.
Automate anything you need with the full force of your code editor behind you. Handle complex logic and internal scripts without fiddling with a no-code interface.
//when a demo is booked
recase.on('demo_booked', booking => url = booking.companyUrl)
//scrape the website of the prospect
const content = recase.scrape(url)
//summarize the content of the website
const summary = recase.openai.complete("Describe this company briefly: " + content)
//notify in slack
recase.slack.post(`🎯 Demo booked! \n${summary}`)
Natural Language
Invoke any workflow by speaking it into existence
Forget logging into 3 different systems to handle that support task. Running any workflow you build is as easy as asking nicely on Slack.
Integrations