▼ Most saved
Ai-powered coding
Free mode
100% free
Freemium
Free Trial
Featured matches
-
11,333105Released 10mo agoFrom $25/mo
Marko Kraemer🙏 15 karmaDec 28, 2024Great team, great software, getting better every day :) -
8,929100Released 8mo agoFree + from $49/mo
Hi 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. -
3,54137Released 1y agoNo pricing

-
30,08029Released 7mo agoFree + from $29/mo
This is a very useful app! Going to use it on all my products. -
15,72220Released 1mo agoFree + from $20/mo

-
1,02910Released 1mo agoFrom $19.99/mo

-
Open21910Released 2d ago100% Free

Other tools
-
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() -
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.
-
27,108451Released 2y agoFree + from $12/mo
-
12,167311Released 1y agoFree + from $17/mointeresting ai tool, quickly let you create a good looking website.. thumbs up
- Sponsor:Rocket
-
35,350305v0.48.6 released 7mo agoFree + from $16/mo
-
13,525296Released 1y agoNo pricingHonestly, with the website looking the way it does on 5.4.2024, I feel discouraged to even try it for free. First impressions matter IMO. It would be great to have a showcase of products, etc
-
15,576287Released 1y agoNo pricing
-
29,574247Released 3y agoFree + from $10/mo
-
5,658233Released 2y agoFree + from $68/mo
-
Open503157v1 released 2y ago$0.15/hr
-
17,016146v3.2 released 7mo 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.
-
8,904146Released 4y agoNo pricing
- Didn't find the AI you were looking for?
-
22,978143Released 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!
-
540125182Released 5mo ago100% Free
-
7,437115Released 2y agoNo pricing
-
401113118Released 10mo ago100% Free
-
648104144Released 10mo ago100% Free
-
492101101Released 9mo ago100% Free
-
654101132Released 11mo ago100% Free
-
3,181101Released 11mo ago100% FreeSeamless to setup and works as an excellent alternative to GitHub Copilot.
-
3,76896Released 2y agoFree + from $19.99/mo
-
6,71794Released 1y agoFree + from $12.81/mo
-
88087167Released 1y ago100% Free
-
2,48182Released 1y ago100% Free
-
2,69381Released 1y ago100% Free
-
11,30171Released 2y ago100% Free
-
7,80663Released 2y agoNo pricingWaitinglist keeps you waiting for way too long.
-
5,04259Released 2y ago100% Free
-
3,60458Released 2y agoFree + from $10
-
Ship Your Full-Stack MVP in Hours, No CodeOpen16,10057Released 2mo 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.
-
2,33555Released 11mo agoFree + from $8/mo
-
3,77055Released 1y agoFree + from $15/mo
-
31455v1 released 2y agoFrom $5.00/mo
-
Transform patient data into precise medical codes instantly.Open2435355Released 1y ago100% Free -
Open3815387Released 1y ago100% Free -
4764976Released 1y ago100% Free
-
1,28849Released 1y ago100% Free
-
8,48948Released 3y agoFree + from $6.99/mo
-
2904673Released 10mo ago100% Free
-
AI-powered wizard for crafting Chrome extensions effortlesslyOpen3554462Released 1y ago100% Free -
1594349Released 10mo ago100% Free
-
4634278Released 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.
-
1,20242Released 1y ago100% Free
-
4614167Released 9mo ago100% Free
-
1854043Released 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
-
7,63939Released 2y agoFrom $5
-
2003657Released 11mo ago100% Free
-
93434Released 1y agoFrom $14.99
-
5,58733Released 2y agoNo pricing
-
1603240Released 9mo ago100% Free
-
AI-powered algorithm generator for effortless coding solutions.Open3153256Released 1y ago100% Free -
AI-powered coding-inspired backgrounds for programmers.Open1423127Released 1y ago100% Free -
4,61431Released 2y agoNo pricing
-
7,37531Released 3y agoFree + from $19/mo
-
96730Released 11mo 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.
-
2892941Released 1y ago100% Free
-
3,69529Released 2y agoNo pricing
-
2,03928Released 2y ago100% Free
-
1,73826Released 2y agoFree + from $25/mo
-
5,29426Released 2y agoFree + from $100/yr
-
3,09226Released 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.
-
Open1462529Released 1y ago100% Free -
84625Released 1y agoFree + from $5/mo
-
2,87925Released 3y agoFrom $9.90
-
Master system design and behavior interviews with AI-powered practice.Open2,15624Released 9mo agoNo pricing
-
AI-powered Python cheat sheets for quick coding mastery.Open1472434Released 1y ago100% Free -
1,32324Released 1y agoFree + from $9/mo
-
1,31424Released 2y agoFree + from $5
-
3,94423Released 2y agoFree + from $30/mo
-
54522Released 1y agoFree + from $20/mo
-
3,54021Released 2y agoFrom $2.10
-
892125Released 11mo ago100% Free
-
1662037Released 10mo ago100% Free
-
AI-powered Stripe expert for seamless integration.Open1442026Released 10mo ago100% Free -
92120Released 1y agoFree + from $30/mo
-
67719Released 1y ago100% Free
-
70719Released 2y agoFree + from $2
-
1361930Released 11mo ago100% Free
-
1,70419Released 3y agoNo pricing
-
81719Released 1y agoFree + from $7.5/mo
-
2121723Released 1y ago100% Free
-
2,61617Released 2y agoFree + from $480/mo
-
62516Released 1y ago100% Free
-
1,31216Released 2y ago100% Free
-
3,81716Released 2y agoFree + from $6.99
-
76115Released 1y agoFree + from $15/mo
-
1001533Released 11mo ago100% Free
-
81615Released 1y agoFree + from $9.99/mo
-
38614Released 1y agoFrom $49/mo
-
61014Released 1y agoNo pricing
-
86813Released 1y agoFree + from $20/mo
-
1,09813Released 1y agoNo pricing
-
1,11313Released 2y agoFree + from $8/mo
-
3,14913Released 2y agoNo pricing
-
2,46612Released 2y agoFree + from $15/mo
-
1,53112Released 2y ago100% Free
-
60611Released 1y ago100% Free
-
2,09011Released 1y agoFree + from $4.99/mo
-
2,06411Released 2y agoFree + from $20/mo
-
281010Released 2mo ago100% Free
-
49710Released 1y agoFree + from $10/mo
-
9279Released 1y agoFree + from $3.99
-
6139Released 1y agoFree + from $15/mo
-
4708Released 1y agoNo pricing
-
7498Released 2y agoFree + from $9.99/mo
-
AI-driven code learning platform for hands-on practice anytime, anywhere.Open5077Released 2y agoFree + from $2.99/mo
-
80624Released 11mo ago100% Free
-
2976Released 1y agoFrom $39.99/mo
-
3725Released 1y agoFrom $20/yr
-
4,2925Released 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.
-
6835Released 5mo agoFree + from $99/mo
-
1,3155Released 1y agoFree + from $10/mo
-
3625Released 1y agoFree + from $29/mo
-
2595Released 2y agoFree + from $99/mo
-
5245Released 2y agoFree + from $7/mo
-
2045Released 3d ago100% Free
-
6804Released 5mo agoFrom $7.99/mo
-
2,5714Released 1y agoFrom $75/mo
-
3913Released 1y agoFrom $49/mo
-
2543Released 1y agoFree + from $19/mo
-
4973Released 1y agoFrom $9.99/mo
-
1573Released 1y agoFree + from $19/mo
-
11725Released 9mo ago100% Free
-
AI-powered coding interview assistant for instant LeetCode solutionsOpen7042Released 1y agoFrom $18.13/mo
-
4732Released 2y agoNo pricing
-
Open5142Released 11mo agoFree + from $29.90/mo
-
1682Released 1y agoFrom $48/mo
-
2812Released 1y agoNo pricing
-
3301Released 1y agoFrom $5
-
Open343Released 1y agoNo pricing
-
353Released 1y agoNo pricing
-
186Released 1y agoNo pricing
-
361Released 1y agoFree + from $16/mo
-
496Released 1y agoFree + from $20/mo
-
211Released 2y agoFree + from $97/mo
-
385748Released 1y ago100% Free
-
Advanced AI-powered IDE for paired-programming and software developmentOpen7467Released 2y ago100% Free -
4043101Released 2y ago100% Free
-
1741Released 1y ago100% Free
-
9715Released 1y ago100% Free
-
130190Released 2y ago100% Free
-
187122Released 2y ago100% Free
-
147123Released 2y ago100% Free
-
171Released 2y ago100% Free
Post

