https://github.com/stickerdaniel/promus
https://github.com/stickerdaniel/promus
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stickerdaniel/promus
- Owner: stickerdaniel
- Created: 2026-02-28T10:32:33.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-03-07T21:44:53.000Z (3 months ago)
- Last Synced: 2026-03-07T22:28:01.778Z (3 months ago)
- Language: Svelte
- Homepage: https://promus-ai.vercel.app
- Size: 6.07 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Promus
A Kanban board where each task gets an AI agent that can use your connected accounts (Gmail, LinkedIn, WhatsApp, etc.) to do the actual work.
**[Try it](https://promus-ai.vercel.app)**
https://github.com/user-attachments/assets/6f995fb6-48ea-494a-87c1-017adf1f81cf
## How it works
Four columns: **Todo → Working On → Prepared → Done**.
You write a task in plain language. An agent picks it up, writes TypeScript against the Unipile SDK, runs it in an isolated VM, and comes back with results.
Agents can read each other's output and notify each other, so finished work feeds into the next task.
## Stack
| Layer | Technology |
| ------------ | ------------------------------------------------------------- |
| Frontend | SvelteKit, Svelte 5, Tailwind v4, shadcn-svelte |
| Backend | Convex (real-time DB + agent orchestration) |
| Execution | Node.js VM on Vercel (esbuild + isolated sandbox) |
| Integrations | Unipile (email, LinkedIn, messaging), Resend, Tolgee, PostHog |
| Auth | Better Auth (passkeys, OAuth, email/password) |
## Built by
[Daniel Sticker](https://github.com/stickerdaniel) and [Fadi Al Eliwi](https://github.com/Letizeus) at the [Mistral Worldwide Hackathon](https://mistral.ai/) 2026.
## License
MIT