▼ Latest
Software programming
Free mode
100% free
Freemium
Free Trial
Featured matches
-
840,717636v1.6 released 16d agoFree + from $12/moSahil Mohan Bansal🙏 233 karmaNov 13, 2024Reducing manual efforts in first-pass during code-review process helps speed up the "final check" before merging PRs
-
13,23912Released 27d agoNo pricing
-
1,5082Released 29d 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!
-
Secuarden is your LLM-powered, context-aware security co-pilot for code reviews.Open4,7489Released 2mo agoFree + from $30
Verified tools
-
28,81950Released 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.
-
2,47137Released 2mo agoFrom $12/mo
-
14,171285Released 1y agoNo pricing
-
13,37391Released 1y agoFree + from $50/yr
- Sponsor:Rocket.new Vibe Coding
-
1,41511Released 1y agoFrom $250/mo
Other tools
-
3,53159v2.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?!?!
-
13,59371v2.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.
-
31,315301v0.48.6 released 6mo agoFree + from $16/mo
-
1,11030Released 7mo agoFrom $9/mo
-
5,94336Released 7mo agoNo pricing
-
Open52312Released 11mo agoNo pricing
-
4222Released 1y agoFree + from $9/mo
-
3639Released 1y agoFrom $124
-
2,44582Released 1y ago100% Free
-
65722Released 1y ago100% Free
-
1463Released 1y agoFree + from $19/mo
-
58510Released 1y ago100% Free
- Didn't find the AI you were looking for?
-
2844Released 1y agoNo pricing
-
75314Released 1y agoFree + from $9/mo
-
1,12440Released 1y ago100% Free
-
80823Released 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.
-
2,4634Released 1y agoFrom $75/mo
-
81124Released 1y ago100% Free
-
2,21768Released 1y agoFree + from $45/mo
-
2551Released 1y agoFree + from $49/mo
-
67019Released 1y ago100% Free
-
1,64610Released 1y agoFrom $9.99/mo
-
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,13625Released 1y agoFree + from $20/mo
-
1,63525Released 1y agoFree + from $19/mo
-
1,23848Released 1y ago100% Free
-
2467Released 1y agoNo pricing
-
73919Released 1y agoFree + from $20/mo
-
3165Released 1y agoNo pricing
-
67419Released 1y agoFree + from $7.5/mo
-
4,33918Released 1y ago100% Free
-
1,3808Released 1y agoFrom $5/mo
-
1,67421Released 1y agoFree + from $19/mo
-
9607Released 1y agoFree + from $500/mo
-
8857Released 1y agoFrom $15/mo
-
3,68219Released 1y agoFree + from $5/moIt was pretty easy to make some fancy stuff with a decent prompt. I made a music player
-
3,16124Released 1y agoFree + from $25/mo
-
51510Released 1y agoFree + from $69/mo
-
40,579856Released 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.
-
25,840449Released 2y agoFree + from $12/mo
-
1,1646Released 2y agoFrom $3
-
70419Released 2y agoFree + from $2
-
Transform programming ideas into crystal-clear pseudocode instantly.Open25109Released 1mo ago100% Free
-
Open1364750Released 2mo ago100% Free
-
1,113237378Released 3mo ago100% Free
-
2,5257981,045Released 3mo ago100% Free
-
AI-powered manifest and Lua script generation for developers.Open14,5639472,915Released 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()
-
4769Released 6mo ago100% Free
-
AI-powered code generator for efficient development.Open439109111Released 8mo ago100% FreeIf you just started using python or coding this could help you a lot! I remember first time searching for a string of code and... it wasnt the most easy task at all.
-
1646265Released 8mo ago100% Free
-
419106104Released 8mo ago100% Free
-
4144647Released 8mo ago100% Free
-
4499091Released 8mo ago100% Free
-
4504166Released 9mo ago100% Free
-
522125123Released 9mo ago100% Free
-
2814370Released 10mo ago100% Free
-
2626086Released 10mo ago100% Free
-
Open2701535Released 10mo ago100% Free
-
3414171Released 10mo ago100% Free
-
1763941Released 10mo ago100% FreeWeb Development and App Building Services Overview As a skilled developer, I can assist with creating websites and building mobile applications. I can also generate code to help with programming tasks. Web Development Services Mobile App Development Services Cross-Platform Mobile Apps: I can also develop cross-platform mobile apps using frameworks like React Native, Flutter, or Xamarin. Mobile App Design: I can create user-friendly and intuitive mobile app designs that meet your specific needs. Programming Services Code Generation: I can generate code snippets in various programming languages, including Python, Java, JavaScript, and C . Programming Language Support: I can assist with programming tasks in a variety of languages, including but not limited to: Bug Fixing and Debugging: I can help identify and fix errors in your code. Example Code Generation Here's an example of a simple "Hello, World!" program in Python: def main(): print("Hello, World!") if __name__ == "__main__": main() Or a simple JavaScript function to add two numbers: function addNumbers(a, b) { return a b; } console.log(addNumbers(2, 3)); // Output: 5 Let me know if you have a specific project in mind, and I'll be happy to assist you. I can create websites, build apps and generate codes
-
2482342Released 11mo ago100% Free
-
Open2183661Released 11mo ago100% Free
-
AI-powered algorithm generator for effortless coding solutions.Open3053054Released 11mo ago100% Free
-
2103255Released 11mo ago100% Free
-
1642529Released 1y ago100% Free
-
3555772Released 1y ago100% Free
-
2722438Released 1y ago100% Free
-
2151331Released 1y ago100% Free
-
4664775Released 1y ago100% Free
-
85885163Released 1y ago100% Free
-
Open4,452726Released 1y ago100% Free
-
Software Dev Assistant focusing on Unity, JS/TS, MongoDB, React, and more.Open28211Released 1y ago100% Free
-
78522Released 1y ago100% Free
-
72620Released 1y ago100% Free
-
49921Released 1y ago100% Free
-
22213Released 1y ago100% Free
-
256126Released 1y ago100% Free
-
30242Released 1y ago100% Free
-
3085Released 1y ago100% Free
-
500637Released 1y ago100% Free
-
3731100Released 1y ago100% Free
-
5,03813818Released 1y ago100% Free
-
4277107Released 1y ago100% Free
-
5105654Released 1y ago100% Free
-
6394Released 1y ago100% Free
-
38126Released 1y ago100% Free
-
14018Released 1y ago100% Free
-
148110Released 1y ago100% Free
-
91013400Released 1y ago100% Free
-
460593Released 1y ago100% Free
-
Translating any language messages to English as per Conventional Commits.Open2413Released 1y ago100% Free
-
1131259Released 1y ago100% Free
-
4612Released 1y ago100% Free
-
36416Released 1y ago100% Free
-
848425Released 1y ago100% FreeClean solution. Like how it handles edge cases and keeps it readable too.
-
32236Released 1y ago100% Free
-
201610Released 1y ago100% Free
-
284519Released 1y ago100% Free
-
Providing complete coding solutions for Apple EventKitOpen1239Released 1y ago100% Free
-
10928Released 1y ago100% Free
-
Defines and explains function calls from a knowledge source.Open237285Released 1y ago100% Free
-
3644Released 1y ago100% Free
-
280Released 1y ago100% Free
-
130226Released 1y ago100% Free
-
37346Released 1y ago100% Free
-
Virtual assistant for Angular 10 to 11 migration.Open1036Released 1y ago100% Free
-
Expertise in Angular 12 to 13 migration, delivered in French.Open18915Released 1y ago100% Free
-
Your expert guide for authentication & authorization programmingOpen212212Released 1y ago100% Free
-
1963628Released 1y ago100% Free
-
Multilingual assistant for Jest.js unit JavaScript testing.Open11727Released 1y ago100% Free
-
168114Released 1y ago100% Free
-
Expert assistance in JavaScript unit testing with MochaJS.Open1425Released 1y ago100% Free
-
406232Released 1y ago100% Free
-
I'm an expert in every coding language. I help you find solutions, write scripts, and integrate API's.Open262316Released 1y ago100% Free
-
1803Released 1y ago100% Free
-
1391Released 1y ago100% Free
-
Open147115Released 1y ago100% Free
-
2782262Released 1y ago100% Free
-
293450Released 1y ago100% Free
-
27126Released 1y ago100% Free
-
3912323Released 1y ago100% Free
-
Open35123Released 1y ago100% Free
-
11122Released 1y ago100% Free
-
381748Released 1y ago100% Free
-
42641Released 1y ago100% Free
-
323670Released 1y ago100% Free
-
Automatically creates coding descriptions and documentation.Open672732Released 1y ago100% Free
-
381187Released 1y ago100% Free
-
16711Released 1y ago100% Free
-
20611Released 1y ago100% Free
-
Advanced AI-powered IDE for paired-programming and software developmentOpen7437Released 1y ago100% Free
-
38413Released 1y ago100% Free
-
2252Released 1y ago100% Free
-
91124Released 1y ago100% Free
-
2132Released 1y ago100% Free
-
28437Released 1y ago100% Free
-
15815Released 1y ago100% Free
-
9749615Released 1y ago100% Free
-
891Released 1y ago100% Free
-
Your Dart and Flutter development assistant.Open599546Released 1y ago100% Free
-
32716Released 1y ago100% Free
-
948Released 1y ago100% Free
-
700316Released 1y ago100% Free
-
34019Released 1y ago100% Free
-
Identifies key changes in code for precise Git commit messages.Open295231Released 1y ago100% Free
-
2802105Released 1y ago100% Free
-
520234Released 1y ago100% Free
-
Orchestrating coding dialogues with AI expertise.Open267119Released 1y ago100% Free
-
Realistic bash simulation with advanced memory system.Open23942Released 1y ago100% Free
-
Your guide for acing tech interviews with dynamic mock sessions!Open3341Released 1y ago100% Free
-
131318Released 1y ago100% Free
-
12228Released 1y ago100% Free
-
868Released 1y ago100% Free
-
Expert in software engineering and programming.Open154112Released 1y ago100% Free
-
18386Released 1y ago100% Free
-
378320Released 1y ago100% Free
-
14719Released 1y ago100% Free
-
Expert in assembly language programming, providing detailed and accurate assistance.Open245188Released 1y ago100% Free
-
298311Released 1y ago100% Free
-
Open138470Released 1y ago100% Free
-
22641Released 1y ago100% Free
-
Explains Flutter-tools for Neovim, focusing on basics and troubleshooting.Open3425Released 1y ago100% Free
-
32882Released 1y ago100% Free
-
Expert in C# Razor Pages, PostgreSQL, JavaScript, and blockchain development.Open25337Released 1y ago100% Free
-
7447Released 1y ago100% Free
-
13610Released 1y ago100% Free
-
228149Released 1y ago100% Free
-
126141Released 1y ago100% Free
-
829Released 1y ago100% Free
-
9428Released 1y ago100% Free
-
1981825Released 1y ago100% Free
-
28819Released 1y ago100% Free
-
Open176123Released 1y ago100% Free
-
2011100Released 1y ago100% Free
-
160360Released 1y ago100% Free
-
3973101Released 1y ago100% Free
-
10711Released 1y ago100% Free
-
Offering coding assistance and learning support in Swift programming.Open201130Released 1y ago100% Free
-
19818Released 1y ago100% Free
-
7879105Released 1y ago100% Free
-
24524Released 1y ago100% Free
-
Expert in Python, Telegram Bot creation, code review & debugging.Open446446Released 1y ago100% Free
-
6314Released 1y ago100% Free
-
115301Released 1y ago100% Free
-
26476Released 1y ago100% Free
-
In-depth Golang code reviews, explanations, and fixes.Open37444Released 1y ago100% Free
-
1507Released 1y ago100% Free
-
200249Released 1y ago100% Free
-
16224Released 1y ago100% Free
-
16534Released 1y ago100% Free
-
3356200Released 1y ago100% Free
-
Open294520,000Released 1y ago100% Free
-
Open500562Released 1y ago100% Free
-
315138Released 1y ago100% Free
-
17263Released 1y ago100% Free
Post