๐จ
Creativity8,305๐ป
Software1,514๐ป
Coding816
Get alerts
๐
Programming languages17๐
Query languages18๐
Debugging16๐
Code reviews14๐
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
(17)
๐
Query languages
(18)
๐
Debugging
(16)
๐
Code reviews
(14)
๐
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

54,784
40,611
31,987

29,264
28,314

28,194
26,066
24,116

20,062

19,821

19,041
18,848
17,064
14,733
14,243
13,855
13,602
11,664
11,431
11,189
Go to ๐จ Creativity
๐ท
Images
(2579)
๐
Text
(1876)
๐ป
Software
(1514)
๐ฅ
Videos
(769)
๐
Audio
(533)
๐จ
Art
(483)
๐จ
Design
(233)
๐ช๏ธ
Brainstorming
(190)
๐๏ธ
3D
(61)
๐
Podcasts
(53)
๐ธ
Images & videos
(9)
GoEnhance
Remini
cre8tiveAI
Unboring
Ceacle tools
So You Want To Be A Writer?
Minka
somacguffin
Ancient AI powered spirits
Cuty
Superfly Stoner
14,634
10,539
6,994
5,607
1,351

131

64

56

47

41

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

๐Programming languages125๐Query languages48๐Debugging40๐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 code6๐Code visualization6๐ปShell commands6๐งCode refactoring6๐ Developer assistance3๐Code security2
Free mode
100% free
Freemium
Free Trial
Also used for Coding 8
-
16,1293684.4v3.2 released 8d ago100% FreeGamer TOTORO๐ ๏ธ 2 tools ๐ 134 karmaJan 23, 2025This 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)9515 Reply Share Edit Delete Report
-
18,804335.0Released 1mo agoFree + from $6.99/mo17,855 www.hostinger.comHey! My name is Domantas and I invite all fellow solopreneurs, business and product owners to try Hostinger Horizons. Using it is super simple - you are creating a website or application just by prompting - chatting with AI. No struggle, code or design skills are needed. You can literally have your website live in few minutes. Looking forward for your feedback!263 Reply Share Edit Delete Report
-
6,641714.4Large 2 released 1y agoFree + from $14.992,605 mistral.aiI just used for a couple of scientific tasks and its output was as good as ChatGPT 4 and Gemini Pro. This is an interesting tool and I will be exploring it further4 Reply Share Edit Delete Report
Programming languages17
Open-
6,0031255.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
-
454995.0141Released 5mo ago100% Free
-
Open14,9399684.03,038Released 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
Query languages18
Open-
83511Released 1y ago100% Free
-
1,67511Released 1y agoFree + from $6/mo
-
6,61024Released 2y agoFree + from $6/mo
Debugging16
OpenCode reviews14
Open-
68051.0Released 1y agoFree + from $5/mo
-
4222Released 1y agoFree + from $9/mo
-
5641Released 1y agoFree + from $10/mo
Code documentation11
Open-
Transform your codebase into comprehensive, beautiful documentation automatically.Open2,75248Released 1y ago100% Free
-
58910Released 1y ago100% Free
-
5,615295.0Released 2y agoFree + from $5/mo
Coding lessons7
Open-
AI-driven code learning platform for hands-on practice anytime, anywhere.Open4997Released 1y agoFree + from $2.99/mo
-
721124.0Released 1y agoFree + from $5.99/mo
-
2,141205.0Released 2y agoFree + from $8/mo
Code optimization2
Open-
91410Released 1y agoFree + from $5/mo
-
13,181724.0Released 2y agoFree + from $490/yr
Vibe coding20
Open-
1,79632Released 2y agoNo pricing
-
7,577674.0Released 2y agoFree + from $9/mo87 uxpilot.ai51 Reply Share Edit Delete Report
-
3,566591.6v2.1 released 6mo agoFree + from $10/moIt gets 2 stars for actually being able to deploy an app. But I'd give it negative 5 stars because it will cause pure rage when it starts to break your app and won't reference what is currently deployed or it will break backups. Wtf?!?!93 Reply Share Edit Delete Report
Code snippets20
Open-
749155.0Released 1y agoFree + from $15/mo
-
AI-powered code generator for efficient development.Open4411093.1111Released 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
-
164624.565Released 8mo ago100% Free
Code explanations5
Open-
3,62032Released 2y ago100% Free
-
2,676304.5Released 2y ago100% Free
-
2,49828Released 2y agoFree + from $7/mo
Markup languages7
Open-
3,688195.0Released 1y agoFree + from $5/moIt was pretty easy to make some fancy stuff with a decent prompt. I made a music playerReply Share Edit Delete Report
-
27,547723.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
-
6101644.8181Released 9mo ago100% Free
Code analysis5
OpenFrontend development3
Open-
7652Released 1y agoFree + from $12/mo
-
694101.0Released 1y agoFree + from $9/mo
-
331285.044Released 9mo ago100% Free
Coding mentorship3
Open-
4113Released 1y agoFree + from $8.3/mo
-
79915Released 1y agoFree + from $9.99/mo
-
Supercharge your tech skills with AI-powered learning.Open4077Released 1y agoFree + from $14.99/mo
Regex7
OpenAPIs6
Open-
406175.0Released 1y ago100% Free
-
1,24211Released 2y ago100% Free
-
10,781125.0Released 1mo agoFree + from $33.95/mo10,132 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,213464.0v6.0.15 released 1mo agoFree + from $0.0526,969 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,787635.0Released 1y agoFree + from $0.01
-
8,866182.0Released 1y agoFree + from $15/mo22 Reply Share Edit Delete Report
Code refactoring2
Open-
1,92994.0Released 2y ago100% Free
-
1,1492441.0401Released 3mo ago100% Free
Developer assistance2
Open-
1674Released 1y agoFree + from $0.50
-
3436Released 1y agoFree + from $5.09/mo
Related Tasksโ
Most impacted jobs

Chief Technology Officer
Impact: 100%
Tasks: 1097
AIs: 14,725

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

C# Developer
Impact: 100%
Tasks: 1453
AIs: 15,928

C++ Developer
Impact: 100%
Tasks: 1204
AIs: 12,540

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

C Developer
Impact: 100%
Tasks: 1445
AIs: 16,009
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