▼ Price
Ai-based coding
Free mode
100% free
Freemium
Free Trial
Featured matches
-
23,91214Released 2mo agoFree + from $12/mo
-
3,22822Released 2mo agoFree + from $17.65/mo
-
4,71412Released 1mo agoFree + from $25/mo
Other tools
-
1,16629Released 11mo ago100% Free
-
5,994125Released 2y ago100% FreeUmer Colville🙏 22 karmaJul 29, 2025This 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
-
9615Released 2y ago100% Free
-
14,06496Released 2y ago100% Free
- Sponsor:Rocket.new Vibe Coding
-
5,01659Released 2y ago100% Free
-
11,16168Released 2y ago100% Free
-
1,9289Released 2y ago100% Free
-
6236Released 1y agoFrom $2.9
-
AI-driven code learning platform for hands-on practice anytime, anywhere.Open4977Released 1y agoFree + from $2.99/mo
-
3556Released 1y agoFrom $4
-
75722Released 1y agoFree + from $4.99/mo
-
7,62539Released 2y agoFrom $5
- Didn't find the AI you were looking for?
-
1,30424Released 2y agoFree + from $5
-
3,68132Released 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!
-
3,79416Released 2y agoFree + from $6.99
-
28,60950Released 6mo 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.
-
4755Released 2y agoFree + from $7/mo
-
67319Released 1y agoFree + from $7.5/mo
-
2,13520Released 2y agoFree + from $8/mo
-
4054Released 1y agoFree + from $9/mo
-
6427Released 10mo agoFree + from $9.60/mo
-
79815Released 1y agoFree + from $9.99/mo
-
48310Released 1y agoFree + from $10/mo
-
3,52359v2.1 released 5mo 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?!?!
-
97520Released 1y agoFree + from $14.99/mo
-
Supercharge your tech skills with AI-powered learning.Open4057Released 1y agoFree + from $14.99/mo
-
1,88325Released 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.
-
4,52820Released 8d agoFree + from $16/mo
-
59911Released 2y agoFrom $17.73/mo
-
7,35531Released 3y agoFree + from $19/mo
-
1,63325Released 1y agoFree + from $19/mo
-
11,419184Released 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
-
2,63245Released 2y agoFree + from $19.99/mo
-
2,76616Released 2y agoFrom $19.99
-
2,27530Released 2y agoFrom $24/mo
-
3661Released 1y agoFree + from $24.99/mo
-
37,14676v1.1 released 4mo agoFrom $25/mo
-
6,35434v1 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.
-
5535Released 1y agoFree + from $43.26/mo
-
2,21468Released 1y agoFree + from $45/mo
-
37013Released 1y agoFrom $49/mo
-
2,4574Released 1y agoFrom $75/mo
-
2,48511Released 2y agoFrom $79/mo
-
4185Released 4mo agoFree + from $99/mo
-
4199Released 1y agoFree + from $100/mo
-
Open1,83916Released 2y agoFrom $129
-
1965Released 1y agoFree + from $149
-
1,41311Released 1y agoFrom $250/mo
-
2,73314Released 2y agoNo pricing
-
3,11113Released 2y agoNo pricing
-
5,54433Released 2y agoNo pricing
-
AI-timekeeping enabling lawyers, accountants, and consultants to focus on their work.Open3,31333v3.3 released 10mo agoNo pricing
-
1,83152Released 5mo agoNo pricing
-
Open1,73046Released 10mo agoNo pricing
-
Open52312Released 11mo agoNo pricing
-
83215Released 1y agoNo pricing
-
3574Released 1y agoNo pricing
-
7,426115Released 2y agoNo pricing
-
69615Released 1y agoNo pricingAt first,. i was a bit disappointed, as it seemed to just give me suggestions, steps and guides to complete a task, but once i asked it to get its hands dirty and create something, for ex a database, it wrote a quick and accurate response for it. I recommend you spend a little time with this one if you want to get a good result you're looking for
-
1,6258Released 2y agoNo pricing
-
4032Released 2y agoNo pricing
-
8,885146Released 4y agoNo pricing
-
AI-powered manifest and Lua script generation for developers.Open14,3859394,783Released 4mo 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()
-
1,595242v1 released 3y agoNo pricing
-
Offering complete coding solutions for Apple MapKit.Open18519Released 1y ago100% Free
-
255126Released 1y ago100% Free
-
Check your coding skill from uploaded codes.Open3174217Released 1y ago100% Free
-
1607Released 1y ago100% Free
-
2104304Released 1y ago100% Free
-
1953628Released 1y ago100% Free
-
2973218Released 1y ago100% Free
-
292450Released 1y ago100% Free
-
Expert in TailwindCSS, providing coding guidance and best practices.Open9315Released 1y ago100% Free
-
3912323Released 1y ago100% Free
-
191112Released 1y ago100% Free
-
1201Released 1y ago100% Free
-
Open35023Released 1y ago100% Free
-
2703Released 1y ago100% Free
-
891682Released 1y ago100% Free
-
947Released 1y ago100% Free
-
92284Released 1y ago100% Free
-
179290Released 1y ago100% Free
-
4,692747Released 1y ago100% Free
-
Advanced AI-powered IDE for paired-programming and software developmentOpen7437Released 1y ago100% Free
-
2211Released 1y ago100% Free
-
280219Released 1y ago100% Free
-
36213Released 1y ago100% Free
-
6972828Released 1y ago100% Free
-
700316Released 1y ago100% Free
-
327772Released 1y ago100% Free
-
982129Released 1y ago100% Free
-
97328346Released 1y ago100% Free
-
329148Released 1y ago100% Free
-
4542214Released 1y ago100% Free
-
Open13418Released 1y ago100% Free
-
227149Released 1y ago100% Free
-
AI expert, mastering Kotlin programming and problem-solving.Open18418Released 1y ago100% Free
-
263559Released 1y ago100% Free
-
5582139Released 1y ago100% FreePretty good! gives the HTML code and can be interfaced directly with chatgpt
-
6475332Released 1y ago100% Free
-
Open3122Released 1y ago100% Free
-
10766,000Released 1y ago100% Free
-
212360Released 1y ago100% Free
-
2111286Released 1y ago100% Free
-
2731826Released 1y ago100% Free
-
Expert software engineering insights at your fingertips.Open1381257Released 1y ago100% Free
-
Open15322Released 1y ago100% Free
-
133238Released 1y ago100% Free
-
255128Released 1y ago100% Free
-
10975Released 1y ago100% Free
-
164Released 1y ago100% Free
-
1,0432139Released 1y ago100% Free
-
196173Released 1y ago100% Free
-
331234Released 1y ago100% Free
-
20311Released 1y ago100% Free
-
150417Released 1y ago100% Free
-
178248Released 1y ago100% Free
-
337329Released 1y ago100% Free
-
277176Released 1y ago100% Free
-
AI guide for Python certification with project-based learning.Open95120Released 1y ago100% Free
-
2728303Released 1y ago100% Free
-
11824Released 1y ago100% Free
-
194140Released 1y ago100% Free
-
133670Released 1y ago100% Free
-
163146Released 1y ago100% Free
-
10012Released 1y ago100% Free
-
56214121Released 1y ago100% Free
-
31514Released 1y ago100% Free
-
264365Released 1y ago100% Free
-
1821656Released 1y ago100% Free
-
70170Released 1y ago100% Free
-
974Released 1y ago100% Free
-
901200Released 1y ago100% Free
-
433149Released 1y ago100% Free
Post