I built an AI IDE with BYOK, open model support and local project storage
I have been working on an IDE called CleanSlate. The main idea is to keep the user in control. You bring your own API key and choose the model provider you want to use. CleanSlate also supports open models, so there is no bundled AI subscription. Your code, project files and workspace data stay on your machine. CleanSlate does not upload or store them on its servers. When you use a hosted model, requests go to the provider you selected through your own key. I also built the Agent Manager directly into the I
评论
?
参与讨论