▼ State of the art
Software development
Free mode
100% free
Freemium
Free Trial
Other tools
-
26,12734v2 released 13d agoFree + from $19.99/moDavid Valdez🛠️ 1 tool 🙏 15 karmaAug 8, 2025Genuinely did not expect the sheer capability of this tool. I thought it would just make the text part of the e-mail but no, it just can generate the entire thing, and it allows you to take it and edit it further to your liking. Mind blown.
-
Your AI Studio for supercharged productivity, file management, development, and task automation.Open20,317167v3.1.17 released 6mo agoFree + from $49
-
6,30490Released 10mo agoNo pricingThis tool is really good. it does a great job, and it cuts my development time down to the point where I can finally catch up on all my movies and series in wishlist.
-
14,61659Released 1y agoFree + from $19/moI just automated my manual data research + emails workflow with Nutix. AI is definitely changing the way we work. Go nutix team.
-
14,61659Released 1y agoFree + from $19/moI just automated my manual data research + emails workflow with Nutix. AI is definitely changing the way we work. Go nutix team.
- Sponsor:Rocket.new Vibe Coding
-
15,642357v3.1 released 1mo ago100% FreeThis is my best bro! I communicate with him like my best friend, he always helps to direct my thoughts and ideas in the right direction, always tells me how to improve something and always gives detailed instructions during the conversation. Thanks to him, I’m launching a new project, in which he helps me take my ideas to a new level, just communication, during which you reassemble your concept and rethink your original idea, because you didn’t know how it would be better and more correct. DeepSeek is my best assistant today, my creative inspiration, who gives me support and confidence in my business, guiding me to realize my dreams)
-
Transform your codebase into comprehensive, beautiful documentation automatically.Open2,71348Released 1y ago100% Free
-
Open8,64077Released 8mo agoFrom $1I found out this girl i was talking to was catfish, and just promoting her OF account
-
Open8,64077Released 8mo agoFrom $1I found out this girl i was talking to was catfish, and just promoting her OF account
-
11,974127Released 1y agoFree + from $29/mo
-
11,974127Released 1y agoFree + from $29/mo
-
4,5309Released 1y agoFree + from $3/mo
-
4,5309Released 1y agoFree + from $3/mo
-
Open3,86230Released 1y agoFrom $89/mo
-
Open3,86230Released 1y agoFrom $89/mo
-
11,83237Released 2y agoFree + from $29.99/mo
-
12,75212Released 23d agoNo pricing
- Didn't find the AI you were looking for?
-
Open1,4847Released 6mo agoFrom $5.99
-
1,70624Released 2y ago100% Free
-
28,43950Released 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.
-
8,58021v2 released 3mo agoFree + from $19/moLove how intuitive the workflow is—clean, simple, and gets the job done!
-
37,11476v1.1 released 4mo agoFrom $25/mo
-
26,028228v2.2 released 5mo agoFree + from $20/moTry doing anything real with Lovable and welcome to the error loop. Has a lot of potential but Lovable does not seem to be ready to produce real apps with multiple pieces that need to work together without getting stuck in error loops. Disappointing.
-
3,51159v2.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,43969v2.0 released 5mo 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.
-
1,88410v2.0 released 5mo agoNo pricing
-
30,543300v0.48.6 released 6mo agoFree + from $16/mo
-
From idea to software application fast with Archie’s AI-first platform and services.Open25,013468v2.3 released 1y agoFree + from $1000
-
3972Released 1y agoNo pricing
-
7386Released 1y agoFree + from $99/mo
-
2,39722Released 2y agoFree + from $10/mo
-
93532Released 2y agoFree + from $49/mo
-
2817Released 2y agoFrom $29/mo
-
2,8985Released 6d agoFree + from $13/moFrom one of our customers: We are running our 15 person VC-backed company right now without a PM. Devplan helps fills that gap for us by generating high-quality user stories that sync in Linear in minutes. What used to take me days of back and forth and refinement I’m now doing in less then a hour.
-
Transform programming ideas into crystal-clear pseudocode instantly.Open2198Released 1mo ago100% Free
-
Open1244551Released 2mo ago100% Free
-
2,44534Released 2mo agoFrom $12/mo
-
1,66119Released 2mo agoFree + from $15/mo
-
2,3947631,308Released 3mo ago100% Free
-
1,45013Released 3mo agoFree + from $20/moSeemed good, the concept of 'vibe coding' is reaaally cool, but I couldnt generate anything with this tool :(
-
69213Released 3mo agoFree + from $9/mo
-
AI-powered manifest and Lua script generation for developers.Open14,2789324,748Released 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()
-
22,315190Released 5mo agoFree + from $10/moEmergent is the first agentic vibecoding platform built for serious builders. If you’re pouring time, money, and energy into building a product that matters, you deserve a platform that takes your ambition seriously. As your AI-native product engineering partner—wired to think in systems, not snippets—Emergent transforms natural conversations into production-grade, full-stack applications without requiring developers. It doesn’t just ”help you code”—it builds end-to-end: real databases, working APIs, secure authentication, production-ready infrastructure, and all the glue in between. Emergent conducts thorough research and deep product planning, developing
-
1282441Released 6mo ago100% Free
-
1,10530Released 7mo agoFrom $9/mo
-
1,43515Released 7mo agoNo pricing
-
AI-powered code generator for efficient development.Open435108122Released 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.
-
1616269Released 8mo ago100% Free
-
407102109Released 8mo ago100% Free
-
4104551Released 8mo ago100% Free
-
4438995Released 8mo ago100% Free
-
4494175Released 8mo ago100% Free
-
AI-powered Stripe expert for seamless integration.Open1331825Released 9mo ago100% Free
-
510124131Released 9mo ago100% Free
-
2575996Released 9mo ago100% Free
-
Open2701544Released 9mo ago100% Free
-
3354178Released 10mo ago100% Free
-
1673845Released 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
-
5999Released 10mo agoFree + from $15/mo
-
307Released 10mo agoFree + from $100/yr
-
1,84543Released 10mo agoNo pricing
-
2482348Released 10mo ago100% Free
-
Open2183667Released 11mo ago100% Free
-
Open52312Released 11mo agoNo pricing
-
No more guesswork: get AI-powered software cost estimates in minutesOpen10,866244Released 11mo ago100% Free
-
AI-powered algorithm generator for effortless coding solutions.Open2982973Released 11mo ago100% Free
-
2103260Released 11mo ago100% Free
-
3,36127Released 11mo agoFree + from $25/moIf you want to save time from design to developer handoff this ist he ideal tool. Have a look at our 30 second video: https://www.youtube.com/watch?v=-RMQAritpJ8
-
72613Released 11mo agoFrom $39
-
1,06917Released 11mo agoFree + from $40/yr
-
1852Released 1y agoFrom $25/mo
-
Visualize and manage software projects with AI-powered user story mapping.Open2143Released 1y agoFree + from $16/mo
-
3545682Released 1y ago100% Free
-
241Released 1y agoNo pricing
-
2702439Released 1y ago100% Free
-
2141332Released 1y ago100% Free
-
4565Released 1y agoNo pricing
-
54112Released 1y agoFree + from $99/mo
-
1,18132Released 1y agoFree + from $15/mo
-
2333456Released 1y ago100% Free
-
4654678Released 1y ago100% Free
-
1,16554Released 1y ago100% Free
-
84984172Released 1y ago100% Free
-
2,43982Released 1y ago100% Free
-
2373Released 1y agoFree + from $30/mo
-
2652Released 1y agoFrom $14.99/mo
-
3821Released 1y agoNo pricing
-
1,34027Released 1y ago100% Free
-
2395Released 1y ago100% Free
-
6696Released 1y agoFree + from $2000
-
1,75650Released 1y ago100% FreeThe AI answers that "the context it has is empty" and that "it can't answer". Try Perplexity.ai instead
-
1413Released 1y agoFree + from $19/mo
-
60Released 1y agoNo pricing
-
2,26721Released 1y agoFree + from $9
-
58210Released 1y ago100% Free
-
14,160285Released 1y agoNo pricing
-
1,12140Released 1y ago100% Free
-
Open54720Released 1y ago100% Free
-
1613Released 1y agoFrom $57
-
3,60241Released 1y agoFree + from $199/mo
-
3042Released 1y agoFree + from $4/mo
-
Streamline security workflows with AI recommendations in JiraOpen3556Released 1y agoFree + from $10/mo
-
33610Released 1y agoNo pricing
-
80624Released 1y ago100% Free
-
2,20868Released 1y agoFree + from $45/mo
-
2541Released 1y agoFree + from $49/mo
-
190Released 1y agoFree + from $89/mo
-
4568Released 1y agoNo pricing
-
Elevate team performance with data-driven project managementOpen2543Released 1y agoFree + from $11/mo
-
64014Released 1y agoNo pricing
-
66819Released 1y ago100% Free
-
48126Released 1y agoFree + from $19/mo
-
3583Released 1y agoFrom $49/mo
-
74815Released 1y agoFree + from $15/mo
-
Open153Released 1y agoNo pricing
-
1,64110Released 1y agoFrom $9.99/mo
-
1921Released 1y agoFrom $125ZeroThreat has been a true game-changer for our team. As someone who cares deeply about keeping our retail platform secure, I love how ZeroThreat quietly works behind the scenes, spotting and blocking threats before they become issues—without requiring constant monitoring or technical know-how. The alerts are simple to understand, actionable, and extremely reliable—no more chasing false alarms. Since integrating ZeroThreat, we've seen a noticeable drop in suspicious activity, and I wake up each day knowing our APIs are well-protected. It makes security effortless and gives our whole team peace of mind.
-
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
-
54311Released 1y agoFrom $69/mo
-
1,12725Released 1y agoFree + from $20/mo
-
84116Released 1y ago100% Free
-
1,63125Released 1y agoFree + from $19/mo
-
36812Released 1y ago100% Free
-
1,23248Released 1y ago100% Free
-
61015Released 1y ago100% Free
-
4029Released 1y agoFrom $3.99/mo
-
4829Released 1y agoNo pricing
-
38710Released 1y agoFree + from $15/mo
-
1,5266Released 1y agoFrom $24.99
-
2467Released 1y agoNo pricing
-
73219Released 1y agoFree + from $20/mo
-
3,89756Released 1y ago100% Free
-
2,86670Released 1y agoFree + from $49Best AI tool so far, easy to use and provides accurate estimations.
-
13,33791Released 1y agoFree + from $50/yr
-
3145Released 1y agoNo pricing
-
5869Released 1y agoFree + from $15/mo
-
67319Released 1y agoFree + from $7.5/mo
-
6639Released 1y ago100% Free
-
4,33818Released 1y ago100% Free
-
9,36754Released 1y ago100% Free
-
1,64413Released 1y agoFrom $2/mo
-
40,540855Released 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.
-
3,68455Released 1y agoFree + from $15/mo
-
25,645447Released 2y agoFree + from $12/mo
-
11,644332Released 2y agoFree + from $8/mo
-
3,92023Released 2y agoFree + from $30/mo
-
5,01459Released 2y ago100% Free
-
Software Dev Assistant focusing on Unity, JS/TS, MongoDB, React, and more.Open28111Released 1y ago100% Free
-
Guiding in ethical software development practicesOpen2133Released 1y ago100% Free
-
78322Released 1y ago100% Free
-
72520Released 1y ago100% Free
-
Solve front-end development problems with AI.Open270372Released 1y ago100% Free
-
3025Released 1y ago100% Free
-
Drives technological enhancement through comprehensive software solutions.Open15826Released 1y ago100% Free
-
Expert in C# Razor Pages, PostgreSQL, JavaScript, and blockchain development.Open25137Released 1y ago100% Free
-
49921Released 1y ago100% Free
-
Expert assistance in software development and ERP integration project management.Open238830Released 1y ago100% Free
-
Expedite software development with agile project management.Open178315Released 1y ago100% Free
-
381748Released 1y ago100% Free
-
Advanced AI-powered IDE for paired-programming and software developmentOpen7427Released 1y ago100% Free
-
881Released 1y ago100% Free
-
1863107Released 1y ago100% Free
-
Open138470Released 1y ago100% Free
-
Expert cybersecurity for software development.Open163128Released 1y ago100% Free
-
962Released 1y ago100% Free
-
158332Released 1y ago100% Free
-
Specialist in software development, design creation, and sheet making with DALL-E.Open184329Released 1y ago100% Free
-
89120Released 1y ago100% Free
-
Expert in Rails & React for high-standard software development.Open148157Released 1y ago100% Free
-
70513246Released 1y ago100% Free
-
2682103Released 1y ago100% Free
-
Open263112Released 1y ago100% Free
-
609155,000Released 1y ago100% Free
-
3126Released 1y ago100% Free
-
64513Released 1y ago100% Free
-
43810Released 1y ago100% Free
-
4357Released 1y ago100% Free
-
3479Released 1y ago100% Free
-
4,7068Released 1y ago100% Free
-
7682215Released 1y ago100% FreeWorked like a charm for me , i tried multiple place around the world and fields for work. Give it another try . Have fun!
-
30142Released 1y ago100% Free
-
499637Released 1y ago100% Free
-
3731100Released 1y ago100% Free
-
32433Released 1y ago100% Free
-
5,03313818Released 1y ago100% Free
-
4277107Released 1y ago100% Free
-
250Released 1y ago100% Free
-
5095654Released 1y ago100% Free
-
6394Released 1y ago100% Free
-
APIs and Libraries expert, offers learning, comparisons and more.Open44924Released 1y ago100% Free
-
14421Released 1y ago100% Free
-
971104Released 1y ago100% Free
-
9212Released 1y ago100% Free
-
2,1827138Released 1y ago100% Free
-
Open4913155Released 1y ago100% Free
-
38126Released 1y ago100% Free
-
13918Released 1y ago100% Free
-
1282Released 1y ago100% Free
-
147110Released 1y ago100% Free
-
90813400Released 1y ago100% Free
-
11713Released 1y ago100% Free
-
459593Released 1y ago100% Free
-
Translating any language messages to English as per Conventional Commits.Open2403Released 1y ago100% Free
-
4542Released 1y ago100% Free
-
Offering complete coding solutions for Apple PencilKit.Open1885Released 1y ago100% Free
Post