▼ State of the art
Development tools
Free mode
100% free
Freemium
Free Trial
Other tools
-
18,969207Released 9mo agoNo pricingAntoine Vial🛠️ 1 tool 🙏 78 karmaJan 10, 2025BotDojo is one of the most powerful AI Agent builders I've found out there. As a non-technical marketer, it took me a minute to get familiar with the designer, but using the preexisting templates is super helpful! I am now running outreach 100% on autopilot. BotDojo personalizes the copy for each contact we reach out to by email and LI. It also takes care of the drip campaign that I run through Lemilist. LOVE IT! I really hope to see more templates coming up soon!
-
1,8735Released 2y agoFrom $29I tried TheMultiverse.ai and was genuinely impressed — the headshots it generated look sharp, professional, and true to me. The editing options gave me just enough control without feeling overwhelming. I think it is more affordable than other ai headshot options out there.
-
1,8735Released 2y agoFrom $29
I tried TheMultiverse.ai and was genuinely impressed — the headshots it generated look sharp, professional, and true to me. The editing options gave me just enough control without feeling overwhelming. I think it is more affordable than other ai headshot options out there. -
Your AI Studio for supercharged productivity, file management, development, and task automation.Open21,199172v3.1.17 released 7mo agoFree + from $49 -
14,98174v2.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.
- Sponsor:Rocket
-
73,724306v8.7 released 2mo agoFree + from $9.99/moAbsolutely in love. I could create my own custom AI and shared it with my colleuges to get instant support from me, i mean digital AI of me :)
-
31,28651Released 7mo 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.
-
10,70921Released 5mo agoFrom $13.34/mo
-
23,007100Released 6mo agoFree + from $5/moI’ve added the newest OpenAI models to n8nChat! - gpt-4.1-nano - gpt-4.1-mini - o4-mini - gpt-4.1 - o3 This update is currently live in the Firefox version, however the Chrome version is still pending Google approval for the update.
-
23,007100Released 6mo agoFree + from $5/mo
I’ve added the newest OpenAI models to n8nChat! - gpt-4.1-nano - gpt-4.1-mini - o4-mini - gpt-4.1 - o3 This update is currently live in the Firefox version, however the Chrome version is still pending Google approval for the update. -
2,25929Released 8mo agoNo pricingAbsolutely love this tool! It helps me apply to jobs so quickly and is so easy to use
-
Turn everyday items into enriching learning experiences.Open2,06412Released 2mo agoFree + from $7/motried this tool and while it wants you to sign up at some point, it does provide some good options whenever you run out of ideas, definitely recommend it
-
Turn everyday items into enriching learning experiences.Open2,06412Released 2mo agoFree + from $7/mo
tried this tool and while it wants you to sign up at some point, it does provide some good options whenever you run out of ideas, definitely recommend it -
Transform Your Career: AI-Powered Resumes, Cover Letters, and Mock Interviews with Bange.ioOpen5,777152Released 1y agoFree + from $5/moDoes what it says on the label, and they keep innovating, adding new features and fine-tuning existing ones. 1 for such a simple solution to a very real problem. -
Transform Your Career: AI-Powered Resumes, Cover Letters, and Mock Interviews with Bange.ioOpen5,777152Released 1y agoFree + from $5/mo
Does what it says on the label, and they keep innovating, adding new features and fine-tuning existing ones. 1 for such a simple solution to a very real problem. -
Open4,08530Released 1y agoFrom $89/mo
-
Open4,08530Released 1y agoFrom $89/mo

- Didn't find the AI you were looking for?
-
12,53237Released 2y agoFree + from $29.99/mo
-
Open136,13467v1.6 released 5d agoFree + from $12/moNow Scottie can write newsletters digests in your own language (Portuguese, Japanese, Spanish, Korean, French and more)
-
47,62790v1.2 released 5d agoFrom $49/mo- Use Ai to create courses - Publish directly on the platform - Entire scripts, slides, and audio lessons
-
42,79778v2.0 released 1mo agoFree + from $25/moI tested. Loved it. Tried with 3 different websites. Full Marks to the output! Worth paying for!
-
9,39321v2 released 4mo agoFree + from $19/moLove how intuitive the workflow is—clean, simple, and gets the job done!
-
37,73377v1.1 released 5mo agoFrom $25/mo
-
3,66664v2.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?!?!
-
3,67156v2.0 released 1y agoFree + from $39/moIntegrated vector db tool invocation typed json output, pretty standard AI agent builder. Lack of pre-defined tools is a bit of a drawback compared to alternatives like Relevance.ai. BUT, it makes up for it as it allows you to monetize with account system / stripe integration. It is also WAAAAAAY cheaper than Relevance.ai Bubble.io.
-
From idea to software application fast with Archie’s AI-first platform and services.Open38,501470v2.3 released 1y agoFree + from $1000 -
5,60119Released 8d agoFree + from $16/moThis is a very useful tool, especially for me as a small business owner. It keeps everything in one place
-
Open16,4311,0923,583Released 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() -
4658Released 1y agoFree + from $19/mo
-
2,48182Released 1y ago100% Free
-
4708Released 1y agoNo pricing
-
2,25414Released 1y agoFree + from $15/moI’m really sorry for your bad experience. At that time we had an unusual load of users and support emails, and yours may have been missed that’s on us. I’ve checked and your payments have been fully refunded.
-
1,31216Released 2y ago100% Free
-
2,74614Released 2y agoNo pricing
-
2,90724Released 2y agoFrom $19
-
4843Released 2y agoFree + from $50/mo
-
5,29666Released 2y agoFree + from $8/mo
-
9,12791v1 released 2y agoFrom $40.00
-
4,20321Released 3y agoNo pricing
-
2,35219Released 3y ago100% Freeit's not even a site nor an app, arghh. I'm literally so annoyed right now!
-
26139Released 3d ago100% Free
-
13,2169Released 11d agoFree + from $5/mo
-
11,3309Released 20d agoFree + from $20/mo
-
2,9387Released 26d agoFree + from $20/mo
-
Transform job details into professional cover letters instantly.Open1967Released 27d ago100% Free -
18,47947Released 1mo 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.
-
63325Released 1mo agoFree + from $24.99/moHonestly, this took waaaay too long to generate. I didn’t really have the patience for it. However, I did appreciate the little group chat animation during the wait, definitely more fun than just staring at a boring loading bar. But still, I couldn't wait until the website was done
-
56413Released 1mo agoFree + from $9.99/mo
-
801Released 1mo agoFree + from $10/mo
-
AI-powered code reviews that accelerate pull requests and improve code qualityOpen1,08425Released 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
-
9078Released 1mo agoFree + from $10/mo
-
Open612025Released 1mo ago100% Free -
291114Released 2mo ago100% Free
-
582020Released 2mo ago100% Free
-
16,71126Released 2mo agoFree + from $15/mo
-
Open1074134Released 2mo ago100% Free -
1,27824Released 4mo agoFrom $10/mo
-
75613Released 5mo agoNo pricing
-
Open2,76725Released 5mo agoFree + from $9/moGreat!! I used a blurry photo of mine and tried two different modes, Soft and Balanced, and the effect was very good! But the tips for different enhance modes could be more detailed so that I can better judge which enhance mode my photos. The effect of enhancing the picture is still very good!
-
1,76044Released 6mo agoNo pricing
-
38,870197Released 6mo 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
-
1,86452Released 6mo agoNo pricing
-
22,980143Released 6mo agoNo pricing>Why is this website so ugly? Our goal is to rapidly make the software better, not to have a shiny website. Love it!
-
762017Released 8mo ago100% Free
-
34710289Released 8mo ago100% Free
-
AI-powered scenario generator for interactive learning.Open1312727Released 8mo ago100% Free -
711193182Released 9mo ago100% Freeeh, not the best, but with a liiiittle bit of shaping your prompt, you can get great results
-
AI-powered code generator for efficient development.Open453114113Released 9mo 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. -
1736466Released 9mo ago100% Free
-
1,563583589Released 9mo ago100% Free
-
505120124Released 9mo ago100% Free
-
4284850Released 9mo ago100% Free
-
1082324Released 9mo ago100% FreeYoo, just gave this chat a theme and it spat out a brain-twister that's straight fire! kinda dope, but u ll need some hints to dial down the guesswork
-
Generate creative assessments for any subject and grade.Open2,16433Released 9mo ago100% FreeNice Tool to generate ideas. Could be enhanced and made better. Good for Students.
-
11725Released 9mo ago100% Free
-
3291Released 9mo agoNo pricing
-
2563647Released 10mo ago100% Free
-
6,43855Released 10mo agoFree + from $19/moIt helped me a lot preparing for job interviews, also being able to custom make your CV for a specific job is a game changer
-
658186205Released 10mo ago100% Free
-
1,1059Released 10mo agoFree + from $19.99/mo
-
401113118Released 10mo ago100% Free
-
Craft immersive RPG adventures with AI-powered storytelling.Open613106121Released 10mo ago100% Free -
3694576Released 11mo ago100% Free
-
440129132Released 11mo ago100% Free
-
2,50443Released 11mo agoFree + from $8/mo
-
Open1,180137249Released 11mo ago100% Free -
Build AI apps faster with 10 ready-to-use demo apps and powerful integrationsOpen2,32526Released 11mo agoFrom $229
-
1901Released 11mo agoFrom $9/mo
-
2622544Released 11mo ago100% Free
-
1,99038Released 11mo agoNo pricing
-
2742043Released 11mo ago100% Free
-
2414167Released 11mo ago100% Free
-
Open53212Released 1y agoNo pricing
-
3,38627Released 1y 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
-
1883646Released 1y ago100% Free
-
1,19130Released 1y ago100% Free
-
1962Released 1y agoFrom $25/mo
-
3,85037Released 1y agoFree + from $164.29/mo
-
4643Released 1y agoNo pricing
-
84716Released 1y agoNo pricing
-
Open6175089Released 1y ago100% Free -
3606Released 1y agoFree + from $5.09/mo
-
2443Released 1y agoFree + from $15/mo
-
2686Released 1y agoFree + from $9/mo
-
2,82652Released 1y agoFrom $8No issues. For the (insanely) cheap price wasn't expecting much but the dev keep adding interesting features (the new AI coaching stuff is a real banger, HEAR ME OUT: he's borrowing ideas from Robert Greene's Mastery, and as a reader myself I always felt curious about doing a test in real life - this is exactly what I was looking for, and I got some very insightful answers from the test!), some bugs here and there but I trust he'll take care of them overtime, I took on his lifetime license and No Regret whatsoever, go for it your eyes closed!!
-
4526Released 1y agoFree + from $5/mo
-
85324Released 1y ago100% Free
-
2752Released 1y agoFrom $14.99/mo
-
2897Released 1y agoFree + from $39/mo
-
3819Released 1y agoFree + from $10/mo
-
Open3662Released 1y agoFree + from $15/mo
-
75624Released 1y agoNo pricing
-
11,728411Released 1y ago100% FreeI'm new in using AI tools, but i found Coach quite helpful! It follows you step by step both analyzing your situation and finding resources... thanks!
-
2,07231Released 1y agoFree + from $19/mo
-
1,78551Released 1y ago100% FreeThe AI answers that "the context it has is empty" and that "it can't answer". Try Perplexity.ai instead
-
45615Released 1y ago100% Freetested it on a few neighborhoods. the interface is so stripped down it almost feels unfinished, quick to load but u might hunt for extra fillers. the data look on point, yet they dont dive deep into data sources to explain. overall accuracy feeks solid and the map is smooth, just wish it talked more about the results.
-
36911Released 1y agoFrom $975/mo
-
7205Released 1y agoFree + from $7/mo
-
1,92137Released 1y agoFrom $79
-
3,67043Released 1y agoFree + from $199/mo
-
1,40910Released 1y agoFrom $9
-
89323Released 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.
-
3182Released 1y agoFree + from $4/mo
-
2938Released 1y agoNo pricing
-
2,13360Released 1y agoFrom $4/moVery powerful tool. I liked it so thanks for sharing. The jump or stay score is super powerful to understand the drivers on my satisfaction and it was great to see how I rank against my peers.
-
1,77329Released 1y agoFree + from $10/mo
-
2376Released 1y agoFree + from $2.99
-
3,66459Released 1y agoFrom $39/mo
-
67719Released 1y ago100% Free
-
47221Released 1y agoNo pricing
-
1,67111Released 1y agoFrom $9.99/mo
-
7486Released 1y agoFree + from $29/mo
-
1,33323Released 1y agoFrom $19.99
-
3507Released 1y agoFrom $129/mo
-
1,25424Released 1y agoFrom $169
-
1,2734Released 1y ago100% Free
-
81315Released 1y ago100% Free
-
5,85235Released 1y agoFree + from $5.83/mo
-
39313Released 1y agoFree + from $6.63
-
258Released 1y agoNo pricing
-
1,39318Released 1y agoFree + from $6.71/mo
-
83422Released 1y agoFree + from $15/mo
-
71910Released 1y agoFree + from $6.64/mo
-
2,14232Released 1y ago100% Free
-
58512Released 1y agoFree + from $20/mo
-
6527Released 1y agoFree + from $15/mo
-
1,7696Released 1y agoFrom $24.99
-
4,91756Released 1y agoFree + from $4.99/mo
-
3,35520Released 1y agoFree + from $6/mo
-
7506Released 1y agoFrom $30/mo
-
5,42356Released 1y agoFree + from $19.99/mo
-
84112Released 1y agoFree + from $29/mo
-
9,54256Released 1y ago100% Free
-
1,9265Released 1y agoFree + from $2
-
1,71713Released 1y agoFrom $2/mo
-
1,72124Released 2y ago100% Free
-
6,10938Released 2y agoFrom $3
-
3,77055Released 1y agoFree + from $15/mo
-
50511Released 10mo agoFree + from $4.99/mo
-
40,773856Released 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.
-
151Released 1y agoFree + from $14/mo
-
1,1078Released 2y agoNo pricing
-
74819Released 1y agoFree + from $20/mo
-
2,41322Released 2y agoFree + from $10/mo
-
Open1712Released 1y ago100% Free
-
Open26327Released 1y ago100% Free -
34530Released 2y ago100% Free
-
Your personal Ethereum magician, providing insights into vulnerabilities and optimizations.Open2443119Released 2y ago100% Free -
7547Released 2y ago100% Free
-
Streamlining development with multi-language support, code execution, and debugging.Open16875Released 2y ago100% Free -
Automatically translate and extract keywords from text or websites.Open3356422Released 2y ago100% Free -
183191Released 2y ago100% Free
-
Open2006657Released 2y ago100% Free -
5287109Released 2y ago100% Free
-
Open26221Released 2y ago100% Free -
15056Released 2y ago100% Free
-
1853152Released 2y ago100% Free
-
173166Released 2y ago100% Free
-
2662678Released 2y ago100% Free
-
6359Released 1y ago100% Free
-
3186Released 1y ago100% Free
-
A platform for practicing and improving social interactions.Open434522Released 1y ago100% Free
-
259126Released 1y ago100% Free
-
8551246Released 1y ago100% Free
-
14621Released 1y ago100% Free
-
Insightful assistant for authors, mimicking their style.Open9629Released 1y ago100% Free
-
Open4953155Released 1y ago100% Free -
17016Released 1y ago100% Free
-
398184Released 1y ago100% Free
-
13911Released 1y ago100% Free
-
3971Released 1y ago100% Free
-
Guides self-exploration using motivational interviewing.Open228640Released 1y ago100% Free -
187165Released 1y ago100% Free
-
Offering complete coding solutions for Apple MapKit.Open18919Released 1y ago100% Free -
159334Released 1y ago100% Free
-
24657Released 1y ago100% Free
-
238219Released 1y ago100% Free
-
Defines and explains function calls from a knowledge source.Open240285Released 1y ago100% Free -
19935Released 1y ago100% Free
-
141221Released 1y ago100% Free
-
Expert in game design for an office escape adventure.Open2975Released 1y ago100% Free -
318992Released 1y ago100% Free
-
Open2133Released 1y ago100% Free -
15425Released 1y ago100% Free
-
Open49176Released 1y ago100% Free
Post

