▼ Latest
Programming ai tools
Free mode
100% free
Freemium
Free Trial
Featured matches
-
1,7974Released 1mo agoFrom $99Maison Damarante🙏 6 karmaSep 3, 2025By far the best test automation platform! I no longer waste hours writing test code—this AI handles everything. When something breaks, I can see it instantly and fix it. My productivity has easily doubled since I started using it!
-
16,44526Released 2mo agoFree + from $15/mo
-
10,24770Released 1y agoFree + from $20/moHelps a lot and saves us time with PR review - great cozy tool!
Verified tools
-
31,02251Released 7mo agoFree + from $7/moHonestly this is the GOAT, I tried this tool and it was able to either help debug or make scripts from the ground up. It has support for a lot of support languages too, which adds extra points to how good this tool is.
-
1,08811Released 4mo agoFree + from $9.99/mo
-
1,42211Released 2y agoFrom $250/mo
-
3,05412Released 2y agoNo pricing
- Sponsor:Rocket
-
13,53593Released 1y agoFree + from $50/yr
Other tools
-
3,65062v2.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?!?!
-
14,84674v2.0 released 6mo agoFree + from $22/moWarp is probably the best CLI on the Mac Platform, even better when you are in the middle of that complex linux string and you think How do I...just ask the AI and it will give you that answer you forget all those years ago.
-
1,82524Released 9mo agoFrom $5
-
Open53012Released 1y agoNo pricing
-
6955Released 1y agoFree + from $5/mo
-
4553Released 1y agoNo pricing
-
2,45582Released 1y ago100% Free
-
81724Released 1y ago100% Free
-
5349Released 1y agoNo pricingGreat workflow tool with a good deal of nodes. Very easy to use. Can create AI app in minutes.
-
4016Released 1y ago100% Free
-
3236Released 1y agoFree + from $12.99/mo
-
86323Released 1y agoFree + from $10/moI love it. It's a great tool that helps you define your projects ideas. And also can help you find ideas.
- Didn't find the AI you were looking for?
-
2,5344Released 1y agoFrom $75/mo
-
67719Released 1y ago100% Free
-
1,66611Released 1y agoFrom $9.99/mo
-
3,34120Released 1y agoFree + from $6/mo
-
3746Released 1y agoFrom $4
-
7088Released 1y agoNo pricing
-
1,30916Released 2y ago100% Free
-
5155Released 2y agoFree + from $7/mo
-
2,34062Released 2y ago100% Free
-
3381Released 2y agoFrom $19/mo
-
2,6919Released 2y ago100% Free
-
1,9138Released 2y agoFree + from $39
-
3,81116Released 2y agoFree + from $6.99
-
3,59858Released 2y agoFree + from $10
-
1,2428Released 2y agoFree + from $4/mo
-
2,15520Released 2y agoFree + from $8/mo
-
3,72814Released 2y agoFrom $17Wonderful product for iOS and MacOS development. Helps a lot when you are stuck with some technical programming related issue. Good part is response is directly posted in Xcode IDE itself
-
2,79236Released 2y ago100% Free
-
2,74514Released 2y agoNo pricing
-
1,67912Released 2y agoFrom $10
-
2,85621Released 2y agoFree + from $20/mo
-
3,71532Released 2y agoFree + from $15/mo
-
9665Released 2y ago100% Free
-
2,73221Released 2y agoFree + from $10/mo
-
11,28771Released 2y ago100% Free
-
2,90224Released 2y agoFrom $19
-
1,31224Released 2y agoFree + from $5
-
2,30440Released 2y ago100% Free
-
4843Released 2y agoFree + from $50/mo
-
2,03528Released 2y ago100% Free
-
5,29466Released 2y agoFree + from $8/mo
-
9,12291v1 released 2y agoFrom $40.00
-
4,20021Released 3y agoNo pricing
-
2,35019Released 3y ago100% Freeit's not even a site nor an app, arghh. I'm literally so annoyed right now!
-
7,76061Released 3y agoFree + from $4.99/mo
-
8,48648Released 3y agoFree + from $6.99/mo
-
4,87821Released 4y agoFrom $10/mo
-
40,752856Released 3y agoNo pricingCode varies from run to run. Still it is a helpful app. You can specify coding languages that are not in the dropdown menu.
-
1,15640Released 1y ago100% Free
-
2,06011Released 2y agoFree + from $20/mo
-
8,45974Released 2y agoFree + from $20/mo
-
7,437115Released 2y agoNo pricing
-
97513Released 2y ago100% Free
-
26,944449Released 2y agoFree + from $12/mo
-
49611Released 10mo agoFree + from $4.99/mo
-
3,94323Released 2y agoFree + from $30/mo
-
5,03859Released 2y ago100% Free
-
70719Released 2y agoFree + from $2
-
7,63639Released 2y agoFrom $5
-
5,49633Released 2y ago100% Free
-
3,32380Released 2y ago100% Free
-
4,36318Released 1y ago100% Free
-
81515Released 1y agoFree + from $9.99/mo
-
7597Released 8mo agoFrom $20/mo
-
Open16,1241,0633,474Released 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()
-
1676265Released 9mo ago100% Free
-
497118122Released 9mo ago100% Free
-
4264849Released 9mo ago100% Free
-
11525Released 9mo ago100% Free
-
652183203Released 10mo ago100% Free
-
3664475Released 10mo ago100% Free
-
2592544Released 11mo ago100% Free
-
2742043Released 11mo ago100% Free
-
2374066Released 11mo ago100% Free
-
259126Released 1y ago100% Free
-
187165Released 1y ago100% Free
-
267210Released 1y ago100% Free
-
165137Released 1y ago100% Free
-
160158Released 1y ago100% Free
-
37946Released 1y ago100% Free
-
Expert on Google cloud services with Javascript.Open309223Released 1y ago100% Free
-
Open45812536Released 2y ago100% Free
-
1,12115Released 2y ago100% Free
-
Streamlining development with multi-language support, code execution, and debugging.Open16675Released 2y ago100% Free
-
216360Released 2y ago100% Free
-
Open303520,000Released 2y ago100% Free
-
162269Released 2y ago100% Free
-
I provide Java interview prep and conduct mock interviews.Open47966Released 2y ago100% Free
-
36126Released 2y ago100% Free
-
60017686Released 2y ago100% Free
-
869Released 2y ago100% Free
-
183191Released 2y ago100% Free
-
1241204Released 2y ago100% Free
-
Open12432Released 2y ago100% Free
-
Your dedicated assistant for Laravel API development.Open214520Released 2y ago100% Free
-
3176228Released 2y ago100% Free
-
31233Released 2y ago100% Free
-
24933Released 2y ago100% Free
-
9461Released 2y ago100% Free
-
5287109Released 2y ago100% Free
-
23063Released 2y ago100% Free
-
Open24474Released 2y ago100% Free
-
217243Released 2y ago100% Free
-
196140Released 2y ago100% Free
-
83Released 2y ago100% Free
-
2441105Released 2y ago100% Free
-
167230Released 2y ago100% Free
-
150360Released 2y ago100% Free
-
931200Released 2y ago100% Free
-
255239Released 2y ago100% Free
-
2662678Released 2y ago100% Free
-
Open1,515635Released 2y ago100% Free
Post