▼ State of the art
Software development
Free mode
100% free
Freemium
Free Trial
Other tools
-
26,83235v2 released 25d agoFree + from $19.99/moDavid Valdez🛠️ 1 tool 🙏 16 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,725167v3.1.17 released 7mo agoFree + from $49
-
14,14274v2.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.
-
32,523302v0.48.6 released 6mo agoFree + from $16/mo
- Spotlight: Jason AI (Sales)
-
29,68751Released 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.
-
6,39692Released 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.
-
16,269373v3.2 released 11d 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,77949Released 1y ago100% Free
-
12,141127Released 1y agoFree + from $29/mo
-
4,8169Released 1y agoFree + from $3/mo
-
Open3,88730Released 1y agoFrom $89/mo
-
12,10837Released 2y agoFree + from $29.99/mo
- Didn't find the AI you were looking for?
-
55,0781,621Released 2y agoFrom $6/moIt's sad to see people want to try your tool out but you have no free sample for them. This may be the best tool out there, but, as mentioned, going through with the AI for minutes to explain what you want, then being prompted to pay, without even knowing if it CAN create something, is discouraging. I hope we can get a free sample or preview at one point, im interested in this one.
-
Find Your Ideal IT Career Path in Minutes - Backed by PsychologyOpen1691Released 1d ago100% Free
-
Open6,7774Released 3d agoFree + from $12
-
14,10515Released 1mo agoNo pricing
-
Open1,5327Released 6mo agoFrom $5.99
-
1,71224Released 2y ago100% Free
-
9,02121v2 released 3mo agoFree + from $19/moLove how intuitive the workflow is—clean, simple, and gets the job done!
-
37,38277v1.1 released 4mo agoFrom $25/mo
-
27,834236v2.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,58460v2.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?!?!
-
1,97110v2.0 released 6mo agoNo pricing
-
From idea to software application fast with Archie’s AI-first platform and services.Open26,507470v2.3 released 1y agoFree + from $1000
-
4002Released 1y agoNo pricing
-
8026Released 1y agoFree + from $99/mo
-
2,40422Released 2y agoFree + from $10/mo
-
94332Released 2y agoFree + from $49/mo
-
2837Released 2y agoFrom $29/mo
-
9,9046Released 2d agoFree + from $9.99
-
3,8025Released 18d 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.
-
AI-powered code reviews that accelerate pull requests and improve code qualityOpen1,00425Released 1mo agoFree + from $12.50/moI signed up for early access and have been using codoki for a few months now, eventually brought it into my team as well. Great tool, simple to use, not overwhelming and has caught things in a way thats actually digestible
-
Transform programming ideas into crystal-clear pseudocode instantly.Open28109Released 1mo ago100% Free
-
Open1525456Released 2mo ago100% Free
-
2,48937Released 2mo agoFrom $12/mo
-
2,11419Released 2mo agoFree + from $15/mo
-
2,8008731,188Released 3mo ago100% Free
-
1,98913Released 3mo agoFree + from $20/moSeemed good, the concept of 'vibe coding' is reaaally cool, but I couldnt generate anything with this tool :(
-
1,06717Released 4mo agoFree + from $9/mo
-
Open15,1409823,114Released 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()
-
24,747194Released 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
-
1422538Released 7mo ago100% Free
-
1,11430Released 7mo agoFrom $9/mo
-
1,44315Released 8mo agoNo pricing
-
AI-powered code generator for efficient development.Open443111113Released 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.
-
1656265Released 8mo ago100% Free
-
461108112Released 8mo ago100% Free
-
4254849Released 8mo ago100% Free
-
4639495Released 8mo ago100% Free
-
4564167Released 9mo ago100% Free
-
AI-powered Stripe expert for seamless integration.Open1391824Released 9mo ago100% Free
-
539129128Released 10mo ago100% Free
-
2726086Released 10mo ago100% Free
-
Open2701535Released 10mo ago100% Free
-
3554373Released 10mo ago100% Free
-
1783941Released 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
-
6049Released 10mo agoFree + from $15/mo
-
314Released 11mo agoFree + from $100/yr
-
1,85943Released 11mo agoNo pricing
-
2522342Released 11mo ago100% Free
-
2223661Released 11mo ago100% Free
-
Open52312Released 11mo agoNo pricing
-
No more guesswork: get AI-powered software cost estimates in minutesOpen10,888244Released 11mo ago100% Free
-
AI-powered algorithm generator for effortless coding solutions.Open3103155Released 11mo ago100% Free
-
2133256Released 11mo ago100% Free
-
3,37427Released 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
-
72913Released 1y agoFrom $39
-
1,07617Released 1y agoFree + from $40/yr
-
1882Released 1y agoFrom $25/mo
-
Visualize and manage software projects with AI-powered user story mapping.Open2193Released 1y agoFree + from $16/mo
-
3696177Released 1y ago100% Free
-
241Released 1y agoNo pricing
-
2782740Released 1y ago100% Free
-
2221331Released 1y ago100% Free
-
4615Released 1y agoNo pricing
-
54312Released 1y agoFree + from $99/mo
-
1,18832Released 1y agoFree + from $15/mo
-
2403656Released 1y ago100% Free
-
4674875Released 1y ago100% Free
-
1,19457Released 1y ago100% Free
-
86486165Released 1y ago100% Free
-
2,44982Released 1y ago100% Free
-
2403Released 1y agoFree + from $30/mo
-
2662Released 1y agoFrom $14.99/mo
-
3891Released 1y agoNo pricing
-
1,34227Released 1y ago100% Free
-
2415Released 1y ago100% Free
-
6886Released 1y agoFree + from $2000
-
1,77151Released 1y ago100% FreeThe AI answers that "the context it has is empty" and that "it can't answer". Try Perplexity.ai instead
-
1473Released 1y agoFree + from $19/mo
-
60Released 1y agoNo pricing
-
2,27821Released 1y agoFree + from $9
-
59310Released 1y ago100% Free
-
14,258285Released 1y agoNo pricing
-
1,13740Released 1y ago100% Free
-
Open55320Released 1y ago100% Free
-
1634Released 1y agoFrom $57
-
3,61643Released 1y agoFree + from $199/mo
-
3082Released 1y agoFree + from $4/mo
-
Streamline security workflows with AI recommendations in JiraOpen3576Released 1y agoFree + from $10/mo
-
34010Released 1y agoNo pricing
-
81724Released 1y ago100% Free
-
2,21968Released 1y agoFree + from $45/mo
-
2581Released 1y agoFree + from $49/mo
-
198Released 1y agoFree + from $89/mo
-
4628Released 1y agoNo pricing
-
Elevate team performance with data-driven project managementOpen2553Released 1y agoFree + from $11/mo
-
64914Released 1y agoNo pricing
-
67419Released 1y ago100% Free
-
48926Released 1y agoFree + from $19/mo
-
3723Released 1y agoFrom $49/mo
-
74915Released 1y agoFree + from $15/mo
-
Open154Released 1y agoNo pricing
-
1,65210Released 1y agoFrom $9.99/mo
-
2081Released 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.
-
70115Released 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
-
54511Released 1y agoFrom $69/mo
-
1,15725Released 1y agoFree + from $20/mo
-
86116Released 1y ago100% Free
-
1,64125Released 1y agoFree + from $19/mo
-
40013Released 1y ago100% Free
-
1,26648Released 1y ago100% Free
-
62115Released 1y ago100% Free
-
4119Released 1y agoFrom $3.99/mo
-
4879Released 1y agoNo pricing
-
39210Released 1y agoFree + from $15/mo
-
1,5706Released 1y agoFrom $24.99
-
2467Released 1y agoNo pricing
-
74019Released 1y agoFree + from $20/mo
-
3,90956Released 1y ago100% Free
-
2,98370Released 1y agoFree + from $49Best AI tool so far, easy to use and provides accurate estimations.
-
13,44593Released 1y agoFree + from $50/yr
-
3245Released 1y agoNo pricing
-
5969Released 1y agoFree + from $15/mo
-
69619Released 1y agoFree + from $7.5/mo
-
6819Released 1y ago100% Free
-
4,34318Released 1y ago100% Free
-
9,43854Released 1y ago100% Free
-
40,642856Released 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,72855Released 1y agoFree + from $15/mo
-
26,285449Released 2y agoFree + from $12/mo
-
11,676334Released 2y ago#40 in Trending
-
3,93223Released 2y agoFree + from $30/mo
-
5,02159Released 2y ago100% Free
-
Software Dev Assistant focusing on Unity, JS/TS, MongoDB, React, and more.Open28311Released 1y ago100% Free
-
Guiding in ethical software development practicesOpen2133Released 1y ago100% Free
-
78622Released 1y ago100% Free
-
72720Released 1y ago100% Free
-
Solve front-end development problems with AI.Open271372Released 1y ago100% Free
-
3065Released 1y ago100% Free
-
Drives technological enhancement through comprehensive software solutions.Open15926Released 1y ago100% Free
-
Expert in C# Razor Pages, PostgreSQL, JavaScript, and blockchain development.Open25337Released 1y ago100% Free
-
50021Released 1y ago100% Free
-
Expert assistance in software development and ERP integration project management.Open238830Released 1y ago100% Free
-
Expedite software development with agile project management.Open182315Released 1y ago100% Free
-
383748Released 1y ago100% Free
-
Advanced AI-powered IDE for paired-programming and software developmentOpen7467Released 1y ago100% Free
-
891Released 1y ago100% Free
-
1883107Released 1y ago100% Free
-
Open138470Released 1y ago100% Free
-
Expert cybersecurity for software development.Open166128Released 1y ago100% Free
-
972Released 1y ago100% Free
-
158332Released 1y ago100% Free
-
Specialist in software development, design creation, and sheet making with DALL-E.Open187329Released 1y ago100% Free
-
92120Released 1y ago100% Free
-
Expert in Rails & React for high-standard software development.Open150157Released 1y ago100% Free
-
70813246Released 1y ago100% Free
-
2712103Released 1y ago100% Free
-
Open264112Released 1y ago100% Free
-
612155,000Released 1y ago100% Free
-
3146Released 1y ago100% Free
-
64713Released 1y ago100% Free
-
44310Released 1y ago100% Free
-
4417Released 1y ago100% Free
-
3529Released 1y ago100% Free
-
4,7168Released 1y ago100% Free
-
7712215Released 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!
-
30342Released 1y ago100% Free
-
500637Released 1y ago100% Free
-
3741100Released 1y ago100% Free
-
32633Released 1y ago100% Free
-
5,04413818Released 1y ago100% Free
-
4287107Released 1y ago100% Free
-
251Released 1y ago100% Free
-
5145654Released 1y ago100% Free
-
6414Released 1y ago100% Free
-
APIs and Libraries expert, offers learning, comparisons and more.Open45024Released 1y ago100% Free
-
14521Released 1y ago100% Free
-
971104Released 1y ago100% Free
-
9212Released 1y ago100% Free
-
2,1847138Released 1y ago100% Free
-
Open4923155Released 1y ago100% Free
-
38226Released 1y ago100% Free
-
14218Released 1y ago100% Free
-
1292Released 1y ago100% Free
-
150110Released 1y ago100% Free
-
92313400Released 1y ago100% Free
-
11913Released 1y ago100% Free
-
461593Released 1y ago100% Free
-
Translating any language messages to English as per Conventional Commits.Open2443Released 1y ago100% Free
Post