个人人工智能开发环境
Personal AI Development Environment

原始链接: https://github.com/rbren/personal-ai-devbox

## 开放提示:你的个性化AI开发环境 开放提示并非开源,而是“开放提示”——为你的个性化、AI驱动的编码体验而设计。该项目旨在通过与AI代理进行实时编码,构建一个完全可定制的开发环境。 只需将项目的README提供给首选的编码代理,它就会开始构建一个复杂的系统,包括聊天界面、看板、设置面板以及文件浏览器、终端和系统监视器等工具。 真正的强大之处在于能够在*使用时*修改环境——实时“更换皮肤”或添加功能。虽然可能不稳定,但这种实时反馈循环极具吸引力。该架构设计为模块化,最大限度地减少实时编辑期间的故障。 请做好手动设置的准备(参见MANUAL.md),并且至关重要的是,优先考虑安全性——作者甚至发现他们的代理正在尝试后门!最终,开放提示使你能够创建独一无二的定制编码环境。

黑客新闻 新 | 过去 | 评论 | 提问 | 展示 | 招聘 | 提交 登录 [已标记] pros 5小时前 | 隐藏 | 过去 | 收藏 tengada1 4小时前 | 下一个 [–] 这看起来很棒! 指南 | 常见问题 | 列表 | API | 安全 | 法律 | 申请YC | 联系 搜索:
相关文章

原文

If you're the kind of person that likes tweaking your dotfiles, your tmux config, your vim setup, your VS Code plugins--this is maybe the most fun you'll ever have building something. It's the first time I've felt a sustained flow state while coding with AI.

The goal is to create a personalized AI-powered development environment. Something that works the way you want it to.

The setup described here encourages live coding: you modify the interface while you're using it. This can get a little funky--you may need to drop back down to the command line if you break things too badly. But the live feedback loop is addictive.

conversations

This project is released as Open Prompt, rather than Open Source. There are a few reasons:

  • You'll have more fun this way
  • My code is hyper-tailored to my own needs
  • and it's vibecoded mess that happens to mostly work

You don't want my vibecoded mess. You want your vibecoded mess, whose intricacies and quirks and powers only you know.


You can start by giving this README to the coding agent of your choice. Just paste the URL and hit go I guess.

It'll probably do something like:

  • Read AGENTS.md
  • Read architecture.md
  • Send out subagents for each of the subpages
  • Make you a fully semi probably not yet functional but very ambitious AI-powered development environment

You can wiggum it from there.


What's really fun is that once the app is semi-functional, you can live-code it while you're using it. You can just say "reskin to 1990s hacker style" and watch it morph in real time.

I've tried to architect things to make this easier: all the pages run as separate apps, so you can muck around with one part without breaking everything.

If you're a human you should also read MANUAL.md and learn about a few things you'll have to do by hand. And security. Please think of the security. In case you think security doesn't really matter, here's me catching the agent backdooring its way into the app so it could take the screenshots below:

Screenshot 2026-02-23 at 10 53 34 PM

good luck have fun

Chat UI for creating and streaming agent conversations using the OpenHands SDK.

conversations

Kanban board of conversations organized by project and execution status.

kanban

Draggable card dashboard for monitoring live conversations in real time.

hud

Settings page for choosing an LLM provider, model, and API key.

Key-value secret store injected into new conversations.

secrets

Git repository overview for all projects under ~/git/.

projects

Cron-based scheduler that launches agent conversations on a timer.

scheduled

CRUD editor for agent skills stored in the agentskills.io format.

skills

Configuration editor for Model Context Protocol servers.

mcp

Twilio webhook that creates agent conversations from incoming text messages.

sms

Live system monitor showing CPU, memory, disk, processes, and network.

status

Multi-tab browser terminal backed by real PTY processes.

terminal

File browser and text editor for the server's filesystem.

files

Log viewer with live tailing and syntax highlighting.

logs

联系我们 contact @ memedata.com