▼ Price
Programming ai tools
Free mode
100% free
Freemium
Free Trial
Featured matches
-
10,27270Released 1y agoFree + from $20/mo
Artur Gasparyan (Backed by Berkeley)🙏 11 karmaJul 19, 2024Helps a lot and saves us time with PR review - great cozy tool!
Other tools
-
2,51582Released 1y ago100% Free
-
89424Released 1y ago100% Free
-
4126Released 1y ago100% Free
-
68219Released 1y ago100% Free
- Sponsor:Rocket
-
1,31316Released 2y ago100% Free
-
2,35062Released 2y ago100% Free
-
2,6959Released 2y ago100% Free
-
2,79836Released 2y ago100% Free
-
9705Released 2y ago100% Free
-
11,31973Released 2y ago100% Free
-
2,30840Released 2y ago100% Free
-
2,04128Released 2y ago100% Free
- Didn't find the AI you were looking for?
-
2,35419Released 3y ago100% Freeit's not even a site nor an app, arghh. I'm literally so annoyed right now!
-
1,24042Released 1y ago100% Free
-
98913Released 2y ago100% Free
-
5,04559Released 2y ago100% Free
-
5,50433Released 2y ago100% Free
-
3,32980Released 2y ago100% Free
-
4,37418Released 1y ago100% Free
-
70919Released 2y agoFree + from $2
-
3896Released 1y agoFrom $4
-
1,2478Released 2y agoFree + from $4/mo
-
7,76961Released 3y agoFree + from $4.99/mo
-
51411Released 10mo agoFree + from $4.99/mo
-
1,84124Released 9mo agoFrom $5
-
7025Released 1y agoFree + from $5/mo
-
1,31724Released 2y agoFree + from $5
-
7,64239Released 2y agoFrom $5
-
3,37320Released 1y agoFree + from $6/mo
-
3,82016Released 2y agoFree + from $6.99
-
8,49348Released 3y agoFree + from $6.99/mo
-
31,62753Released 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.
-
5305Released 2y agoFree + from $7/mo
-
2,16220Released 2y agoFree + from $8/mo
-
5,30066Released 2y agoFree + from $8/mo
-
1,11612Released 4mo agoFree + from $9.99/mo
-
1,68211Released 1y agoFrom $9.99/mo
-
82115Released 1y agoFree + from $9.99/mo
-
3,67464v2.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?!?!
-
93623Released 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.
-
3,60658Released 2y agoFree + from $10
-
1,68212Released 2y agoFrom $10
-
2,73521Released 2y agoFree + from $10/mo
-
4,88521Released 4y agoFrom $10/mo
-
27,264451Released 2y agoFree + from $12/mo
-
3296Released 1y agoFree + from $12.99/mo
-
16,99326Released 2mo agoFree + from $15/mo
-
3,72732Released 2y agoFree + from $15/mo
-
3,74014Released 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
-
3671Released 2y agoFrom $19/mo
-
2,91024Released 2y agoFrom $19
-
2,86121Released 2y agoFree + from $20/mo
-
2,06911Released 2y agoFree + from $20/mo
-
8,47274Released 2y agoFree + from $20/mo
-
15,15274v2.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.
-
3,94623Released 2y agoFree + from $30/mo
-
1,9198Released 2y agoFree + from $39
-
9,13591v1 released 2y agoFrom $40.00
-
4853Released 2y agoFree + from $50/mo
-
13,58993Released 1y agoFree + from $50/yr
-
2,5944Released 1y agoFrom $75/mo
-
1,8424Released 1mo agoFrom $99By 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!
-
1,42911Released 2y agoFrom $250/mo
-
7128Released 1y agoNo pricing
-
3,07412Released 2y agoNo pricing
-
2,75114Released 2y agoNo pricing
-
4,20821Released 3y agoNo pricing
-
Open53412Released 1y agoNo pricing
-
4813Released 1y agoNo pricing
-
54410Released 1y agoNo pricingGreat workflow tool with a good deal of nodes. Very easy to use. Can create AI app in minutes.
-
40,796858Released 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.
-
7,441115Released 2y agoNo pricing
-
Open16,7091,1093,694Released 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() -
1736466Released 9mo ago100% Free
-
508120125Released 9mo ago100% Free
-
4304850Released 9mo ago100% Free
-
11725Released 9mo ago100% Free
-
672191210Released 10mo ago100% Free
-
3734677Released 11mo ago100% Free
-
2642544Released 11mo ago100% Free
-
2762043Released 1y ago100% Free
-
2414167Released 1y ago100% Free
-
259126Released 1y ago100% Free
-
188165Released 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.Open311123Released 2y ago100% Free -
Open45812536Released 2y ago100% Free -
1,12415Released 2y ago100% Free
-
Streamlining development with multi-language support, code execution, and debugging.Open16875Released 2y ago100% Free -
217360Released 2y ago100% Free
-
Open304520,000Released 2y ago100% Free -
162269Released 2y ago100% Free
-
I provide Java interview prep and conduct mock interviews.Open47966Released 2y ago100% Free -
36326Released 2y ago100% Free
-
60017686Released 2y ago100% Free
-
869Released 2y ago100% Free
-
183191Released 2y ago100% Free
-
1241204Released 2y ago100% Free
-
Open12532Released 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
-
5307109Released 2y ago100% Free
-
23863Released 2y ago100% Free
-
Open24474Released 2y ago100% Free -
220243Released 2y ago100% Free
-
196140Released 2y ago100% Free
-
2441105Released 2y ago100% Free
-
170230Released 2y ago100% Free
-
83Released 2y ago100% Free
-
151360Released 2y ago100% Free
-
931200Released 2y ago100% Free
-
258239Released 2y ago100% Free
-
2672678Released 2y ago100% Free
-
Open1,518635Released 2y ago100% Free
Post

