▼ State of the art
Ai-based coding
Free mode
100% free
Freemium
Free Trial
Other tools
-
37,04475v1.1 released 3mo agoFrom $25/mo
-
AI-timekeeping enabling lawyers, accountants, and consultants to focus on their work.Open3,29933v3.3 released 9mo agoNo pricing
-
4105Released 4mo agoFree + from $99/mo
-
AI-powered manifest and Lua script generation for developers.Open14,0169214,662Released 4mo ago100% FreeDope Dover🙏 5 karmaMay 25, 2025I'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()
- Sponsor:Rocket.new Vibe Coding
-
1,81652Released 5mo agoNo pricing
-
Open1,71946Released 9mo agoNo pricing
-
6367Released 10mo agoFree + from $9.60/mo
-
Open52212Released 11mo agoNo pricing
-
1,15829Released 11mo ago100% Free
-
36613Released 1y agoFrom $49/mo
-
82615Released 1y agoNo pricing
-
97220Released 1y agoFree + from $14.99/mo
- Didn't find the AI you were looking for?
-
4024Released 1y agoFree + from $9/mo
-
48010Released 1y agoFree + from $10/mo
-
79515Released 1y agoFree + from $9.99/mo
-
3544Released 1y agoNo pricing
-
2,20768Released 1y agoFree + from $45/mo
-
1955Released 1y agoFree + from $149
-
75422Released 1y agoFree + from $4.99/mo
-
4139Released 1y agoFree + from $100/mo
-
3621Released 1y agoFree + from $24.99/mo
-
6226Released 1y agoFrom $2.9
-
3526Released 1y agoFrom $4
-
1,40911Released 1y agoFrom $250/mo
-
59711Released 2y agoFrom $17.73/mo
-
Open1,83816Released 2y agoFrom $129
-
2,47911Released 2y agoFrom $79/mo
-
3,67332Released 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!
-
2,12620Released 2y agoFree + from $8/mo
-
2,72914Released 2y agoNo pricing
-
5,985124Released 2y ago100% FreeThis is cool, I can do code on the left side, and the right side can give me advice on my code. Spares me a lot of headaches and I can do it anywhere with ease
-
9585Released 2y ago100% Free
-
2,62445Released 2y agoFree + from $19.99/mo
-
2,76416Released 2y agoFrom $19.99
-
7,423115Released 2y agoNo pricing
-
14,05096Released 2y ago100% Free
-
2,26930Released 2y agoFrom $24/mo
-
6,34434v1 released 2y agoFree + from $35.99/moRunDiffusion is different, the things I've made! My grandson got me into image generation a few months ago. This is his favorite and I can see why.
-
1,590242v1 released 3y agoNo pricing
-
5,01159Released 2y ago100% Free
-
11,12868Released 2y ago100% Free
-
3,79116Released 2y agoFree + from $6.99
-
7,34931Released 3y agoFree + from $19/mo
-
3,10113Released 2y agoNo pricing
-
2,4424Released 1y agoFrom $75/mo
-
AI-driven code learning platform for hands-on practice anytime, anywhere.Open4927Released 1y agoFree + from $2.99/mo
-
7,62239Released 2y agoFrom $5
-
4745Released 2y agoFree + from $7/mo
-
Supercharge your tech skills with AI-powered learning.Open4017Released 1y agoFree + from $14.99/mo
-
1,30224Released 2y agoFree + from $5
-
5,53833Released 2y agoNo pricing
-
1,83725Released 4mo 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,62725Released 1y agoFree + from $19/mo
-
67119Released 1y agoFree + from $7.5/mo
-
69315Released 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
-
1,6208Released 2y agoNo pricing
-
5505Released 1y agoFree + from $43.26/mo
-
3942Released 2y agoNo pricing
-
8,879146Released 4y agoNo pricing
-
1,9229Released 2y ago100% Free
-
3,49859v2.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?!?!
-
11,404184Released 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
-
7073Released 1y ago100% Free
-
Offering complete coding solutions for Apple MapKit.Open18419Released 1y ago100% Free
-
255126Released 1y ago100% Free
-
Check your coding skill from uploaded codes.Open3164217Released 1y ago100% Free
-
1607Released 1y ago100% Free
-
2084304Released 1y ago100% Free
-
1953628Released 1y ago100% Free
-
2953218Released 1y ago100% Free
-
288450Released 1y ago100% Free
-
Expert in TailwindCSS, providing coding guidance and best practices.Open9315Released 1y ago100% Free
-
3902323Released 1y ago100% Free
-
190112Released 1y ago100% Free
-
1201Released 1y ago100% Free
-
Open35023Released 1y ago100% Free
-
2693Released 1y ago100% Free
-
889682Released 1y ago100% Free
-
947Released 1y ago100% Free
-
92284Released 1y ago100% Free
-
179290Released 1y ago100% Free
-
4,685747Released 1y ago100% Free
-
Advanced AI-powered IDE for paired-programming and software developmentOpen7417Released 1y ago100% Free
-
2211Released 1y ago100% Free
-
280219Released 1y ago100% Free
-
36113Released 1y ago100% Free
-
6952828Released 1y ago100% Free
-
698316Released 1y ago100% Free
-
327772Released 1y ago100% Free
-
982129Released 1y ago100% Free
-
97228346Released 1y ago100% Free
-
328148Released 1y ago100% Free
-
4542214Released 1y ago100% Free
-
Open13318Released 1y ago100% Free
-
227149Released 1y ago100% Free
-
AI expert, mastering Kotlin programming and problem-solving.Open18218Released 1y ago100% Free
-
263559Released 1y ago100% Free
-
5582139Released 1y ago100% FreePretty good! gives the HTML code and can be interfaced directly with chatgpt
-
6465332Released 1y ago100% Free
-
Open3122Released 1y ago100% Free
-
10766,000Released 1y ago100% Free
-
212360Released 1y ago100% Free
-
2101286Released 1y ago100% Free
-
2731826Released 1y ago100% Free
-
Expert software engineering insights at your fingertips.Open1381257Released 1y ago100% Free
-
Open15322Released 1y ago100% Free
-
130238Released 1y ago100% Free
-
255128Released 1y ago100% Free
-
10975Released 1y ago100% Free
-
164Released 1y ago100% Free
-
1,0402139Released 1y ago100% Free
-
196173Released 1y ago100% Free
-
329234Released 1y ago100% Free
-
20311Released 1y ago100% Free
-
150417Released 1y ago100% Free
-
178248Released 1y ago100% Free
-
337329Released 1y ago100% Free
-
276176Released 1y ago100% Free
-
AI guide for Python certification with project-based learning.Open95120Released 1y ago100% Free
-
2728303Released 1y ago100% Free
-
11824Released 1y ago100% Free
-
194140Released 1y ago100% Free
-
133670Released 1y ago100% Free
-
163146Released 1y ago100% Free
-
10012Released 1y ago100% Free
-
56114121Released 1y ago100% Free
-
31514Released 1y ago100% Free
-
262365Released 1y ago100% Free
-
1821656Released 1y ago100% Free
-
70170Released 1y ago100% Free
-
974Released 1y ago100% Free
-
901200Released 1y ago100% Free
-
433149Released 1y ago100% Free
Post