Open Source · Extensible · AI-Native

Build with AI.
Extend with Plugins.

Patates is an AI-powered development platform with a modular plugin system. Chat with AI, manage tasks on a kanban board, and extend everything through community plugins and capabilities.

terminal
# Clone and start Patates
$ git clone https://github.com/kubilaysalih/patates.git
$ cd patates && bun install
$ bun run dev
# Install a plugin from marketplace
→ Browse marketplace at /marketplace
→ Click install on any plugin
→ Plugin loads dynamically — no rebuild needed!

Everything you need

A complete AI development environment, extensible by design.

💬

AI Chat

Stream-powered conversations with Claude. Tool use, file editing, and command execution built-in.

📋

Kanban Tasks

Create tasks, assign them to AI, and watch them execute in real-time with full visibility.

🔌

Plugin System

Extend Patates with plugins. Git integration, file explorer, terminal — or build your own.

🛠️

Capabilities

Write File, Replace in File, Run Command, List Files — modular tools the AI can use.

📡

Real-time Streaming

SSE-powered streaming. See every tool call, file change, and AI thought as it happens.

🏪

Marketplace

Browse and install community plugins and capabilities. Share your own with the ecosystem.

How Plugins Work

Write a TypeScript file. That's it. No build step required.

1

Write your plugin

A plugin is a TypeScript/TSX file that exports a manifest and components.

// my-plugin.tsx
export const manifest = {
id: "my-plugin",
name: "My Plugin",
version: "1.0.0",
}
2

Publish to marketplace

Upload your .tsx file to the marketplace. Other users can browse, preview, and install it with one click.

3

Install & use — no rebuild

Patates compiles TSX at runtime using Sucrase. Plugins load dynamically without any build step. Sidebar items, pages, chat widgets — everything just works.

Built with

ReactTypeScriptBunElysiaPrismaClaude APINext.jsVite

Ready to build?

Start using Patates today. Browse the marketplace for plugins, or create your own.

Explore Marketplace