From 1a911e6baaf80e41cdde5d0918f212ef81088c0e Mon Sep 17 00:00:00 2001 From: Nikita Istomin Date: Thu, 11 Jan 2024 01:48:06 -0600 Subject: [PATCH] Added v0.dev to Code Generation section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa5954c7..00ee956f 100644 --- a/README.md +++ b/README.md @@ -502,6 +502,7 @@ This list results from Pull Requests, reviews, ideas, and work done by 1100+ peo * [Codeium](https://www.codeium.com/) — Codeium is a free AI-powered code completion tool. It supports over 20+ programming languages (Python, JavaScript, Java, TypeScript, PHP, C/C++, Go, etc.) and integrates with all significant standalone and web IDEs. * [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. * [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. + * [v0.dev](https://v0.dev/) — v0 uses AI models to generate code based on simple text prompts. It generates copy-and-paste friendly React code based on shadcn/ui and Tailwind CSS that people can use in their projects. Each generation takes at minimum 30 credits. You start up with 1200 credits, and get 200 free credits every month. **[⬆️ Back to Top](#table-of-contents)**