sayem314

sayem314 / devo

Public

Devo is a self-hosted TypeScript automation runner where AI helps create editable tasks that run from webhooks, cron schedules, or manual triggers.

27
0
85% credibility
Found May 25, 2026 at 27 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
TypeScript
AI Summary

Devo is a self-hosted automation builder that lets you create tasks by describing them in plain language. An AI assistant writes the TypeScript code for you, which you can review and edit in a built-in code editor. Tasks can be triggered three ways: by an HTTP webhook endpoint (for external services), on a cron schedule (like every day at 9am), or manually with a button click. Everything runs locally on your own server, with your data staying under your control.

How It Works

1
🔧 You set up Devo on your own server

You install Devo on your machine or server, creating your first admin account to get started.

2
📝 You create a new automation task

You pick a trigger type - a webhook endpoint that receives HTTP requests, a scheduled time to run automatically, or a button to run it yourself.

3
🤖 You describe what you want in plain words

You type a message like 'save incoming orders to a file' and an AI assistant writes the code for you instantly.

4
✏️ You review and tweak the generated code

The code appears in a familiar editor where you can make small adjustments before saving.

5
🚀 You save and deploy your task

With one click, your automation goes live and starts listening for requests or waiting for its scheduled time.

Your automation runs on its own

Whether triggered by an external service, a cron schedule, or your own click, your task executes and logs its results.

Sign up to see the full architecture

4 more

Sign Up Free

Star Growth

See how this repo grew from 27 to 27 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is devo?

Devo is a self-hosted automation runner where you describe tasks in plain language, AI generates editable TypeScript code, and tasks execute on demand via webhooks, cron schedules, or manual triggers. The interface combines a chat panel with a Monaco-powered code editor, letting you iterate on generated automation without leaving the browser. Each task owns its own main.ts, .env, and package.json files, with run history and logs stored locally in SQLite.

Why is it gaining traction?

The AI-first workflow is the hook: instead of wiring node-based workflows or writing boilerplate from scratch, you prompt the agent and review the generated code before deploying. The multi-provider AI support (OpenAI, Anthropic, Claude, DeepSeek, and OpenAI-compatible endpoints) means you're not locked into one vendor. Webhook endpoints are auto-generated and rotatable, cron expressions support timezone-aware scheduling, and tasks run as isolated child processes with configurable timeouts and output limits.

Who should use this?

DevOps engineers tired of managing scattered cron jobs and webhook handlers will find the unified interface useful. Developers building internal tools who want to expose simple automation endpoints without spinning up separate services will appreciate the self-contained deployment. Small teams running trusted internal workflows who need something between a cron daemon and a full CI/CD pipeline. Not suitable for untrusted multi-tenant environments without additional isolation.

Verdict

Devo earns its credibility score of 0.85% by delivering a coherent, well-documented MVP with Docker support, multi-provider AI, and a clean SvelteKit interface. At 27 stars, it's early and unproven at scale, but the codebase is clean and the feature set is complete for single-tenant use cases. If you want a self-hosted alternative to Zapier-style automation with full code control, this is worth a weekend evaluation.

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.