▼ Latest
Ai-based coding
Free mode
100% free
Freemium
Free Trial
Featured matches
-
3,77018Released 6d agoFree + from $16/mo
-
4,56012Released 1mo agoFree + from $25/mo
-
3,20322Released 2mo agoFree + from $17.65/mo
-
23,55814Released 2mo agoFree + from $12/mo
-
14,58059Released 1y agoFree + from $19/moDheeraj Kumar🙏 15 karmaFeb 8, 2025I just automated my manual data research + emails workflow with Nutix. AI is definitely changing the way we work. Go nutix team.
Verified tools
-
28,39250Released 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.
-
37,10276v1.1 released 4mo agoFrom $25/mo
-
AI-timekeeping enabling lawyers, accountants, and consultants to focus on their work.Open3,30833v3.3 released 10mo agoNo pricing
-
4115Released 4mo agoFree + from $99/mo
- Sponsor:Rocket.new Vibe Coding
-
Open1,72346Released 10mo agoNo pricing
-
1,41211Released 1y agoFrom $250/mo
-
6,34834v1 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.
-
1,84825Released 4mo 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
-
1,82152Released 5mo agoNo pricing
-
6417Released 10mo agoFree + from $9.60/mo
-
Open52312Released 11mo agoNo pricing
-
1,15929Released 11mo ago100% Free
-
37013Released 1y agoFrom $49/mo
-
83015Released 1y agoNo pricing
-
97420Released 1y agoFree + from $14.99/mo
-
4044Released 1y agoFree + from $9/mo
-
48010Released 1y agoFree + from $10/mo
-
79615Released 1y agoFree + from $9.99/mo
-
3564Released 1y agoNo pricing
-
2,20768Released 1y agoFree + from $45/mo
- Didn't find the AI you were looking for?
-
1965Released 1y agoFree + from $149
-
75522Released 1y agoFree + from $4.99/mo
-
4189Released 1y agoFree + from $100/mo
-
3641Released 1y agoFree + from $24.99/mo
-
6226Released 1y agoFrom $2.9
-
3546Released 1y agoFrom $4
-
59911Released 2y agoFrom $17.73/mo
-
Open1,83916Released 2y agoFrom $129
-
2,48111Released 2y agoFrom $79/mo
-
3,67332Released 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,13020Released 2y agoFree + from $8/mo
-
2,73014Released 2y agoNo pricing
-
5,988125Released 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
-
9615Released 2y ago100% Free
-
2,62845Released 2y agoFree + from $19.99/mo
-
2,76616Released 2y agoFrom $19.99
-
7,424115Released 2y agoNo pricing
-
14,05996Released 2y ago100% Free
-
2,27330Released 2y agoFrom $24/mo
-
1,593242v1 released 3y agoNo pricing
-
5,01259Released 2y ago100% Free
-
11,14368Released 2y ago100% Free
-
3,79416Released 2y agoFree + from $6.99
-
7,35331Released 3y agoFree + from $19/mo
-
3,10913Released 2y agoNo pricing
-
2,4514Released 1y agoFrom $75/mo
-
AI-driven code learning platform for hands-on practice anytime, anywhere.Open4967Released 1y agoFree + from $2.99/mo
-
7,62439Released 2y agoFrom $5
-
4745Released 2y agoFree + from $7/mo
-
Supercharge your tech skills with AI-powered learning.Open4047Released 1y agoFree + from $14.99/mo
-
1,30224Released 2y agoFree + from $5
-
5,54133Released 2y agoNo pricing
-
1,62925Released 1y agoFree + from $19/mo
-
67219Released 1y agoFree + from $7.5/mo
-
69515Released 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,6238Released 2y agoNo pricing
-
5505Released 1y agoFree + from $43.26/mo
-
3972Released 2y agoNo pricing
-
8,883146Released 4y agoNo pricing
-
1,9269Released 2y ago100% Free
-
3,51059v2.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?!?!
-
11,410184Released 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
-
AI-powered manifest and Lua script generation for developers.Open14,2409314,737Released 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()
-
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
-
290450Released 1y ago100% Free
-
Expert in TailwindCSS, providing coding guidance and best practices.Open9315Released 1y ago100% Free
-
3912323Released 1y ago100% Free
-
190112Released 1y ago100% Free
-
1201Released 1y ago100% Free
-
Open35023Released 1y ago100% Free
-
2703Released 1y ago100% Free
-
890682Released 1y ago100% Free
-
947Released 1y ago100% Free
-
92284Released 1y ago100% Free
-
179290Released 1y ago100% Free
-
4,690747Released 1y ago100% Free
-
Advanced AI-powered IDE for paired-programming and software developmentOpen7427Released 1y ago100% Free
-
2211Released 1y ago100% Free
-
280219Released 1y ago100% Free
-
36213Released 1y ago100% Free
-
6962828Released 1y ago100% Free
-
699316Released 1y ago100% Free
-
327772Released 1y ago100% Free
-
982129Released 1y ago100% Free
-
97328346Released 1y ago100% Free
-
328148Released 1y ago100% Free
-
4542214Released 1y ago100% Free
-
Open13418Released 1y ago100% Free
-
227149Released 1y ago100% Free
-
AI expert, mastering Kotlin programming and problem-solving.Open18218Released 1y ago100% Free
-
263559Released 1y ago100% Free
-
5582139Released 1y ago100% FreePretty good! gives the HTML code and can be interfaced directly with chatgpt
-
6465332Released 1y ago100% Free
-
Open3122Released 1y ago100% Free
-
10766,000Released 1y ago100% Free
-
212360Released 1y ago100% Free
-
2101286Released 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
-
330234Released 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
-
56114121Released 1y ago100% Free
-
31514Released 1y ago100% Free
-
263365Released 1y ago100% Free
-
1821656Released 1y ago100% Free
-
70170Released 1y ago100% Free
-
974Released 1y ago100% Free
-
901200Released 1y ago100% Free
-
433149Released 1y ago100% Free
Post