▼ Latest
Ai-based coding
Free mode
100% free
Freemium
Free Trial
Featured matches
-
4,0219Released 2d ago100% Free
-
5,90214Released 1mo agoFree + from $25/mo
-
3,43424Released 3mo agoFree + from $17.65/mo
-
26,51822Released 3mo agoFree + from $12/mo
Verified tools
-
30,32651Released 7mo agoFree + from $7/moUmer Colville🙏 23 karmaJul 30, 2025Honestly 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.
-
37,51477v1.1 released 4mo agoFrom $25/mo
-
AI-timekeeping enabling lawyers, accountants, and consultants to focus on their work.Open3,35733v3.3 released 10mo agoNo pricing
-
6,08628Released 24d agoFree + from $16/mo
- Spotlight: Speechmatics | AI Voice Agents (Voice agents)
-
6125Released 4mo agoFree + from $99/mo
-
Open1,75846Released 10mo agoNo pricing
-
1,41911Released 1y agoFrom $250/mo
-
6,36634v1 released 2y agoFree + from $35.99/moRunDiffusion is different, the things I've made! My grandson got me into image generation a few months ago. This is his favorite and I can see why.
-
2,77126Released 5mo agoFree + from $15/moCodespell streamlined our development process by automating repetitive backend tasks. It’s intuitive, efficient, and has become a core part of our workflow.
Other tools
-
71Released 11h agoFree + from $10/mo
-
1,85352Released 6mo agoNo pricing
-
6647Released 10mo agoFree + from $9.60/mo
-
Open52812Released 11mo agoNo pricing
-
1,17829Released 1y ago100% Free
-
38014Released 1y agoFrom $49/mo
-
84116Released 1y agoNo pricing
-
98720Released 1y agoFree + from $14.99/mo
-
4114Released 1y agoFree + from $9/mo
-
49210Released 1y agoFree + from $10/mo
-
81115Released 1y agoFree + from $9.99/mo
-
3674Released 1y agoNo pricing
- Didn't find the AI you were looking for?
-
2,22768Released 1y agoFree + from $45/mo
-
1975Released 1y agoFree + from $149
-
76322Released 1y agoFree + from $4.99/mo
-
3851Released 1y agoFree + from $24.99/mo
-
6316Released 1y agoFrom $2.9
-
3656Released 1y agoFrom $4
-
60212Released 2y agoFrom $17.73/mo
-
Open1,84116Released 2y agoFrom $129
-
2,49111Released 2y agoFrom $79/mo
-
3,71532Released 2y agoFree + from $6/yrI'm a developer and Code Genius is my pair programming, it's amazing how much time it already saved me. Especially when it comes to unit tests (Jest and React Testing Library) 💯 Recommended!
-
2,14720Released 2y agoFree + from $8/mo
-
2,74314Released 2y agoNo pricing
-
6,018125Released 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 ease
-
9655Released 2y ago100% Free
-
2,64746Released 2y agoFree + from $19.99/mo
-
2,76816Released 2y agoFrom $19.99
-
7,434115Released 2y agoNo pricing
-
14,10097Released 2y ago100% Free
-
2,28230Released 2y agoFrom $24/mo
-
1,608242v1 released 3y agoNo pricing
-
5,03259Released 2y ago100% Free
-
11,24071Released 2y ago100% Free
-
3,80816Released 2y agoFree + from $6.99
-
7,36531Released 3y agoFree + from $19/mo
-
3,13613Released 2y agoNo pricing
-
2,5044Released 1y agoFrom $75/mo
-
AI-driven code learning platform for hands-on practice anytime, anywhere.Open5067Released 1y agoFree + from $2.99/mo
-
7,63439Released 2y agoFrom $5
-
5075Released 2y agoFree + from $7/mo
-
Supercharge your tech skills with AI-powered learning.Open4197Released 1y agoFree + from $14.99/mo
-
1,30724Released 2y agoFree + from $5
-
5,56433Released 2y agoNo pricing
-
1,66425Released 1y agoFree + from $19/mo
-
76019Released 1y agoFree + from $7.5/mo
-
1,6288Released 2y agoNo pricing
-
5645Released 1y agoFree + from $43.26/mo
-
4502Released 2y agoNo pricing
-
8,897146Released 4y agoNo pricing
-
1,9399Released 2y ago100% Free
-
3,61462v2.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?!?!
-
11,437184Released 2y agoFree + from $19/moIts a really great code generator, it helped me with lots of codes for lots of programming languages, it gives short answers, explain the code and gives you versions of the code if asked
-
18,887131Released 2y agoFree + from $7.99/mo
-
Open15,5631,0203,268Released 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()
-
Offering complete coding solutions for Apple MapKit.Open18919Released 1y ago100% Free
-
259126Released 1y ago100% Free
-
Open3234217Released 1y ago100% Free
-
1637Released 1y ago100% Free
-
2224304Released 1y ago100% Free
-
1983628Released 1y ago100% Free
-
3043218Released 1y ago100% Free
-
296450Released 1y ago100% Free
-
9715Released 1y ago100% Free
-
3942323Released 1y ago100% Free
-
194112Released 1y ago100% Free
-
1211Released 1y ago100% Free
-
Open35223Released 1y ago100% Free
-
2723Released 1y ago100% Free
-
904682Released 1y ago100% Free
-
95284Released 1y ago100% Free
-
181290Released 1y ago100% Free
-
967Released 1y ago100% Free
-
4,697747Released 1y ago100% Free
-
Advanced AI-powered IDE for paired-programming and software developmentOpen7467Released 1y ago100% Free
-
2251Released 1y ago100% Free
-
36713Released 1y ago100% Free
-
282219Released 1y ago100% Free
-
7002828Released 1y ago100% Free
-
704316Released 1y ago100% Free
-
330772Released 1y ago100% Free
-
1002129Released 1y ago100% Free
-
97328346Released 1y ago100% Free
-
330148Released 1y ago100% Free
-
4552214Released 1y ago100% Free
-
Open13518Released 1y ago100% Free
-
236149Released 1y ago100% Free
-
AI expert, mastering Kotlin programming and problem-solving.Open18918Released 1y ago100% Free
-
266559Released 1y ago100% Free
-
5602139Released 1y ago100% FreePretty good! gives the HTML code and can be interfaced directly with chatgpt
-
6495332Released 1y ago100% Free
-
Open3152Released 1y ago100% Free
-
11066,000Released 1y ago100% Free
-
215360Released 1y ago100% Free
-
2121286Released 1y ago100% Free
-
2771826Released 1y ago100% Free
-
Expert software engineering insights at your fingertips.Open1401257Released 1y ago100% Free
-
Open16022Released 1y ago100% Free
-
136238Released 1y ago100% Free
-
262128Released 1y ago100% Free
-
11375Released 1y ago100% Free
-
167Released 1y ago100% Free
-
197173Released 2y ago100% Free
-
20411Released 2y ago100% Free
-
151417Released 2y ago100% Free
-
353329Released 2y ago100% Free
-
AI guide for Python certification with project-based learning.Open98120Released 2y ago100% Free
-
2748303Released 2y ago100% Free
-
12024Released 2y ago100% Free
-
196140Released 2y ago100% Free
-
137670Released 2y ago100% Free
-
165146Released 2y ago100% Free
-
10312Released 2y ago100% Free
-
56414121Released 2y ago100% Free
-
338234Released 2y ago100% Free
-
1,0462139Released 2y ago100% Free
-
280176Released 2y ago100% Free
-
182248Released 2y ago100% Free
-
270365Released 2y ago100% Free
-
1841656Released 2y ago100% Free
-
73170Released 2y ago100% Free
-
984Released 2y ago100% Free
-
931200Released 2y ago100% Free
-
433149Released 2y ago100% Free
-
31714Released 2y ago100% Free
Post