From b130e94f4310f8f4e35ab1f6d8d89c7e0f20cb98 Mon Sep 17 00:00:00 2001 From: Vladimir Grichina Date: Fri, 2 May 2025 18:23:55 -0700 Subject: [PATCH 1/3] Add Vibe Compiler (vibec) to app generators section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8e7981e..4723474 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Co.dev](https://www.co.dev/) — AI-powered app development platform that helps build and deploy full-stack applications. - [SoftGen](https://softgen.ai/) — AI-powered software generation platform for building Web Apps. - [LlamaCoder](https://llamacoder.together.ai/) — Open source code generation model for building applications using Opensource LLMs. +- [Vibe Compiler (vibec)](https://github.com/grishingrishin/vibe-compiler) — A self-compiling tool that transforms markdown-based prompt stacks into code and tests using LLM generation. Works with any LLM via OpenRouter, including Claude, ChatGPT, and Grok. - [e2b_Fragments](https://fragments.e2b.dev/) — Platform for building and deploying AI-powered applications with sandboxed environments. - [Bolt.new](https://bolt.new) — AI-powered web development agent that allows you to prompt, run, edit, and deploy full-stack applications directly in the browser using WebContainers. Supports npm packages, Node.js servers, and third-party APIs. - [Bolt.diy](https://github.com/stackblitz-labs/bolt.diy) — Open source version of Bolt.new that supports multiple LLM providers including Groq, Anthropic, Ollama, OpenRouter, Gemini, LMStudio, Mistral, xAI, HuggingFace, DeepSeek From 663bfbaacb52a0188c6ada6de3d7f4f23b219166 Mon Sep 17 00:00:00 2001 From: Vladimir Grichina Date: Sun, 4 May 2025 14:06:23 -0700 Subject: [PATCH 2/3] Update vibe-compiler URL to new organization --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4723474..fa08f8b 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Co.dev](https://www.co.dev/) — AI-powered app development platform that helps build and deploy full-stack applications. - [SoftGen](https://softgen.ai/) — AI-powered software generation platform for building Web Apps. - [LlamaCoder](https://llamacoder.together.ai/) — Open source code generation model for building applications using Opensource LLMs. -- [Vibe Compiler (vibec)](https://github.com/grishingrishin/vibe-compiler) — A self-compiling tool that transforms markdown-based prompt stacks into code and tests using LLM generation. Works with any LLM via OpenRouter, including Claude, ChatGPT, and Grok. +- [Vibe Compiler (vibec)](https://github.com/Strawberry-Computer/vibe-compiler) — A self-compiling tool that transforms markdown-based prompt stacks into code and tests using LLM generation. Works with any LLM via OpenRouter, including Claude, ChatGPT, and Grok. - [e2b_Fragments](https://fragments.e2b.dev/) — Platform for building and deploying AI-powered applications with sandboxed environments. - [Bolt.new](https://bolt.new) — AI-powered web development agent that allows you to prompt, run, edit, and deploy full-stack applications directly in the browser using WebContainers. Supports npm packages, Node.js servers, and third-party APIs. - [Bolt.diy](https://github.com/stackblitz-labs/bolt.diy) — Open source version of Bolt.new that supports multiple LLM providers including Groq, Anthropic, Ollama, OpenRouter, Gemini, LMStudio, Mistral, xAI, HuggingFace, DeepSeek From 52f127b64309bc6ae2b5b92f0c7e349f892f7005 Mon Sep 17 00:00:00 2001 From: Vladimir Grichina Date: Tue, 20 May 2025 15:13:00 -0700 Subject: [PATCH 3/3] Update README.md Move vibe compiler to CLI section --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fa08f8b..631d4e1 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,8 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [talk-codebase](https://github.com/rsaryev/talk-codebase) — CLI chatbot with repository as context. Supports OpenAI as well as locally running LLMs via GPT4All. - [gptcomet](https://github.com/belingud/gptcomet) — CLI tool to help you generate commit message and review changes. Support mutiple providers and languages. - [poorcoder](https://github.com/vgrichina/poorcoder) — A collection of Bash scripts to extract code context, apply changes from markdown, and generate AI commit messages while using web-based LLMs. +- [Vibe Compiler (vibec)](https://github.com/Strawberry-Computer/vibe-compiler) — A self-compiling tool that transforms markdown-based prompt stacks into code and tests using LLM generation. Works with any LLM via OpenRouter, including Claude, ChatGPT, and Grok. + ### Desktop @@ -158,7 +160,6 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Co.dev](https://www.co.dev/) — AI-powered app development platform that helps build and deploy full-stack applications. - [SoftGen](https://softgen.ai/) — AI-powered software generation platform for building Web Apps. - [LlamaCoder](https://llamacoder.together.ai/) — Open source code generation model for building applications using Opensource LLMs. -- [Vibe Compiler (vibec)](https://github.com/Strawberry-Computer/vibe-compiler) — A self-compiling tool that transforms markdown-based prompt stacks into code and tests using LLM generation. Works with any LLM via OpenRouter, including Claude, ChatGPT, and Grok. - [e2b_Fragments](https://fragments.e2b.dev/) — Platform for building and deploying AI-powered applications with sandboxed environments. - [Bolt.new](https://bolt.new) — AI-powered web development agent that allows you to prompt, run, edit, and deploy full-stack applications directly in the browser using WebContainers. Supports npm packages, Node.js servers, and third-party APIs. - [Bolt.diy](https://github.com/stackblitz-labs/bolt.diy) — Open source version of Bolt.new that supports multiple LLM providers including Groq, Anthropic, Ollama, OpenRouter, Gemini, LMStudio, Mistral, xAI, HuggingFace, DeepSeek