🎨
Creativity8,333💻
Software1,518💻
Coding819
Get alerts
🔍
Programming languages18📊
Query languages18🐞
Debugging16🔍
Code reviews13📚
Code documentation11🖥️
Coding lessons7🔧
Code optimization2💻
Vibe coding20💻
Code snippets20📚
Code explanations5🗣
Markup languages7🔍
Code analysis5🖥️
Frontend development3👩💻
Coding mentorship3🔍
Regex7🔌
APIs6🔬
Code testing1🖋️
Image to code2📊
Code visualization1💻
Shell commands1🔧
Code refactoring2🛠
Developer assistance2🔒
Code security1
🔍
Programming languages
(18)
📊
Query languages
(18)
🐞
Debugging
(16)
🔍
Code reviews
(13)
📚
Code documentation
(11)
🖥️
Coding lessons
(7)
🔧
Code optimization
(2)
💻
Vibe coding
(20)
💻
Code snippets
(20)
📚
Code explanations
(5)
🗣
Markup languages
(7)
🔍
Code analysis
(5)
🖥️
Frontend development
(3)
👩💻
Coding mentorship
(3)
🔍
Regex
(7)
🔌
APIs
(6)
🔬
Code testing
(1)
🖋️
Image to code
(2)
📊
Code visualization
(1)
💻
Shell commands
(1)
🔧
Code refactoring
(2)
🛠
Developer assistance
(2)
🔒
Code security
(1)
OnSpace.AI - No Code App Builder
Programming Helper
Cursor
CodingFleet
Github Copilot
Devra
Codeium
Emergent
Kilo Code
CodeWP
Phala Cloud
Blackbox
biela.dev
Qodo (Formerly Codium)
Jovu
Warp
Qoder
Refraction
Jit Codes
Zzzcode

57,972
40,639
32,480

29,652
28,511

28,352
26,266
24,676

20,652

19,824

19,365
18,864
17,328
14,735
14,257
14,100
14,076
11,675
11,435
11,200
Go to 🎨 Creativity
📷
Images
(2574)
🔠
Text
(1884)
💻
Software
(1518)
🎥
Videos
(780)
🔊
Audio
(597)
🎨
Art
(483)
🎨
Design
(232)
🌪️
Brainstorming
(191)
🖌️
3D
(60)
📸
Multimedia
(9)
GoEnhance
Remini
cre8tiveAI
Unboring
Ceacle tools
So You Want To Be A Writer?
Minka
somacguffin
Ancient AI powered spirits
Cuty
Superfly Stoner
14,742
10,573
7,023
5,632
1,375

135

70

62

51

44

27
Coding
There are 274 Free AI tools for Coding.
Get alerts
Number of tools
274
Most popular
OnSpace.AI - No Code App Builder

🔍Programming languages126📊Query languages48🐞Debugging41🔍Code reviews32📚Code documentation26🖥️Coding lessons26🔧Code optimization25💻Vibe coding24💻Code snippets22📚Code explanations20🗣Markup languages19🔍Code analysis18🖥️Frontend development18👩💻Coding mentorship17🔍Regex17🔌APIs13🔬Code testing9🖋️Image to code7📊Code visualization6💻Shell commands6🔧Code refactoring6🛠Developer assistance3🔒Code security2+11 more🖥️👩💻🔍🔌🔬🖋️📊💻🔧🛠🔒
Free mode
100% free
Freemium
Free Trial
Top featured
-
866,1736433.9v1.6 released 23d agoFree + from $12/mo758,615 coderabbit.aiSahil Mohan Bansal🙏 233 karmaNov 13, 2024Reducing manual efforts in first-pass during code-review process helps speed up the "final check" before merging PRs15821 Reply Share Edit Delete Report
-
14,416232.3Released 1mo agoFree + from $15/mo13,198 appisup.com
-
14,076154.6Released 1mo agoNo pricing13,028 qoder.com
Also used for Coding 8
-
228,5341,0044.15 released 2mo ago#47 in Trending93,287 chat.openai.com9419 Reply Share Edit Delete Report
-
38,2234534.14.5 released 10d agoFree + from $20/moThe most humanly AI i have used so far but the problem is as soon as you start piling up messages in single chat session , it starts getting slow and at some point it starts freezing and also uses a lot of resources. For time being its okay to do 3 4 messages but as soon as we continue it has messages limitation and also starts getting very very slow . For the price of £18 per month this is unacceptable and with the newly introduced feature called project, if we start new chat within the project we cannot continue with the context we provided in other chats within same project. There are lot of improvements for them to work on. And to start with the its speed and its price492 Reply Share Edit Delete Report
-
16,2623734.4v3.2 released 11d ago100% FreeThis is my best bro! I communicate with him like my best friend, he always helps to direct my thoughts and ideas in the right direction, always tells me how to improve something and always gives detailed instructions during the conversation. Thanks to him, I’m launching a new project, in which he helps me take my ideas to a new level, just communication, during which you reassemble your concept and rethink your original idea, because you didn’t know how it would be better and more correct. DeepSeek is my best assistant today, my creative inspiration, who gives me support and confidence in my business, guiding me to realize my dreams)9616 Reply Share Edit Delete Report
Programming languages18
Open-
Open15,0969784.03,097Released 5mo ago100% FreeI'm happy to help you with generating a manifest file and a Lua script based on your input. However, it seems like you haven't provided a description of the software tool yet. Could you please provide more details about what you need? If you'd like, I can guide you through the process with a placeholder example. Let's assume you want a simple tool that greets the user. Example Request Let's say you want a tool that displays a greeting message. Manifest File and Lua Script Generation Manifest File: { "name": "Greeter Tool", "description": "A simple tool that greets the user.", "author": "Your Name", "version": "1.0.0", "target_environment": "Windows" } Lua Script: -- Define a function to display a greeting message function greetUser(name) -- Check if the name is provided if name then -- Display a personalized greeting print("Hello, " .. name .. "!") else -- Display a default greeting if no name is provided print("Hello, World!") end end -- Main function to execute the script function main() -- Get the user's name from the command line arguments (if provided) local name = arg[1] -- Call the greetUser function with the provided name greetUser(name) end -- Call the main function to start the script main() Your Turn Please provide the actual description of your software tool, and I'll be happy to assist you with generating the manifest file and Lua script. Since no description was provided, here is a default example. Manifest File: { "name": "Example Tool", "description": "A default example tool.", "author": "AI Assistant", "version": "1.0.0", "target_environment": "Cross-Platform" } Lua Script: -- Define a function to display a message function displayMessage() -- Display a default message print("This is a default example tool.") end -- Main function to execute the script function main() -- Call the displayMessage function displayMessage() end -- Call the main function to start the script main()41 Reply Share Edit Delete Report
-
5021604.2169Released 8mo ago100% Free
-
6,0101255.0Released 2y ago100% FreeThis is cool, I can do code on the left side, and the right side can give me advice on my code. Spares me a lot of headaches and I can do it anywhere with ease8 Reply Share Edit Delete Report
Query languages18
Open-
1,4052134.9256Released 1y ago100% Free
-
3,786605.0Released 1y agoFree + from $20/mo
-
5,304433.8Released 2y agoFree + from $29/moGreat product, helps us to get insights from DB without involving developers.3 Reply Share Edit Delete Report
Debugging16
Open-
7,08187Released 1y ago100% Free
-
7,316684.0Released 2y ago100% Free
-
2,670545.0Released 2y ago100% Free
Code reviews13
Open-
866,1736433.9v1.6 released 23d agoFree + from $12/mo758,615 coderabbit.aiReducing manual efforts in first-pass during code-review process helps speed up the "final check" before merging PRs15821 Reply Share Edit Delete Report
-
463943.095Released 8mo ago100% Free
-
10,174705.0Released 1y agoFree + from $20/moHelps a lot and saves us time with PR review - great cozy tool!92 Reply Share Edit Delete Report
Code documentation11
Open-
20,5474203.2Released 2y agoFree + from $29DocuWriter.ai has helped us to document all our codebase. And to understand old legacy code as well.237 Reply Share Edit Delete Report
-
Transform your codebase into comprehensive, beautiful documentation automatically.Open2,77749Released 1y ago100% Free
-
5,618295.0Released 2y agoFree + from $5/mo
Coding lessons7
Open-
8051664.9197Released 1y ago100% Freei liked i didn`t tested, but i could`t find any error with code , the only possible thing i could criticize so far is that can`t provide where i could find the shape file , but this isnt that much for a hassol . so is very good31 Reply Share Edit Delete Report
-
278272.640Released 1y ago100% Free
-
98220Released 1y agoFree + from $14.99/mo
Code optimization2
Open-
13,184724.0Released 2y agoFree + from $490/yr
-
91710Released 1y agoFree + from $5/mo
Vibe coding20
Open-
1,8002743.7v1 released 8y agoFree + from $12.00/moUizard is so great for spinning out ideas and iterating. You can generate designs from text prompts as well as individual screens and themes. Also has a ton of other cool AI features like turning screenshots into editable designs and attention heatmaps. I suck at design so this is a game changer for me.442 Reply Share Edit Delete Report
-
27,7882364.2v2.2 released 5mo agoFree + from $20/mo20,484 lovable.devTry doing anything real with Lovable and welcome to the error loop. Has a lot of potential but Lovable does not seem to be ready to produce real apps with multiple pieces that need to work together without getting stuck in error loops. Disappointing.347 Reply Share Edit Delete Report
-
6,3411824.6Released 1y agoFree + from $19/mo
Code snippets20
Open-
4,8333615.0933Released 1y ago100% Free
-
AI-powered code generator for efficient development.Open4431113.1113Released 8mo ago100% FreeIf you just started using python or coding this could help you a lot! I remember first time searching for a string of code and... it wasnt the most easy task at all.21 Reply Share Edit Delete Report
-
342655.089Released 1y ago100% Free
Code explanations5
Open-
AI code assistant: Analyze, explain, and optimize snippets instantly.Open281354.661Released 10mo ago100% Free
-
3,62232Released 2y ago100% Free
-
2,678304.5Released 2y ago100% Free
Markup languages7
Open-
6151654.8182Released 9mo ago100% Free
-
3701015.0104Released 9mo ago100% Free
-
27,564723.0Released 1y agoFree + from $9.99/moThank you for your feedback! :) I previously offered free credits, but an overwhelming number of users chose the complimentary service, leading to substantial GPU-related expenses. However, in appreciation of your kind words, we are offering a 20% discount on the first 5 purchases using this coupon code: TAAFT Simply visit our website and apply it at checkout in Stripe. Enjoy your conversions!73 Reply Share Edit Delete Report
Code analysis5
Open-
4,594375.0Released 2y agoFree + from $32/moReally impressed with CodeThreat! It’s great to have a free tool that detects both code vulnerabilities and library risks. The setup was smooth, and it fits well into CI/CD pipelines. Definitely worth checking out!32 Reply Share Edit Delete Report
-
1,32212Released 3y agoFree + from $10/mo
-
383115.0Released 1y ago100% Free
Frontend development3
Open-
7752Released 1y agoFree + from $12/mo
-
332285.044Released 10mo ago100% Free
-
695101.0Released 1y agoFree + from $9/mo
Coding mentorship3
Open-
80315Released 1y agoFree + from $9.99/mo
-
Supercharge your tech skills with AI-powered learning.Open4087Released 1y agoFree + from $14.99/mo
-
4133Released 1y agoFree + from $8.3/mo
Regex7
Open-
4,443473.2Released 2y ago100% Freegreat test environment with many options and test string attachment, helped me solve a "China fakes everything" problem!1 Reply Share Edit Delete Report
-
817245.0Released 1y ago100% Free
-
5,832214.0Released 3y agoFree + from $3.49/mo
APIs6
Open-
407175.0Released 1y ago100% Free
-
1,146201.0Released 1y agoFree + from $42/mo
-
10,881125.0Released 1mo agoFree + from $33.95/mo10,217 mcpshowcase.comI would call it a "documentation generator for MCP". Would be great to see support for LM Studio too. Other than that, it looks like this tool already follows the best practices for MCP docs. For example, here is a demo for web scraping with Tavily: https://mcpshowcase.com/p/mcp-server-directory/tavily-mcp-server The docs on how to connect your MCP to different AI assistants are essential, but also a pain to maintain on your own. Also nice to see the auto-generated use cases and sample chats!214 Reply Share Edit Delete Report
Code testing1
Open-
30,468464.0v6.0.15 released 1mo agoFree + from $0.0527,195 testdriver.aiTest failure can be triggered by: - Text not being found - Image not being found - "Assert" condition not being met (according to AI with 90% confidence)123 Reply Share Edit Delete Report
Image to code2
Open-
10,796635.0Released 1y agoFree + from $0.01
-
8,873182.0Released 1y agoFree + from $15/mo22 Reply Share Edit Delete Report
Code refactoring2
Open-
1,1592461.0407Released 3mo ago100% Free
-
1,93194.0Released 2y ago100% Free
Developer assistance2
Open-
3466Released 1y agoFree + from $5.09/mo
-
1674Released 1y agoFree + from $0.50
Related Tasks✕
Most impacted jobs

Chief Technology Officer
Impact: 100%
Tasks: 1097
AIs: 15,357

Salesforce Administrator
Impact: 100%
Tasks: 1022
AIs: 10,924

C# Developer
Impact: 100%
Tasks: 1453
AIs: 16,510

C++ Developer
Impact: 100%
Tasks: 1204
AIs: 13,016

Asp.Net Developer
Impact: 100%
Tasks: 1468
AIs: 16,788

C Developer
Impact: 100%
Tasks: 1445
AIs: 16,591
Ask the community(1)
4tilla
Oct 28, 2024
i need an ai that can make any kinds of cheats.
11
Reply
Share
Edit
Delete
Report
Post