Spaces:
No application file
No application file
SEO: Update description
Browse files
README.md
CHANGED
|
@@ -1,51 +1,24 @@
|
|
| 1 |
---
|
| 2 |
title: "AI Code Review Assistant VS Code Extension"
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: blue
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: 4.44.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
-
tags:
|
| 12 |
-
- code
|
| 13 |
-
- software-engineering
|
| 14 |
-
- development
|
| 15 |
-
- programming
|
| 16 |
-
- saas
|
| 17 |
-
- api
|
| 18 |
-
- rate
|
| 19 |
-
- limiter
|
| 20 |
-
- quota
|
| 21 |
-
- indie
|
| 22 |
---
|
|
|
|
| 23 |
# AI Code Review Assistant VS Code Extension
|
| 24 |
|
| 25 |
AI Code Review Assistant VS Code Extension β a professional-grade vscode extension for software development professionals. Built for production use with comprehensive documentation, instant setup, and regular updates included. Save hours of development time with this ready-to-deploy solution. Includes setup guide, configuration templates, and best practices. One-time purchase at $24.99 with lifetime access and free updates. Perfect for teams and solo developers who need a reliable, tested vscode extension solution without building from scratch.
|
| 26 |
|
| 27 |
-
##
|
| 28 |
-
|
| 29 |
-
1. Click **Use in Spaces** above to run the demo directly
|
| 30 |
-
2. Or clone the repository and run locally:
|
| 31 |
-
|
| 32 |
-
```bash
|
| 33 |
-
git clone https://huggingface.co/spaces/WealthFromAI/ai-code-review-assistant-vs-code-extension-8ffe
|
| 34 |
-
cd ai-code-review-assistant-vs-code-extension-8ffe
|
| 35 |
-
pip install -r requirements.txt
|
| 36 |
-
python app.py
|
| 37 |
-
```
|
| 38 |
-
|
| 39 |
-
## π° Pricing
|
| 40 |
|
| 41 |
- **Demo**: Free on Hugging Face Spaces
|
| 42 |
- **Full Source Code**: $24.99
|
| 43 |
-
- Available on [Gumroad](https://gumroad.com) and [Whop](https://whop.com)
|
| 44 |
-
|
| 45 |
-
## π License
|
| 46 |
-
|
| 47 |
-
MIT License β free to use, modify, and distribute.
|
| 48 |
|
| 49 |
---
|
| 50 |
|
| 51 |
-
*Built with [FORGE-X](https://github.com/WealthFromAI)
|
|
|
|
| 1 |
---
|
| 2 |
title: "AI Code Review Assistant VS Code Extension"
|
| 3 |
+
emoji: "π€"
|
| 4 |
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: "4.44.0"
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
+
|
| 13 |
# AI Code Review Assistant VS Code Extension
|
| 14 |
|
| 15 |
AI Code Review Assistant VS Code Extension β a professional-grade vscode extension for software development professionals. Built for production use with comprehensive documentation, instant setup, and regular updates included. Save hours of development time with this ready-to-deploy solution. Includes setup guide, configuration templates, and best practices. One-time purchase at $24.99 with lifetime access and free updates. Perfect for teams and solo developers who need a reliable, tested vscode extension solution without building from scratch.
|
| 16 |
|
| 17 |
+
## Pricing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |
- **Demo**: Free on Hugging Face Spaces
|
| 20 |
- **Full Source Code**: $24.99
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
---
|
| 23 |
|
| 24 |
+
*Built with [FORGE-X](https://github.com/WealthFromAI)*
|