From 054186202cc3ab0c158ad14c522490f3c5fffb99 Mon Sep 17 00:00:00 2001 From: Prakhar Doneria Date: Sat, 27 Dec 2025 21:49:10 +0530 Subject: [PATCH 1/2] Add Karbon Sites to Code Generation section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index de8310f3..0c29273c 100644 --- a/README.md +++ b/README.md @@ -523,6 +523,7 @@ This list results from Pull Requests, reviews, ideas, and work done by 1600+ peo * [Appinvento](https://appinvento.io/) — AppInvento is a free No code app builder. In the automatically generated backend code, users have complete access to the source code and unlimited APIs and routes, allowing for extensive integration. The free plan includes three projects, five tables, and a Google add-on. * [Cody AI](https://sourcegraph.com/cody) - Cody is a coding AI assistant that uses AI and a deep understanding of your codebase to help you write and understand code faster. Cody gives developers a choice of LLMs (including local inference), has support for various IDEs, supports all popular programming languages, and has a free plan. The free plan gives developers 20 chat messages (using Claude 3 Sonnet as the LLM) and 500 autocompletions (using the Starcoder 16b) each month. * [DhiWise](https://www.dhiwise.com/) — Seamlessly turn Figma designs into dynamic Flutter & React applications with DhiWise's innovative code generation technology, optimizing your workflow and helping you craft exceptional mobile and web experiences faster than ever before. + * [Karbon Sites](https://www.karbonsites.space) — AI-powered site builder using Gemini 3 to generate production-ready code from text, sketch, resumes, or prompts. Includes an integrated editor, native Android (APK) export, and a free tier with 5 generations per month and with custom Gemini API key unlimited usage. * [Metalama](https://www.postsharp.net/metalama) - Only for C#. Metalama generates the boilerplate of the code on the fly during compilation so that your source code remains clean. It is free for open-source projects, and its commercial-friendly free tier includes three aspects. * [Supermaven](https://www.supermaven.com/) — Supermaven is a fast AI code completion plugin for VSCode, JetBrains, and Neovim. Free tier provides unlimited inline completions. * [tabnine.com](https://www.tabnine.com/) — Tabnine helps developers create better software faster by providing insights learned from all the code in the world. Plugin available. From ab4f1b5c864baadd382fe54167a3d577f98262fd Mon Sep 17 00:00:00 2001 From: Prakhar Doneria Date: Sun, 11 Jan 2026 00:59:32 +0530 Subject: [PATCH 2/2] Remove * from texts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cada608a..55c8ceb2 100644 --- a/README.md +++ b/README.md @@ -462,12 +462,12 @@ This list results from Pull Requests, reviews, ideas, and work done by 1600+ peo ## Code Generation -* **[Appinvento](https://appinvento.io/)** — A free no-code app builder. It provides complete access to the automatically generated backend source code and allows for unlimited APIs and routes. The free plan includes three projects and five tables. -* **[DhiWise](https://www.dhiwise.com/)** — Converts Figma designs into dynamic Flutter and React applications. Its code generation technology is designed to optimize workflows for building production-ready mobile and web experiences. -* **[Karbon Sites](https://www.karbonsites.space)** — An AI-powered site builder and editor that generates production-ready frontend code from text prompts, sketches, or resumes. Features include native Android (APK) export and a free tier with 5 generations per month (unlimited via custom Gemini API key). -* **[Metalama](https://www.postsharp.net/metalama)** — A C#-specific tool that generates boilerplate code on the fly during compilation to keep source code clean. It is free for open-source projects; its commercial-friendly free tier includes up to three aspects. -* **[Supermaven](https://www.supermaven.com/)** — A high-speed AI code completion plugin for VS Code, JetBrains, and Neovim. The free tier provides unlimited inline completions with a focus on ultra-low latency. -* **[v0.dev](https://v0.dev/)** — Created by Vercel, v0 generates copy-and-paste friendly React code using shadcn/ui and Tailwind CSS. It uses a credit system, providing 1,200 starting credits and 200 free credits monthly. +* [Appinvento](https://appinvento.io/) — A free no-code app builder. It provides complete access to the automatically generated backend source code and allows for unlimited APIs and routes. The free plan includes three projects and five tables. +* [DhiWise](https://www.dhiwise.com/) — Converts Figma designs into dynamic Flutter and React applications. Its code generation technology is designed to optimize workflows for building production-ready mobile and web experiences. +* [Karbon Sites](https://www.karbonsites.space) — An AI-powered site builder and editor that generates production-ready frontend code from text prompts, sketches, or resumes. Features include native Android (APK) export and a free tier with 5 generations per month (unlimited via custom Gemini API key). +* [Metalama](https://www.postsharp.net/metalama) — A C#-specific tool that generates boilerplate code on the fly during compilation to keep source code clean. It is free for open-source projects; its commercial-friendly free tier includes up to three aspects. +* [Supermaven](https://www.supermaven.com/) — A high-speed AI code completion plugin for VS Code, JetBrains, and Neovim. The free tier provides unlimited inline completions with a focus on ultra-low latency. +* [v0.dev](https://v0.dev/) — Created by Vercel, v0 generates copy-and-paste friendly React code using shadcn/ui and Tailwind CSS. It uses a credit system, providing 1,200 starting credits and 200 free credits monthly. **[⬆️ Back to Top](#table-of-contents)**