โผ State of the art
Ai-powered code generation
Free mode
100% free
Freemium
Free Trial
Other tools
-
19,55765Released 4mo ago100% Free
-
19,55765Released 4mo ago100% Free
-
31,44823v2.0.1 released 2mo agoFree + from $19/mo
-
49,135271v2.3 released 6mo agoFree + from $6/mo
-
Open7,57919Released 1y agoFree + from $49/moChris๐ ๏ธ 1 tool ๐ 6 karmaApr 2, 2025After 3 years of building, learning, and iterating with our incredible users, Iโm beyond excited to introduce you to Reachy! ๐ Iโd love to hear your thoughts, questions, or feedback โ drop them in the comments. Letโs chat! ๐ฌ
- Spotlight: Jason AI (Sales)
-
Open9,30332Released 3mo agoFree + from $40/moGreat tool! Found me super niche influencers pretty quickly!
-
Open9,30332Released 3mo agoFree + from $40/moGreat tool! Found me super niche influencers pretty quickly!
-
10,17970Released 1y agoFree + from $20/moHelps a lot and saves us time with PR review - great cozy tool!
-
10,17970Released 1y agoFree + from $20/moHelps a lot and saves us time with PR review - great cozy tool!
-
Open25,46377Released 1y agoFree + from $12I played around with PodScribe.IO for just 5 minutes, and it helped me save at least 35 minutes when transcribing my first podcast (for free - have not subscribed to the paid version yet). That's pretty sweet! The way it presents and separates podcast data into different formats is really well done. It makes it super easy to find what you're looking for.
-
2,79846v1.0.11 released 1mo agoFree + from $3This is one of the best scrapers I have ever seen, especially considering that Cloudflare explicitly advises against scraping their pages. What makes this scraper stand out is that it opens a virtual machine and runs an agent on top of it, which allows it to bypass bot detection errors effectively. This advanced approach enables it to grab the text content reliably, even from websites with strong anti-scraping measures. By simulating a real user environment, it avoids common blocks and restrictions.
-
2,80554v1.1.0 released 6mo agoFree + from $19Cool tool! I really like how it checks different areas of a websiteโlike design, SEO, performance, and more. It gives a clear picture of whatโs good and what needs fixing.
-
3,48256v2.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.
-
5969Released 1y agoFree + from $15/mo
-
AI-powered code reviews that accelerate pull requests and improve code qualityOpen1,00525Released 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
- Didn't find the AI you were looking for?
-
Open1525456Released 2mo ago100% Free
-
2,47126Released 5mo agoFree + from $15/moCodespell streamlined our development process by automating repetitive backend tasks. Itโs intuitive, efficient, and has become a core part of our workflow.
-
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.
-
1,516565570Released 8mo ago100% Free
-
2522342Released 11mo ago100% Free
-
1,07617Released 1y agoFree + from $40/yr
-
6825Released 1y agoFree + from $5/mo
-
1861929Released 1y ago100% Free
-
1962547Released 1y ago100% Free
-
3727Released 1y agoFree + from $18/mo
-
6736Released 1y agoFree + from $29/mo
-
2,92739Released 1y ago100% Freeit is really cool and easy to use you can create diagrams really easily it even has a unique and lovely theme
-
1,10616Released 1y ago100% Free
-
1,99633Released 1y ago100% Free
-
3,66110Released 2y agoFree + from $5/moHi there - this is Paris, the maker of TimeComplexity.ai! I hope you like this tool, please let me know any feedback!
-
1,96420Released 2y agoFree + from $39/mo
-
2,16614Released 2y ago100% Free
-
1,9319Released 2y ago100% Free
-
1,61311Released 2y agoFree + from $20/mo
-
4,21533Released 2y ago100% Free
-
5,30891Released 2y ago100% Free
-
26,317449Released 2y agoFree + from $12/mo
-
1041Released 2y agoFree + from $19.99
-
1,96718Released 2y agoFree + from $9/mo
-
5,62124Released 18d agoFree + from $16/mo
-
54819Released 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
-
8528Released 1mo agoFree + from $10/mo
-
32,65743Released 2mo agoFree + from $11I use the software to turn rough ideas into polished visuals that feel curated and high-end. Itโs quick, effortless, and always on-brand.
-
Open15,1749853,125Released 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()
-
461104145Released 5mo ago100% Free
-
2,88430Released 6mo agoFree + from $30/moTook me a minute to get the first really good workflow done but I definitely see the value. Keep going on this one and Iโll keep sending feedback.
-
Open4878Released 7mo ago100% Free
-
6,416146Released 7mo agoFree + from $11/moYou're able to input your website and it will create posts for you to use right away
-
Open1143135Released 8mo ago100% Free
-
4046Released 8mo ago100% Free
-
4649596Released 8mo ago100% Free
-
1563239Released 9mo ago100% Free
-
4564167Released 9mo ago100% Free
-
2396971Released 9mo ago100% Free
-
59992129Released 9mo ago100% Free
-
371102105Released 9mo ago100% Free
-
1591936Released 9mo ago100% Free
-
AI-powered Stripe expert for seamless integration.Open1391824Released 9mo ago100% Free
-
4203663Released 10mo ago100% FreeCompletely misread my code and accused me of using assignment in the conditional of a while loop when thereโs no โ=โ anywhere close to that conditional.. Busted and useless.
-
2726086Released 10mo ago100% Free
-
Open2701535Released 10mo ago100% Free
-
2903448Released 10mo ago100% Free
-
94430Released 10mo agoFree + from $15/moThe tool's quality has dropped significantly over the past three months. The AI is taking three times longer to solve problems and is still making many mistakes. Accuracy has decreased by at least 60%. I had to manually fix everything and stop using the prompt. Unfortunately, it used to work very well for me, but now it no longer does.
-
3,156101Released 11mo ago100% FreeSeamless to setup and works as an excellent alternative to GitHub Copilot.
-
2753266Released 11mo ago100% Free
-
AI-powered algorithm generator for effortless coding solutions.Open3113256Released 11mo ago100% Free
-
2101722Released 11mo ago100% Free
-
1,08924Released 1y agoFree + from $9/mo
-
Hybrid assistant for quantum-classical simulations and conversations.Open67712Released 1y ago100% Free
-
Open3534678Released 1y ago100% Free
-
3696177Released 1y ago100% Free
-
AI-powered wizard for crafting Chrome extensions effortlesslyOpen3364156Released 1y ago100% Free
-
2321740Released 1y ago100% Free
-
2782740Released 1y ago100% Free
-
4674875Released 1y ago100% Free
-
86486165Released 1y ago100% Free
-
2,44982Released 1y ago100% Free
-
63212Released 1y agoFree + from $2.38/mo
-
5999Released 1y agoFree + from $14/mo
-
3399Released 1y agoFree + from $9/mo
-
1473Released 1y agoFree + from $19/mo
-
105Released 1y agoFree + from $50
-
3043Released 1y agoFree + from $19/mo
-
1,13740Released 1y ago100% Free
-
63240Released 1y ago100% Free
-
83613Released 1y agoFree + from $20/mo
-
8,306181Released 1y agoFree + from $15/moHi Lachy, Thank you for bringing this issue to our attention and for your patience. We understand the importance of a seamless experience and are committed to improving our software continuously. We've issued a software update which resolves the issue and are extending additional free use as a token of our appreciation. We're confident in our product's ability to deliver superior formula and VBA code generation. Your feedback is invaluable as we strive to provide the best tool on the market.
-
88320Released 1y agoFree + from $30/mo
-
52212Released 1y agoFree + from $15/mo
-
51211Released 1y agoFree + from $15/mo
-
67519Released 1y ago100% Free
-
1,05217Released 1y ago100% Free
-
3808Released 1y agoFree + from $19/mo
-
86719Released 1y agoFree + from $14/mo
-
Transform sales conversations into actionable Salesforce data.Open2273Released 1y agoFree + from $19/mo
-
62116Released 1y ago100% Free
-
3,72955Released 1y agoFree + from $15/moFar beyond my expectation. Thanks for bribg us such a great work.
-
1,16611Released 1y agoFree + from $50/mo
-
53122Released 1y agoFree + from $20/mo
-
4915Released 1y agoFree + from $7.52/moWent on to test uploaded an image but instead of allowing me to test the system it required buying credits . Seems like an initial freebie would be good to run a test on it . Just my view . Brendan
-
6,63494Released 1y agoFree + from $12.81/mo
-
446Released 1y agoFree + from $20/mo
-
1591Released 1y agoFree + from $12.75/mo
-
1133Released 2y agoFree + from $10/mo
-
1,72026Released 2y agoFree + from $25/mo
-
3673Released 2y agoFree + from $19/mo
-
82424Released 2y agoFree + from $49/mo
-
1,0365Released 2y ago100% Free
-
8266Released 2y agoFree + from $30/mo
-
1,4935Released 2y agoFree + from $15/mo
-
1,71224Released 2y ago100% Free
-
3,35713Released 2y agoFree + from $24.5/mo
-
95613Released 2y ago100% Free
-
2,72651Released 2y ago100% Free
-
5,28634Released 2y ago100% Free
-
2,60417Released 2y agoFree + from $480/mo
-
4,15742Released 2y agoFree + from $8/mo
-
1,4814Released 2y agoFree + from $4.99
-
5,640233Released 2y agoFree + from $68/mo
-
4,634130Released 2y agoFree + from $50/mo
-
5,64838Released 2y agoFree + from $29/mo
-
1,3206Released 2y agoFree + from $60/mo
-
3,45361Released 2y agoFree + from $29/mosays there is a free option(not a free trial) and no credit card is necessary but as soon as you sign up it prompts you to enter a credit card and states its a free trial...there are too many substandard ai platforms that this bait and switch is ridiculous..
-
3,74996Released 2y agoFree + from $19.99/mo
-
3,0619Released 2y agoFree + from $49/mo
-
5,81476Released 2y agoFree + from $9/mo
-
1,74311Released 2y agoFree + from $39/mo
-
6,72132Released 2y ago100% Free
-
6408Released 2y agoFree + from $9.99/mo
-
5,29166Released 2y agoFree + from $8/mo
-
5,28526Released 2y agoFree + from $100/yr
-
18,870131Released 2y agoFree + from $7.99/mo
-
1,79315Released 4y agoFree + from $299/mo
-
3663Released 5y agoFree + from $89/mo
-
11,20268Released 2y ago100% Free
-
48610Released 1y agoFree + from $10/mo
-
5,02159Released 2y ago100% Free
-
3,80216Released 2y agoFree + from $6.99
-
1,30624Released 2y agoFree + from $5
-
7,36531Released 3y agoFree + from $19/mo
-
8,48148Released 3y agoFree + from $6.99/mo
-
3,59058Released 2y agoFree + from $10
-
13,44993Released 1y agoFree + from $50/yr
-
70019Released 1y agoFree + from $7.5/mo
-
1,18319Released 3y agoFree + from $19/mo
-
6,32027Released 2y agoFree + from $14/mo
-
3,70132Released 2y agoFree + from $6/yrI'm a developer and Code Genius is my pair programming, it's amazing how much time it already saved me. Especially when it comes to unit tests (Jest and React Testing Library) ๐ฏ Recommended!
-
1,9118Released 2y agoFree + from $39
-
80315Released 1y agoFree + from $9.99/mo
-
11,435184Released 2y agoFree + from $19/moIts a really great code generator, it helped me with lots of codes for lots of programming languages, it gives short answers, explain the code and gives you versions of the code if asked
Post