▼ State of the art
Software-development
Free mode
100% free
Freemium
Free Trial
Other tools
-
26,38335v2 released 17d 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,441167v3.1.17 released 6mo agoFree + from $49
-
6,34190Released 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.
-
15,786358v3.2 released 3d ago100% FreeDeepSeek — v3.2Introduced DeepSeek Sparse Attention (DSA) for more efficient long-context handling. API cost reduced by ~50% compared to V3.1. Improved benchmarks in math/reasoning (e.g., AIME up), with small trade-offs in some knowledge tasks. Both deepseek-chat and deepseek-reasoner models upgraded to V3.2 weights. Added native support/optimizations for Chinese accelerators (Huawei Ascend, Cambricon, Hygon) alongside Nvidia GPUs.
- Sponsor:Rocket.new Vibe Coding
-
31,265301v0.48.6 released 6mo agoFree + from $16/mo
-
Transform your codebase into comprehensive, beautiful documentation automatically.Open2,73348Released 1y ago100% Free
-
9441Released 3mo agoFree + from $200/mo
-
9441Released 3mo agoFree + from $200/mo
-
Open1,4987Released 6mo agoFrom $5.99
-
Open1,4987Released 6mo agoFrom $5.99
-
Open8,65977Released 8mo agoFrom $1I found out this girl i was talking to was catfish, and just promoting her OF account
-
Open8,65977Released 8mo agoFrom $1I found out this girl i was talking to was catfish, and just promoting her OF account
-
12,036127Released 1y agoFree + from $29/mo
-
12,036127Released 1y agoFree + from $29/mo
-
4,6009Released 1y agoFree + from $3/mo
-
4,6009Released 1y agoFree + from $3/mo
-
Open3,87230Released 1y agoFrom $89/mo
- Didn't find the AI you were looking for?
-
11,93037Released 2y agoFree + from $29.99/mo
-
54,9721,620Released 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.
-
1,70824Released 2y ago100% Free
-
28,79650Released 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,70221v2 released 3mo agoFree + from $19/moLove how intuitive the workflow is—clean, simple, and gets the job done!
-
37,19676v1.1 released 4mo agoFrom $25/mo
-
26,675230v2.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,52859v2.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,58771v2.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,91110v2.0 released 5mo agoNo pricing
-
From idea to software application fast with Archie’s AI-first platform and services.Open25,497468v2.3 released 1y agoFree + from $1000
-
1,5791Released 2d agoFree + from $20/mo
-
Create consistent character videos from AI images.Open1,1309Released 9d agoFree + from $13.9/mo
-
3,3755Released 10d 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.
-
16,60043Released 21d agoFree + from $26.08/moPurely magic. It increases the productivity by a lot and the process is pretty addictive. I've been building websites like there's not tomorrow.
-
Transform programming ideas into crystal-clear pseudocode instantly.Open24109Released 1mo ago100% Free
-
2,02539Released 1mo agoFree + from $5/mo
-
Open1334649Released 2mo ago100% Free
-
2,47036Released 2mo agoFrom $12/mo
-
1,47619Released 2mo agoFree + from $7/mo
-
1,79419Released 2mo agoFree + from $15/mo
-
2,5217971,041Released 3mo ago100% Free
-
1,59213Released 3mo agoFree + from $20/moSeemed good, the concept of 'vibe coding' is reaaally cool, but I couldnt generate anything with this tool :(
-
80013Released 3mo agoFree + from $9/mo
-
AI-powered manifest and Lua script generation for developers.Open14,5409472,909Released 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()
-
23,134191Released 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
-
2,06637Released 5mo agoFree + from $12/moI found this to be a very comprehensive tool. They had a mountain of job listings in my chosen field (content marketing). It's resume analysis tool was VERY informative and gave me a much more robust resume to navigate ATS. For every job I applied to, it quickly and easily modified my resume. I have only tried the free plan thus far – and have not had a chance to see how effective the automated applying tool is, but I am hoping to check it out soon! If it's anything like the rest of the platform, it looks very promising!
-
19,695138Released 6mo ago#10 in Trending>Why is this website so ugly? Our goal is to rapidly make the software better, not to have a shiny website. Love it!
-
1032323Released 6mo ago100% Free
-
1302537Released 6mo ago100% Free
-
1,10930Released 7mo agoFrom $9/mo
-
5,94036Released 7mo agoNo pricing
-
1,43715Released 8mo agoNo pricing
-
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
-
Create custom 2D characters for games and animations.Open2,4131,090785Released 8mo ago100% Free
-
419106104Released 8mo ago100% Free
-
4124546Released 8mo ago100% Free
-
4479091Released 8mo ago100% Free
-
4494166Released 9mo ago100% Free
-
AI-powered Stripe expert for seamless integration.Open1351824Released 9mo ago100% Free
-
521125123Released 9mo ago100% Free
-
2814370Released 9mo ago100% Free
-
Elevate storytelling with AI-powered script development.Open82011Released 10mo agoFrom $29/moTried to upload my script twice. I guess that used all my free credits? Not making a movie and there's no way to change the type of project. i have characters, scenes, and locations already written. I'm not throwing away a years worth of work to use their snappy interface.
-
2616086Released 10mo ago100% Free
-
Open2701535Released 10mo ago100% Free
-
3404171Released 10mo ago100% Free
-
1753941Released 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
-
6009Released 10mo agoFree + from $15/mo
-
311Released 10mo agoFree + from $100/yr
-
1,84743Released 10mo agoNo pricing
-
2482342Released 10mo ago100% Free
-
Open2183661Released 11mo ago100% Free
-
Open52312Released 11mo agoNo pricing
-
No more guesswork: get AI-powered software cost estimates in minutesOpen10,879244Released 11mo ago100% Free
-
AI-powered algorithm generator for effortless coding solutions.Open3053054Released 11mo ago100% Free
-
2103255Released 11mo ago100% Free
-
3,36527Released 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 11mo agoFrom $39
-
1,07217Released 11mo agoFree + from $40/yr
-
1642529Released 1y ago100% Free
-
1862Released 1y agoFrom $25/mo
-
Visualize and manage software projects with AI-powered user story mapping.Open2153Released 1y agoFree + from $16/mo
-
4202Released 1y agoFree + from $9/mo
-
3555772Released 1y ago100% Free
-
241Released 1y agoNo pricing
-
AI-powered mobile repair guidance for all skill levels.Open1702438Released 1y ago100% Free
-
1,28812Released 1y ago100% Free
-
AI-powered wizard for crafting Chrome extensions effortlesslyOpen3273653Released 1y ago100% Free
-
2722438Released 1y ago100% Free
-
2151331Released 1y ago100% Free
-
4585Released 1y agoNo pricing
-
54212Released 1y agoFree + from $99/mo
-
1,18332Released 1y agoFree + from $15/mo
-
2343453Released 1y ago100% Free
-
4664775Released 1y ago100% Free
-
167Released 1y agoFree + from $50/mo
-
2303Released 1y agoFree + from $15/mo
-
1,18055Released 1y ago100% Free
-
85885163Released 1y ago100% Free
-
2,44582Released 1y ago100% Free
-
2393Released 1y agoFree + from $30/mo
-
2662Released 1y agoFrom $14.99/mo
-
3812Released 1y agoFree + from $9.99/mo
-
65722Released 1y ago100% Free
-
3841Released 1y agoNo pricing
-
1,34127Released 1y ago100% Free
-
2395Released 1y ago100% Free
-
6736Released 1y agoFree + from $2000
-
Ace interviews with AI-powered instant answersOpen1,90528Released 1y agoFree + from $10/mothis tool can prevent you from blanking out during the interview under high pressure. good stuff.
-
1,75950Released 1y ago100% FreeThe AI answers that "the context it has is empty" and that "it can't answer". Try Perplexity.ai instead
-
1453Released 1y agoFree + from $19/mo
-
60Released 1y agoNo pricing
-
2,27221Released 1y agoFree + from $9
-
58510Released 1y ago100% Free
-
75114Released 1y agoFree + from $9/mo
-
1,01617Released 1y agoFree + from $25/moVocode has been a game-changer for our voicebot project! It handles real-time audio streams seamlessly and made integration with our custom ASR and TTS components easy. Can recommend for any voice AI applications!
-
14,168285Released 1y agoNo pricing
-
1,12440Released 1y ago100% Free
-
Open54920Released 1y ago100% Free
-
1613Released 1y agoFrom $57
-
3,60641Released 1y agoFree + from $199/mo
-
4012Released 1y agoFree + from $8.90
-
4279Released 1y agoFree + from $450/mo
-
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.
-
3062Released 1y agoFree + from $4/mo
-
2818Released 1y agoNo pricing
-
Streamline security workflows with AI recommendations in JiraOpen3566Released 1y agoFree + from $10/mo
-
64815Released 1y agoNo pricingDrop base is sick!!!! If you’re a dev ops professional or senior engineer / full stack dev, you’ll definitely want to demo this.
-
33810Released 1y agoNo pricing
-
81024Released 1y ago100% Free
-
2,21668Released 1y agoFree + from $45/mo
-
2551Released 1y agoFree + from $49/mo
-
75822Released 1y agoFree + from $4.99/mo
-
196Released 1y agoFree + from $89/mo
-
4588Released 1y agoNo pricing
-
Elevate team performance with data-driven project managementOpen2543Released 1y agoFree + from $11/mo
-
64614Released 1y agoNo pricing
-
67019Released 1y ago100% Free
-
48126Released 1y agoFree + from $19/mo
-
3613Released 1y agoFrom $49/mo
-
74915Released 1y agoFree + from $15/mo
-
Open154Released 1y agoNo pricing
-
46221Released 1y agoNo pricing
-
38211Released 1y ago100% Free
-
2,79112Released 1y agoFree + from $7/mo
-
4,14434Released 1y agoFree + from $6.99/moAlso I don't know why it says "no pricing" for this app on here when there's clearly a price. I can't tell if people involved with this kind of shit are dishonest pieces of shit or just really fucking stupid. It takes two seconds to find out this app charges you yet the dumbasses on here obviously didn't take the time out to check so they misleadingly put no pricing. This is the kinda shit that makes me hate people with a burning passion.
-
1,64510Released 1y agoFrom $9.99/mo
-
1941Released 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.
-
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
-
54311Released 1y agoFrom $69/mo
-
1,13425Released 1y agoFree + from $20/mo
-
84316Released 1y ago100% Free
-
1,34231Released 1y agoFree + from $9This is the best mock interview tool ever!!! Helped me improve my interview skills a lot by telling me exactly what I was doing wrong. 10/10
-
1,2564Released 1y ago100% Free
-
3661Released 1y agoFree + from $24.99/mo
-
3982Released 1y agoNo pricing
-
1,63525Released 1y agoFree + from $19/mo
-
78421Released 1y ago100% Free
-
37312Released 1y ago100% Free
-
1,23848Released 1y ago100% Free
-
61415Released 1y ago100% Free
-
4069Released 1y agoFrom $3.99/mo
-
4859Released 1y agoNo pricing
-
6236Released 1y agoFrom $2.9
-
1,72913Released 1y agoFree + from $20/mo
-
39010Released 1y agoFree + from $15/mo
-
1,5316Released 1y agoFrom $24.99
-
2467Released 1y agoNo pricing
-
73919Released 1y agoFree + from $20/mo
-
3,90256Released 1y ago100% Free
-
2,50019Released 1y agoNo pricing
-
2,90470Released 1y agoFree + from $49Best AI tool so far, easy to use and provides accurate estimations.
-
13,37091Released 1y agoFree + from $50/yr
-
3155Released 1y agoNo pricing
-
5919Released 1y agoFree + from $15/mo
-
67419Released 1y agoFree + from $7.5/mo
-
6639Released 1y ago100% Free
-
40,573856Released 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,69855Released 1y agoFree + from $15/mo
-
25,823449Released 2y agoFree + from $12/mo
-
5,01759Released 2y ago100% Free
-
2,39822Released 2y agoFree + from $10/mo
-
3,92423Released 2y agoFree + from $30/mo
-
94413Released 2y ago100% Free
-
3045Released 1y ago100% Free
-
Software Dev Assistant focusing on Unity, JS/TS, MongoDB, React, and more.Open28211Released 1y ago100% Free
-
Guiding in ethical software development practicesOpen2133Released 1y ago100% Free
-
78522Released 1y ago100% Free
-
72620Released 1y ago100% Free
-
Solve front-end development problems with AI.Open270372Released 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
-
1221Released 1y ago100% Free
-
Skilled Software Engineer Assistant for development support.Open7366Released 1y ago100% Free
-
3136Released 1y ago100% Free
-
64513Released 1y ago100% Free
-
43810Released 1y ago100% Free
-
4377Released 1y ago100% Free
-
49921Released 1y ago100% Free
-
3499Released 1y ago100% Free
-
22213Released 1y ago100% Free
-
256126Released 1y ago100% Free
-
4,7128Released 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
-
500637Released 1y ago100% Free
-
3731100Released 1y ago100% Free
Post