TAAFT
Free mode
100% free
Freemium
Free Trial
Create tool

Featured matches

Other tools

  • PokaMind
    Your Journey Towards Exceptional Leadership Starts Here
    Open
    7,293
    86
    5.0
    Released 1y ago
    Free + from $69/mo
    Would recommend this to anyone. Writing things down is great, but being able to freely talk about it is even better. It gives you time to get it all out and a lot of times I feel better just by verbalizing issues out loud. I really appreciate that the report from the session reflects everything I've said in a structured way, so I don't have to worry about talking super coherently. It also provides useful insights and recommendations. The whole self-care topic has always sounded like a chore to me but I actually enjoy this.
  • Codeanywhere
    Code, collaborate, and deploy from your browser.
    Open
    641
    7
    5.0
    Released 10mo ago
    Free + from $9.60/mo
  • Story Generator Kids
    Spark young minds with AI-crafted stories
    Open
    212
    45
    5.0
    58
    Released 11mo ago
    100% Free
    Create moral stories ownself
  • Origin AI
    Deploy custom enterprise software without developers.
    Open
    37,109
    76
    5.0
    v1.1 released 4mo ago
    From $25/mo
    34,762 theorigin.ai
  • Tusk
    Generate unit and integration tests with AI
    Open
    1,412
    11
    5.0
    Released 1y ago
    From $250/mo
  • Skill AI
    AI-generated learning paths for any skill
    Open
    839
    20
    5.0
    Released 2y ago
    Free + from $3.90/mo
  • AI Dev Assess
    AI-powered tech interview toolkit generator.
    Open
    726
    13
    5.0
    Released 11mo ago
    From $39
  • CostGPT
    Generate software cost and time estimates, with just an idea!
    Open
    2,863
    70
    4.9
    Released 1y ago
    Free + from $49
    Best AI tool so far, easy to use and provides accurate estimations.
  • CodingFleet
    AI wizard transforms instructions into code snippets.
    Open
    28,411
    50
    4.8
    Released 6mo ago
    Free + from $7/mo
    Honestly 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.
  • IndieMerger
    Find your ideal co-founder in days, not months.
    Open
    1,574
    26
    4.5
    Released 6mo ago
    Free + from $49
    We can't always rely on finding our co-founders among our acquaintances, we needed an online platform that has all the information we need to know when finding people that would align with our goals, values, and required roles.
  • Innerview
    Transform interviews into instant insights.
    Open
    2,350
    28
    4.5
    Released 11mo ago
    No pricing
  • Relationship Expert
    AI companion for love's challenges and healthier relationships.
    Open
    163
    33
    4.5
    42
    Released 11mo ago
    100% Free
  • Didn't find the AI you were looking for?
  • Sudoku Generator
    AI-powered Sudoku puzzles for all skill levels.
    Open
    769
    193
    4.4
    242
    Released 10mo ago
    100% Free
    The Sudoku Puzzles Generator is an exceptional AI tool that empowers users to create high-quality Sudoku puzzles across various difficulty levels. Its user-friendly interface and cloud-based platform make puzzle generation efficient and accessible, catering to both hobbyists and professional publishers. With features like customizable layouts, automated solution generation, and multiple export formats, it streamlines the creation process for puzzle books and educational materials. Highly recommended for anyone looking to produce engaging Sudoku content effortlessly
  • Colouring Book Generator
    Transform ideas into captivating black-and-white illustrations.
    Open
    221
    49
    4.4
    58
    Released 10mo ago
    100% Free
  • INLINER
    Generate images by describing them in a URL.
    Open
    50,391
    24
    4.3
    Released 2mo ago
    Free + from $9.99/mo
    47,247 inliner.ai
    Six months ago I was building some landing pages and found myself wasting way too much time downloading stock photos, cropping them, resizing, rehosting... the whole thing felt broken. I looked around for a tool that just let me describe the image I wanted and get it in the right format instantlyโ€”but nothing really existed. So I built Inliner AI. Now when I need an image, I just write what I want directly into a URL like this: https://img.inliner.ai/my-project/panda-playing-guitar-on-stage_1200x750.png Hit enter and boom Inliner generates an original AI image, intelligently cropped, resized for the web, and served instantly via CDN. Need a quick edit? Just append it to the URL: .../remove-the-guitar_900x750.png No uploads, no UI, no waiting. You can also upload your own products, people, or logos and compose them into generated scenes. For more control, there's a Studio web GUI where you can play with prompts and dimensions and compare variants side by side before committing. Where this gets really powerful is when you show your LLM how to use these URLs. Once it knows the pattern like: https://img.inliner.ai/my-project/xxx-yyy-zzz.png It can generate, tweak, and iterate on image assets dynamically, right inside your prompts or your code. Everything stays self contained in the link. We also include copy/pasteable instructions for Claude, GPT, Cursor, and more so you can wire this up in minutes. If you're building a product, designing a page, or just prototyping something new try it out and let me know what you think!
  • illustration.app
    #1 AI vector illustration generator
    Open
    29,052
    128
    4.2
    Released 1y ago
    Free + from $9/mo
    I told my team to use this for their projects and it's a huge help!
  • Firebase Studio
    The full stack AI workspace for accelerated development
    Open
    1,823
    52
    4.0
    Released 5mo ago
    No pricing
  • Manifest and LUA Script Generator
    AI-powered manifest and Lua script generation for developers.
    Open
    14,257
    932
    4.0
    4,742
    Released 4mo ago
    100% Free
    I'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()
  • Plumb
    Build, test, and deploy AI features with confidence.
    AI
    Open
    1,804
    37
    4.0
    Released 1y ago
    No pricing
  • Keytake - AI Video Editor
    Professional videos, one prompt away.
    Open
    61,118
    123
    3.9
    v1.1 released 1mo ago
    Free + from $15/mo
    I have a hard time with doing video presentations - I have to brainstorm on paper, write the whole thing out, then painfully spread them out on powerpoint. And after all that I gotta prep for the actual presentation part, which is agonizing (for many different reasons). But Keytake solves all of that, as long as Iโ€™ve got a basic idea about what I want to talk about. Thereโ€™s a couple things Iโ€™d wish the team would add like brand kits, but I know they are coming soon so I canโ€™t wait
  • KNWN โ€“ AI Visibility & Traffic Analytics
    Track your contentโ€™s visibility and performance across AI platforms, globally.
    Open
    1,111
    22
    3.6
    Released 5mo ago
    From $10/mo
    This is a needed product for anyone trying to be seen on ChatGPT! AI will be the new front door of the internet and I want my brand to show up. Knwn helped me optimize both my code and content to show up with greater frequency on all AI platforms.
  • VectorMind
    Create stunning vector graphics in seconds with AI.
    Open
    1,093
    23
    3.6
    Released 1y ago
    From $19.99
  • Polychat
    Unleash AI's power through an intuitive interface.
    Open
    1,656
    17
    3.5
    Released 8mo ago
    No pricing
    Having best of both worlds is really powerful!
  • Same.dev
    Copy any UI with pixel-perfect precision.
    Open
    4,807
    100
    3.1
    Released 6mo ago
    No pricing
    Does not copy the exact animations, but it does a good job at coping the styles
Post
0 AIs selected
Clear selection
#
Name
Task