▼ Most saved
Ai-powered coding
Free mode
100% free
Freemium
Free Trial
Featured matches
-
9,306102Released 9mo agoFree + from $49/mo

Bo Bennett🛠️ 6 tools 🙏 108 karmaFeb 1, 2025@Groops.comHi Rod, you did not click the "include" for each section you wanted to include. I did that for you so you can now see your page. Looks good so far. -
30,86329Released 7mo agoFree + from $29/mo
This is a very useful app! Going to use it on all my products. -
Open54827Released 23d ago100% Free

-
53,82526v1.1 released 1d agoFree + from $25/mo
Introducing Rocket Precision Mode: Build with Command-Based AI Today we're launching 100+ structured commands and file-targeted edits that give you predictable, first-try accuracy. No prompt engineering. No retries. No cascading changes across your app. With Precision Mode, you control exactly what gets updated and where. Use "/" commands for content edits, UI fixes, branding updates, image generation, animations, payments, and notifications, and more. Use "@" to target any file or folder so your changes stay scoped, contained and safe. Some examples now available in chat: • Update Content, Remove Element, Fix Layout Issues • Setup Google Analytics, Adsense • Fix Supabase Authentication Issues, Overflow and Scrolling Issue • Generate Image and place it directly into your screen • Add Stripe Payments, AI Chatbot, Email Alerts, WhatsApp Messages, SMS • Add Multiple Languages, RTL Support, Animations, Page Transitions Your intent becomes action. Your workflow stays fast. This is AI building built for control.
Other tools
-
Open18,4591,2094,268Released 6mo 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() -
27,878452Released 2y ago#6 in Trending
-
50,765328v2.0 released 18d ago#26 in Trending
-
12,233312Released 1y agoFree + from $17/mointeresting ai tool, quickly let you create a good looking website.. thumbs up
- Sponsor:Rocket - Vibe Coding
-
31,523258Released 4y agoFree + from $10/mo
-
5,667233Released 2y agoFree + from $68/mo
-
17,215147v3.2 released 8mo agoFree + from $18.22/moThey recently changed to a “point based system” where free users get 3000 daily point. Subscribers get 100,000,000 points monthly plus the 3000 daily. Each model has a wide range of costs. Some are cheap and some are more expensive. There is no longer unlimited messages for subscribers. It has since sparked an outrage among the community with many ending their subscriptions and moving away from Poe.
-
641144213Released 6mo ago100% Free
-
744119168Released 10mo ago100% Free
-
416118125Released 11mo ago100% Free
-
692109145Released 1y ago100% Free
-
508106106Released 10mo ago100% Free
- Didn't find the AI you were looking for?
-
3,438101Released 1y ago100% FreeSeamless to setup and works as an excellent alternative to GitHub Copilot.
-
3,807100Released 2y agoFree + from $19.99/mo
-
6,84794Released 1y agoFree + from $12.81/mo
-
89591170Released 1y ago100% Free
-
3,74083Released 1y ago100% Free
-
2,71781Released 1y ago100% Free
-
Transform patient data into precise medical codes instantly.Open3577991Released 1y ago100% Free -
11,40074Released 2y ago100% Freebest coding site!! best thing: it's free and it's INFINITE!
-
5,06459Released 2y ago100% Free
-
Ship Your Full-Stack MVP in Hours, No CodeOpen17,19558Released 3mo agoFree + from $20/moThe AI tool that turns Figma design into production-ready websites, automates complex backend tasks like auth and payments, adds AI capabilities, and I like their support team service.
-
3,61858Released 2y agoFree + from $10
-
2,80555Released 1y agoFree + from $8/mo
-
3,81855Released 1y agoFree + from $15/moFar beyond my expectation. Thanks for bribg us such a great work.
-
Open4075489Released 1y ago100% Free -
3135278Released 11mo ago100% Free
-
4865077Released 1y ago100% Free
-
1,48949Released 1y ago100% Free
-
8,58248Released 3y agoFree + from $6.99/mo
-
1774754Released 11mo ago100% Free
-
5154691Released 11mo 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.
-
AI-powered wizard for crafting Chrome extensions effortlesslyOpen3634564Released 1y ago100% Free -
4754369Released 10mo ago100% Free
-
1,57643Released 1y ago100% Free
-
1924144Released 11mo 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
-
1123836Released 24d ago100% Free
-
2043658Released 11mo ago100% Free
-
AI-powered algorithm generator for effortless coding solutions.Open3273357Released 1y ago100% Free -
1673240Released 10mo ago100% Free
-
AI-powered coding-inspired backgrounds for programmers.Open1493228Released 1y ago100% Free -
2963042Released 1y ago100% Free
-
1,28930Released 1y 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.
-
2,05128Released 2y ago100% Free
-
Open1492630Released 1y ago100% Free -
1,77126Released 2y agoFree + from $25/mo
-
5,35826Released 2y agoFree + from $100/yr
-
3,93226Released 6mo 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.
-
1,55925Released 1y agoFree + from $9/mo
-
1,08125Released 1y agoFree + from $5/mo
-
AI-powered Python cheat sheets for quick coding mastery.Open1502434Released 1y ago100% Free -
1,32424Released 2y agoFree + from $5
-
3,96023Released 2y agoFree + from $30/mo
-
58122Released 1y agoFree + from $20/mo
-
1692138Released 11mo ago100% Free
-
922125Released 11mo ago100% Free
-
1452031Released 11mo ago100% Free
-
1,00720Released 1y agoFree + from $30/mo
-
68619Released 1y ago100% Free
-
2181925Released 1y ago100% Free
-
96619Released 1y agoFree + from $7.5/mo
-
2,62617Released 2y agoFree + from $480/mo
-
63716Released 1y ago100% Free
-
1,32016Released 2y ago100% Free
-
3,83416Released 2y agoFree + from $6.99
-
77215Released 1y agoFree + from $15/mo
-
1011533Released 1y ago100% Free
-
82815Released 1y agoFree + from $9.99/mo
-
Generate code snippets, functions, and components with AI assistance.Open69414Released 1mo agoFree + from $16/moGreat tool for helping with coding tasks.
-
411315Released 2mo ago100% Free
-
88113Released 1y agoFree + from $20/mo
-
1,20913Released 2y agoFree + from $8/mo
-
2,48012Released 2y agoFree + from $15/mo
-
1,55412Released 2y ago100% Free
-
50712Released 1y agoFree + from $10/mo
-
63311Released 1y ago100% Free
-
2,13011Released 1y agoFree + from $4.99/mo
-
2,08011Released 2y agoFree + from $20/mo
-
9349Released 1y agoFree + from $3.99
-
6289Released 1y agoFree + from $15/mo
-
8978Released 2y agoFree + from $9.99/mo
-
AI-driven code learning platform for hands-on practice anytime, anywhere.Open5147Released 2y agoFree + from $2.99/mo
-
83624Released 1y ago100% Free
-
4,9345Released 1mo 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.
-
8785Released 5mo agoFree + from $99/mo
-
1,5755Released 1y agoFree + from $10/mo
-
7165Released 1y agoFree + from $29/mo
-
2705Released 2y agoFree + from $99/mo
-
5745Released 2y agoFree + from $7/mo
-
2773Released 1y agoFree + from $19/mo
-
2073Released 1y agoFree + from $19/mo
-
11725Released 10mo ago100% Free
-
Open5422Released 1y agoFree + from $29.90/mo
-
3371Released 2y agoFree + from $12/mo
-
381Released 1y agoFree + from $16/mo
-
550Released 2y agoFree + from $20/mo
-
217Released 2y agoFree + from $97/mo
Post

