๐จ
Creativity8,314๐ป
Software1,519๐ป
Coding819
Get alerts
๐
Programming languages18๐
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
(18)
๐
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

55,005
40,615
32,110

29,343
28,348

28,221
26,118
24,242

20,095

19,821

19,116
18,852
17,135
14,733
14,243
13,907
13,659
11,665
11,431
11,190
Go to ๐จ Creativity
๐ท
Images
(2579)
๐
Text
(1878)
๐ป
Software
(1519)
๐ฅ
Videos
(769)
๐
Audio
(533)
๐จ
Art
(485)
๐จ
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,653
10,546
6,997
5,610
1,356

131

65

57

47

41

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

๐Programming languages126๐Query languages48๐Debugging41๐Code reviews33๐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
-
38,1764514.14.5 released 8d agoFree + from $20/moBibash Katel๐ 63 karmaJul 16, 2024The 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,1703704.4v3.2 released 9d 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)9615 Reply Share Edit Delete Report
-
27,817414.7Released 21d agoFree + from $20/mo26,259 devento.ai1 Reply Share Edit Delete Report
Programming languages18
Open-
733Released 12h ago100% Free
-
Open14,9589684.03,042Released 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
-
4551005.0141Released 5mo ago100% Free
Query languages18
Open-
3,59920Released 1y agoFree + from $19/mo
-
83611Released 1y ago100% Free
-
1,4022124.9254Released 1y ago100% Free
Debugging16
Open-
2,4427Released 7d agoFree + from $20/mo1,815 www.multiplayer.app
-
164524.050Released 8mo ago100% Free
-
1,16929Released 1y ago100% Free
Code reviews14
Open-
855,6186413.9v1.6 released 21d agoFree + from $12/mo748,572 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
-
AI-powered code reviews that accelerate pull requests and improve code qualityOpen986244.7Released 1mo agoFree + from $12.50/moI signed up for early access and have been using codoki for a few months now, eventually brought it into my team as well. Great tool, simple to use, not overwhelming and has caught things in a way thats actually digestible222 Reply Share Edit Delete Report
-
461943.095Released 8mo ago100% Free
Code documentation11
OpenCoding lessons7
Open-
7991654.9195Released 11mo 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
-
276262.639Released 1y ago100% Free
-
98020Released 1y agoFree + from $14.99/mo
Code optimization2
Open-
91410Released 1y agoFree + from $5/mo
-
13,183724.0Released 2y agoFree + from $490/yr
Vibe coding20
Open-
12,604125.0Released 16d agoFree + from $20/mo11,949 www.rocket.new
-
5,412235.0Released 15d agoFree + from $16/mo3,714 base44.com
-
27,817414.7Released 21d agoFree + from $20/mo26,259 devento.ai1 Reply Share Edit Delete Report
Code snippets20
Open-
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
-
165624.565Released 8mo ago100% Free
-
422475.048Released 8mo ago100% Free
Code explanations5
Open-
AI code assistant: Analyze, explain, and optimize snippets instantly.Open276334.659Released 10mo ago100% Free
-
Open154172.531Released 1y ago100% Free
-
3,62032Released 2y ago100% Free
Markup languages7
Open-
6101644.8181Released 9mo ago100% Free
-
3681015.0104Released 9mo ago100% Free
-
146385.044Released 10mo ago100% Free
Code analysis5
Open-
383115.0Released 1y ago100% Free
-
1,0365Released 2y ago100% Free
-
4,590375.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
Frontend development3
Open-
7672Released 1y agoFree + from $12/mo
-
331285.044Released 9mo ago100% Free
-
694101.0Released 1y agoFree + from $9/mo
Coding mentorship3
Open-
79915Released 1y agoFree + from $9.99/mo
-
Supercharge your tech skills with AI-powered learning.Open4077Released 1y agoFree + from $14.99/mo
-
4113Released 1y agoFree + from $8.3/mo
Regex7
OpenAPIs6
Open-
406175.0Released 1y ago100% Free
-
10,812125.0Released 1mo agoFree + from $33.95/mo10,155 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
-
2615Released 1y agoFree + from $49/mo
Code testing1
Open-
30,258464.0v6.0.15 released 1mo agoFree + from $0.0527,007 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,791635.0Released 1y agoFree + from $0.01
-
8,867182.0Released 1y agoFree + from $15/mo22 Reply Share Edit Delete Report
Code refactoring2
Open-
1,1512441.0401Released 3mo ago100% Free
-
1,93094.0Released 2y 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