TAAFT
Free mode
100% free
Freemium
Free Trial
Create tool

Other tools

  • BotDojo
    The Fastest Way to Build AI Agents
    Open
    15,822
    202
    4.4
    Released 8mo ago
    #5 in Trending
    BotDojo is one of the most powerful AI Agent builders I've found out there. As a non-technical marketer, it took me a minute to get familiar with the designer, but using the preexisting templates is super helpful! I am now running outreach 100% on autopilot. BotDojo personalizes the copy for each contact we reach out to by email and LI. It also takes care of the drip campaign that I run through Lemilist. LOVE IT! I really hope to see more templates coming up soon!
  • Multiverse AI
    Transform selfies into professional AI headshots
    Open
    1,318
    3
    Released 2y ago
    From $29
  • 125,002
    61
    5.0
    v1.5 released 1mo ago
    Free + from $12/mo
    119,296 heyscottie.io
  • Protocraft AI
    Your AI Studio for supercharged productivity, file management, development, and task automation.
    Open
    20,541
    167
    4.6
    v3.1.17 released 6mo ago
    Free + from $49
  • Younet
    Personalized AI agents that expedite your work 10X
    Open
    70,262
    299
    4.5
    v8.7 released 1mo ago
    #15 in Trending
    52,433 younet.ai
    Absolutely in love. I could create my own custom AI and shared it with my colleuges to get instant support from me, i mean digital AI of me :)
  • CraftedCourses.io
    Create and Share High-Quality Online Courses in Minutes
    Open
    10,170
    21
    3.4
    Released 4mo ago
    From $13.34/mo
    Good course creation structure
  • Coderview
    AI Tools to Help Anyone Applying or Hiring for Tech Roles
    Open
    2,190
    29
    5.0
    Released 7mo ago
    No pricing
    Absolutely love this tool! It helps me apply to jobs so quickly and is so easy to use
  • n8nChat
    AI-powered n8n workflow assistant
    Open
    21,779
    96
    4.1
    Released 5mo ago
    Free + from $5/mo
    16,827 n8nchat.com
    I’ve added the newest OpenAI models to n8nChat! - gpt-4.1-nano - gpt-4.1-mini - o4-mini - gpt-4.1 - o3 This update is currently live in the Firefox version, however the Chrome version is still pending Google approval for the update.
  • Bange
    Transform Your Career: AI-Powered Resumes, Cover Letters, and Mock Interviews with Bange.io
    Open
    5,107
    152
    3.4
    Released 1y ago
    Free + from $5/mo
    Does what it says on the label, and they keep innovating, adding new features and fine-tuning existing ones. 1 for such a simple solution to a very real problem.
  • QA.tech
    Our AI tests your web apps and creates bug reports loved by developers.
    Open
    3,877
    30
    5.0
    Released 1y ago
    #49 in Trending
    The developer’s best friend is finally here!
  • Belva
    Automate the Mundane, Embrace the Meaningful
    AI
    Open
    11,986
    37
    3.0
    Released 2y ago
    Free + from $29.99/mo
    7,525 www.belva.ai
  • CodingFleet
    AI wizard transforms instructions into code snippets.
    Open
    28,984
    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.
  • Didn't find the AI you were looking for?
  • Macaly
    AI website builder with built-in database, hosting & more
    Open
    41,037
    76
    3.7
    v2.0 released 1mo ago
    Free + from $25/mo
    I tested. Loved it. Tried with 3 different websites. Full Marks to the output! Worth paying for!
  • TestSprite
    Elevate your testing with TestSprite.
    Open
    8,765
    21
    5.0
    v2 released 3mo ago
    Free + from $19/mo
    Love how intuitive the workflow is—clean, simple, and gets the job done!
  • Origin AI
    Deploy custom enterprise software without developers.
    Open
    37,250
    76
    5.0
    v1.1 released 4mo ago
    From $25/mo
    34,891 theorigin.ai
  • Replit
    AI redefines the software development lifecycle.
    Open
    3,543
    59
    1.6
    v2.1 released 6mo ago
    Free + from $10/mo
    It 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?!?!
  • Warp
    AI-powered terminal for faster software development
    Open
    13,633
    71
    5.0
    v2.0 released 6mo ago
    Free + from $22/mo
    7,515 www.warp.dev
    Warp is probably the best CLI on the Mac Platform, even better when you are in the middle of that complex linux string and you think How do I...just ask the AI and it will give you that answer you forget all those years ago.
  • Momen AI
    Build and Deploy AI Apps & Agents for Your Business
    Open
    3,473
    56
    3.6
    v2.0 released 1y ago
    Free + from $39/mo
    Integrated 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.
  • Archie AI
    From idea to software application fast with Archie’s AI-first platform and services.
    Open
    25,778
    469
    4.8
    v2.3 released 1y ago
    Free + from $1000
  • Manifest and LUA Script Generator
    AI-powered manifest and Lua script generation for developers.
    Open
    14,809
    959
    4.0
    2,994
    Released 5mo 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()
  • Trupeer
    AI transforms screen recordings into polished videos and guides.
    Open
    454
    8
    Released 1y ago
    Free + from $19/mo
  • Codeye
    AI-powered SWE agent for faster, quality software shipping
    Open
    2,447
    82
    3.8
    Released 1y ago
    100% Free
  • Polymet
    AI-powered product design and coding in seconds
    Open
    459
    8
    Released 1y ago
    No pricing
  • GitLoop
    The AI That Knows Your Entire Codebase
    Open
    2,210
    14
    3.0
    Released 1y ago
    Free + from $15/mo
    I’m really sorry for your bad experience. At that time we had an unusual load of users and support emails, and yours may have been missed that’s on us. I’ve checked and your payments have been fully refunded.
  • DevPrompt
    Boost coding productivity with AI-powered prompts.
    Open
    1,297
    16
    1.0
    Released 1y ago
    100% Free
  • Jam
    Debug faster with AI assistance
    Open
    2,734
    14
    Released 2y ago
    No pricing
  • Sourcegraph Cody
    AI-powered code assistant for developers
    Open
    2,897
    24
    Released 2y ago
    From $19
  • LastMile
    Prototype and deploy generative AI apps for engineers.
    Open
    479
    3
    Released 2y ago
    Free + from $50/mo
  • CodeMate
    Code 10x faster with AI-powered search and navigation.
    Open
    5,289
    66
    5.0
    Released 2y ago
    Free + from $8/mo
  • Spellbox
    Create code from prompts with AI in seconds.
    Open
    9,106
    91
    v1 released 2y ago
    From $40.00
  • Jetbrains IDE Plugin
    Explain code in plain English with AI
    Open
    4,182
    21
    5.0
    Released 3y ago
    No pricing
  • AUTOMATIC1111
    Web UI for Stable Diffusion image generation
    Open
    2,335
    19
    1.0
    Released 3y ago
    100% Free
    it's not even a site nor an app, arghh. I'm literally so annoyed right now!
  • Multiplayer.app
    Full Stack Session Recordings: Record. Code. Fix. Repeat.
    Open
    1,693
    2
    Released 5d ago
    Free + from $20/mo
  • Free AI Cover Letter generator
    Transform job details into professional cover letters instantly.
    Open
    10
    3
    4
    Released 6d ago
    100% Free
  • biela.dev
    If you can imagine it, Biela can code it
    Open
    16,836
    44
    4.8
    Released 24d ago
    Free + from $26.08/mo
    15,657 biela.dev
    Purely magic. It increases the productivity by a lot and the process is pretty addictive. I've been building websites like there's not tomorrow.
  • BananaImg AI
    Create & Edit Images Instantly with Nano Banana AI
    Open
    1,695
    13
    2.0
    Released 24d ago
    Free + from $8.3/mo
    Doesn't work well,it can not merge multiple images into a single image that can keep the key elements of the images. Its just choosing one of the image being uploaded.
  • HeyBoss AI
    Create apps and websites by chatting with AI.
    Open
    523
    19
    4.5
    Released 25d ago
    Free + from $24.99/mo
    Honestly, 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
  • AISong.tech
    From simple idea to full track in minutes.
    Open
    503
    11
    4.0
    Released 25d ago
    Free + from $9.99/mo
  • Codoki AI
    AI-powered code reviews that accelerate pull requests and improve code quality
    Open
    964
    24
    4.7
    Released 1mo ago
    Free + from $12.50/mo
    I 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
  • WeWeb
    Generate web-apps in minutes with AI.
    Open
    813
    8
    Released 1mo ago
    Free + from $10/mo
  • Creative Name Generator
    Creative Name Generator transforms ideas into memorable brands.
    Open
    53
    19
    20
    Released 1mo ago
    100% Free
  • Puzzle Games Machines
    AI-powered puzzle game designer for all ages.
    Open
    22
    8
    10
    Released 1mo ago
    100% Free
  • App Name Generator AI
    Transform briefs into memorable, brand-ready app names.
    Open
    52
    18
    1.0
    16
    Released 1mo ago
    100% Free
  • AI Blueprint Generator
    Turn descriptions into professional architectural blueprints.
    Open
    94
    39
    31
    Released 2mo ago
    100% Free
  • Codapt
    The Only AI Builder That Creates Real Full-Stack Web Apps
    Open
    24,758
    43
    4.5
    Released 2mo ago
    Free + from $25/mo
    22,927 codapt.ai
    Hi! 502 bad gateway error, means the servers are temporary down because of the high demand. Please try again later. We are solving all this issues before our public launch. Thanks. If the issue persists please book a call here: https://calendly.com/eduardodelanzagorta/nueva-reunion-1
  • PromptVibe
    Supercharge productivity with AI prompts and coding tips
    Open
    1,257
    24
    2.3
    Released 4mo ago
    From $10/mo
  • Draft Alpha
    Create and manage brand voice for UX and content teams.
    Open
    469
    13
    Released 4mo ago
    No pricing
  • HyperEnhancer: AI Image Enhancer
    Upgrade low-quality images to high resolution.
    Open
    2,620
    25
    4.1
    Released 4mo ago
    Free + from $9/mo
    Great!! I used a blurry photo of mine and tried two different modes, Soft and Balanced, and the effect was very good! But the tips for different enhance modes could be more detailed so that I can better judge which enhance mode my photos. The effect of enhancing the picture is still very good!
  • ez1.dev
    AI-powered app creation from idea to launch.
    Open
    1,719
    44
    5.0
    Released 5mo ago
    No pricing
  • Emergent
    Use the code TAAFT for access to vibe coding platform
    Open
    23,603
    192
    3.9
    Released 5mo ago
    Free + from $10/mo
    1,381 emergent.sh
    Emergent is the first agentic vibecoding platform built for serious builders. If you’re pouring time, money, and energy into building a product that matters, you deserve a platform that takes your ambition seriously. As your AI-native product engineering partner—wired to think in systems, not snippets—Emergent transforms natural conversations into production-grade, full-stack applications without requiring developers. It doesn’t just ”help you code”—it builds end-to-end: real databases, working APIs, secure authentication, production-ready infrastructure, and all the glue in between. Emergent conducts thorough research and deep product planning, developing
  • Firebase Studio
    The full stack AI workspace for accelerated development
    Open
    1,834
    52
    4.0
    Released 5mo ago
    No pricing
  • Kilo Code
    AI-powered coding assistant for VS Code
    Open
    19,908
    138
    4.7
    Released 6mo ago
    No pricing
    1,561 kilocode.ai
    >Why is this website so ugly? Our goal is to rapidly make the software better, not to have a shiny website. Love it!
  • Hope Game background
    AI-powered game backgrounds for any genre.
    Open
    70
    19
    5.0
    16
    Released 7mo ago
    100% Free
  • Course Syllabus Generator
    AI-powered course syllabus generator for educators.
    Open
    303
    96
    2.3
    83
    Released 8mo ago
    100% Free
  • Scenario-based Activity Generator
    AI-powered scenario generator for interactive learning.
    Open
    125
    25
    5.0
    26
    Released 8mo ago
    100% Free
  • Icon generator
    AI-powered icon creation for apps and websites.
    Open
    682
    183
    4.2
    172
    Released 8mo ago
    100% Free
    eh, not the best, but with a liiiittle bit of shaping your prompt, you can get great results
  • code generator for every coding language
    AI-powered code generator for efficient development.
    Open
    440
    109
    3.1
    111
    Released 8mo ago
    100% Free
    If 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.
  • Code generator
    AI coding partner for instant, clean code solutions.
    Open
    164
    62
    4.5
    65
    Released 8mo ago
    100% Free
  • Website Design Code Generator
    AI-powered code for responsive websites in minutes.
    Open
    1,497
    560
    4.0
    566
    Released 8mo ago
    100% Free
  • Python Programming Assistant
    AI coding companion for Python developers.
    Open
    425
    106
    104
    Released 8mo ago
    100% Free
  • Write Code With Just Words
    Code with words, not syntax.
    Open
    418
    46
    5.0
    47
    Released 8mo ago
    100% Free
  • Riddle Maker
    Craft clever riddles on demand with AI.
    Open
    104
    22
    4.6
    23
    Released 8mo ago
    100% Free
    Yoo, just gave this chat a theme and it spat out a brain-twister that's straight fire! kinda dope, but u ll need some hints to dial down the guesswork
  • Assessment Idea Generator from Blueye
    Generate creative assessments for any subject and grade.
    Open
    2,135
    31
    3.7
    Released 8mo ago
    100% Free
    Nice Tool to generate ideas. Could be enhanced and made better. Good for Students.
  • SyntaxForge
    AI-powered coding companion to boost productivity.
    Open
    115
    2
    5
    Released 8mo ago
    100% Free
  • Lucidic.AI
    The engine for AI agent analytics and simulation.
    Open
    317
    1
    Released 8mo ago
    No pricing
  • Planet Generator Ai
    Create stunning, unique worlds with AI.
    Open
    244
    35
    4.0
    45
    Released 9mo ago
    100% Free
  • Apply AI
    AI-powered tools to land your dream job effortlessly
    Open
    6,398
    55
    2.7
    Released 9mo ago
    Free + from $19/mo
    It helped me a lot preparing for job interviews, also being able to custom make your CV for a specific job is a game changer
  • Web Page Design Code Generator
    Turn web designs into code with AI precision.
    Open
    607
    163
    4.8
    181
    Released 9mo ago
    100% Free
  • Google Whisk
    Evolve your image creation.
    Open
    1,078
    9
    4.0
    Released 9mo ago
    Free + from $19.99/mo
  • Html Code Generator Text
    Transform ideas into polished HTML effortlessly.
    Open
    365
    100
    5.0
    103
    Released 9mo ago
    100% Free
  • Dungeon Master Tool Kit XL
    Craft immersive RPG adventures with AI-powered storytelling.
    Open
    571
    98
    3.5
    111
    Released 9mo ago
    100% Free
  • React Code Generator
    AI crafts pristine React components with clean code.
    Open
    344
    41
    71
    Released 10mo ago
    100% Free
  • Document resume generator
    Effortlessly create polished, tailored resumes with AI.
    Open
    402
    113
    5.0
    116
    Released 10mo ago
    100% Free
  • ReadKidz
    AI-powered children's multimedia content creation platform
    Open
    2,252
    41
    4.6
    Released 10mo ago
    Free + from $8/mo
    Wow! Such an amazing idea!
  • Generator Constructor Verse code UEFN
    Craft optimized Fortnite code with AI
    Open
    1,120
    130
    3.0
    229
    Released 10mo ago
    100% Free
  • Another Wrapper
    Build AI apps faster with 10 ready-to-use demo apps and powerful integrations
    Open
    2,216
    24
    5.0
    Released 10mo ago
    From $229
  • DocComment
    AI-powered code documentation for better readability
    Open
    174
    1
    5.0
    Released 10mo ago
    From $9/mo
  • Code Convert
    AI-powered code translator for seamless language conversions.
    Open
    248
    23
    42
    Released 11mo ago
    100% Free
  • OpenHands   Daytona
    AI coding agent that does anything a human developer can.
    Open
    1,973
    38
    5.0
    Released 11mo ago
    No pricing
  • agi and ani coder
    Advanced AI coding companion for AGI and ANI solutions.
    Open
    267
    20
    43
    Released 11mo ago
    100% Free
  • Html Generator/chatapi.haerer.dev
    Effortlessly craft polished HTML with AI assistance.
    Open
    218
    36
    3.0
    61
    Released 11mo ago
    100% Free
  • CGFT - Finetuned Code AI
    AI code completion for Xcode, local or cloud-powered.
    Open
    523
    12
    Released 11mo ago
    No pricing
  • Reqops
    Accelerate software delivery with AI-powered communication.
    PRD
    Open
    3,370
    27
    5.0
    Released 11mo ago
    Free + from $25/mo
    If you want to save time from design to developer handoff this ist he ideal tool. Have a look at our 30 second video: https://www.youtube.com/watch?v=-RMQAritpJ8
  • Sword Shield Generator
    AI-powered fantasy weapon creator for adventurers
    Open
    166
    33
    5.0
    41
    Released 1y ago
    100% Free
  • Flytrap AI
    Automate bug fixes in Node.js projects with AI.
    Open
    1,168
    29
    Released 1y ago
    100% Free
  • TuringMind AI
    AI brain to unfurl code and unravel insights
    Open
    186
    2
    Released 1y ago
    From $25/mo
  • Overloop AI
    AI automates your sales prospecting while you sleep.
    Open
    3,455
    32
    5.0
    Released 1y ago
    Free + from $164.29/mo
  • Recodez
    Manage and generate code projects with ease.
    Open
    281
    1
    5.0
    Released 1y ago
    No pricing
  • Makeasite.io
    Create sites with just a prompt.
    Open
    834
    16
    3.0
    Released 1y ago
    No pricing
  • Random Oracle Card Deck Creator
    Create unique oracle card decks with AI-powered intuition.
    Open
    577
    46
    5.0
    77
    Released 1y ago
    100% Free
  • Oxygen
    Unleash advanced LLMs for developers, free and unlimited.
    Open
    341
    6
    Released 1y ago
    Free + from $5.09/mo
  • Kopyst
    Transform complex workflows into engaging videos and documents.
    Open
    230
    3
    Released 1y ago
    Free + from $15/mo
  • Audo
    Unlock your potential with AI-powered career guidance.
    Open
    255
    6
    Released 1y ago
    Free + from $9/mo
  • ResumeAI
    Craft ATS-friendly resumes in minutes with AI
    Open
    2,764
    52
    3.2
    Released 1y ago
    From $8
    No issues. For the (insanely) cheap price wasn't expecting much but the dev keep adding interesting features (the new AI coaching stuff is a real banger, HEAR ME OUT: he's borrowing ideas from Robert Greene's Mastery, and as a reader myself I always felt curious about doing a test in real life - this is exactly what I was looking for, and I got some very insightful answers from the test!), some bugs here and there but I trust he'll take care of them overtime, I took on his lifetime license and No Regret whatsoever, go for it your eyes closed!!
  • Sojot
    AI-powered writing for seamless creativity.
    Open
    450
    6
    Released 1y ago
    Free + from $5/mo
  • Scopilot.ai
    AI-powered software scoping in minutes.
    Open
    266
    2
    Released 1y ago
    From $14.99/mo
  • Lupan
    Build AI apps without code in minutes.
    Open
    664
    22
    4.0
    Released 1y ago
    100% Free
  • HypeFactor
    Streamline marketing workflows with AI-powered insights.
    Open
    271
    6
    Released 1y ago
    Free + from $39/mo
  • Wallow
    Streamline product development with real-time collaboration.
    Open
    370
    9
    Released 1y ago
    Free + from $10/mo
  • Interviewprep AI
    Boost your job prospects with AI-powered interview coaching
    Open
    358
    2
    Released 1y ago
    Free + from $15/mo
  • AppFlows
    Create visual app specs with words, fast.
    Open
    743
    24
    3.0
    Released 1y ago
    No pricing
  • COACH
    AI-powered career development platform built by career experts.
    Open
    11,626
    407
    4.4
    Released 1y ago
    100% Free
    I'm new in using AI tools, but i found Coach quite helpful! It follows you step by step both analyzing your situation and finding resources... thanks!
  • Accento AI
    Build Your Personal Brand on LinkedIn On Autopilot
    Open
    2,062
    31
    4.5
    Released 1y ago
    Free + from $19/mo
  • Turbo Seek
    Search smarter and faster with AI
    Open
    1,761
    50
    2.6
    Released 1y ago
    100% Free
    The AI answers that "the context it has is empty" and that "it can't answer". Try Perplexity.ai instead
  • LocaleScan
    Empower real estate decisions with area insights
    Open
    430
    15
    2.3
    Released 1y ago
    100% Free
    tested it on a few neighborhoods. the interface is so stripped down it almost feels unfinished, quick to load but u might hunt for extra fillers. the data look on point, yet they dont dive deep into data sources to explain. overall accuracy feeks solid and the map is smooth, just wish it talked more about the results.
  • Dynamiq
    Build secure GenAI apps fast with enterprise control
    Open
    357
    11
    5.0
    Released 1y ago
    From $975/mo
  • Glue
    Smarter work chat with AI assistance.
    Open
    677
    5
    Released 1y ago
    Free + from $7/mo
  • New Cult
    SaaS toolkit with built-in AI co-founder
    Open
    1,905
    37
    4.5
    Released 1y ago
    From $79
    Wish I would have found this before hiring a designer! Wow.
  • Decipher
    AI that analyzes your session replays to uncover issues and behavior
    Open
    3,611
    41
    3.5
    Released 1y ago
    Free + from $199/mo
  • Pixelcode
    Turn code screenshots into editable code.
    Open
    1,355
    8
    Released 1y ago
    From $9
  • Progr
    Craft software roadmaps with AI precision.
    Open
    810
    23
    5.0
    Released 1y ago
    Free + from $10/mo
    I love it. It's a great tool that helps you define your projects ideas. And also can help you find ideas.
  • Frameable
    AI Assistant: Enhancing Microsoft Teams experience
    Open
    306
    2
    3.0
    Released 1y ago
    Free + from $4/mo
  • Intapp
    AI-powered solutions for professional services.
    Open
    281
    8
    Released 1y ago
    No pricing
  • Tiered
    The first-ever AI driven career coach.
    Open
    2,094
    59
    5.0
    Released 1y ago
    From $4/mo
    Very powerful tool. I liked it so thanks for sharing. The jump or stay score is super powerful to understand the drivers on my satisfaction and it was great to see how I rank against my peers.
  • Deckee
    Swiftly create blockchain websites and tokens with AI on Deckee.
    Open
    1,660
    29
    2.0
    Released 1y ago
    Free + from $10/mo
    134 deckee.ai
  • TinkerTell
    Delight kids with unique nightly stories.
    Open
    227
    6
    Released 1y ago
    Free + from $2.99
  • Render a House
    Transform drawings into stunning home visuals instantly.
    Open
    3,611
    56
    4.0
    Released 1y ago
    From $39/mo
  • Command-G
    AI copilot for Xcode developers
    Open
    671
    19
    Released 1y ago
    100% Free
  • OpenFoundry
    Ship open-source AI products 10X faster.
    Open
    463
    21
    Released 1y ago
    No pricing
  • Wisey
    Create curriculum-aligned questions instantly with AI.
    Open
    389
    3
    Released 1y ago
    Free + from $5.99/mo
  • Screenshot Coder
    Convert screenshots into frontend code with AI
    Open
    1,650
    10
    Released 1y ago
    From $9.99/mo
  • Codia
    Transform ideas into reality with AI-driven design tools
    Open
    672
    6
    5.0
    Released 1y ago
    Free + from $29/mo
  • DOO
    Making AI hiring simple and productivity-boosting.
    Open
    336
    7
    5.0
    Released 1y ago
    From $129/mo
  • VectorMind
    Create stunning vector graphics in seconds with AI.
    Open
    1,106
    23
    3.6
    Released 1y ago
    From $19.99
  • LaraFast
    Accelerate Laravel startup development with ready-made components.
    Open
    1,162
    24
    Released 1y ago
    From $169
  • Xpath Finder
    Extract accurate Xpath for any element.
    Open
    1,260
    4
    5.0
    Released 1y ago
    100% Free
  • Spooky AI
    AI to human API: Let AI ask you questions
    Open
    764
    11
    Released 1y ago
    100% Free
  • Tingo
    Create your AI girlfriend in one click.
    Open
    5,748
    34
    2.9
    Released 1y ago
    Free + from $5.83/mo
  • Mentalport
    AI-powered mental health coaching in your pocket.
    Open
    380
    13
    Released 1y ago
    Free + from $6.63
  • Mileto
    Snap STEM problems, get instant solutions.
    Open
    253
    Released 1y ago
    No pricing
  • AIStoryGenerator.com
    Craft compelling stories with AI-powered inspiration.
    Open
    1,368
    18
    Released 1y ago
    Free + from $6.71/mo
  • Pmfm
    Launch and monetize custom AI apps without code
    Open
    817
    22
    Released 1y ago
    Free + from $15/mo
  • Ribbon Cool
    Remove job search roadblocks with AI-powered tools.
    Open
    579
    10
    5.0
    Released 1y ago
    Free + from $6.64/mo
  • FilmmakerPRO
    Elevate your filmmaking with AI-powered storytelling.
    Open
    1,431
    29
    5.0
    Released 1y ago
    100% Free
  • Langbase
    Build and deploy personalized AI apps in seconds.
    Open
    531
    12
    Released 1y ago
    Free + from $20/mo
  • Your eCom Agent
    AI agents that save time and boost Amazon sales
    Open
    550
    7
    Released 1y ago
    Free + from $15/mo
  • Sketch2App
    Transform hand-drawn sketches into UI code.
    Open
    1,536
    6
    Released 1y ago
    From $24.99
  • Inkey
    Every student's personal AI tutor-Free Plagiarism Checker
    Open
    4,894
    56
    5.0
    Released 1y ago
    Free + from $4.99/mo
  • JetBrains
    Empower your tools with AI, stay in the flow.
    Open
    3,267
    20
    Released 1y ago
    Free + from $6/mo
  • Unremot
    Build AI apps faster and cheaper
    Open
    746
    6
    Released 1y ago
    From $30/mo
  • Vidnoz
    Create engaging AI videos 10X faster, for free.
    Open
    5,327
    56
    4.0
    Released 1y ago
    Free + from $19.99/mo
    Very simple and easy to use.
  • Chipp
    Turn prompts into sellable AI products
    Open
    803
    12
    Released 1y ago
    Free + from $29/mo
  • Draw My UI
    Transform sketches into real UI designs.
    Open
    9,405
    54
    1.0
    Released 1y ago
    100% Free
  • Newji
    Make anything an emoji with Newji.
    Open
    1,917
    5
    Released 1y ago
    Free + from $2
  • Vapi
    Build voice agents in minutes, not months.
    Open
    1,656
    13
    5.0
    Released 1y ago
    From $2/mo
    Excellent platform. Excellent documentation.
  • Urise AI
    Turn online meetings into English learning opportunities.
    Open
    1,333
    22
    Released 1y ago
    100% Free
  • Dev Radar
    AI-powered news aggregator for software developers
    Open
    1,709
    24
    1.0
    Released 2y ago
    100% Free
    C# is redirecting to C, missing .NET, welp
  • DebugPT
    Your personal AI debugger for perfect code.
    Open
    6,069
    38
    5.0
    Released 2y ago
    From $3
    Very good too see this ai to work for me..
  • Devv
    The next generation AI search engine for developers.
    Open
    3,706
    55
    4.5
    Released 1y ago
    Free + from $15/mo
    Far beyond my expectation. Thanks for bribg us such a great work.
  • JDoodle
    Code, compile, and run programs instantly online.
    Open
    471
    11
    5.0
    Released 9mo ago
    Free + from $4.99/mo
  • Programming Helper
    Generate code from text descriptions instantly.
    Open
    40,594
    856
    3.1
    Released 3y ago
    No pricing
    Code varies from run to run. Still it is a helpful app. You can specify coding languages that are not in the dropdown menu.
  • GraphDev
    The modern toolkit for GraphQL development
    Open
    145
    Released 1y ago
    Free + from $14/mo
  • MightyMeld
    Accelerate React UI development visually
    Open
    1,097
    8
    5.0
    Released 2y ago
    No pricing
  • Zed
    Code at the speed of thought
    Open
    739
    19
    5.0
    Released 1y ago
    Free + from $20/mo
  • Continue.dev
    Open-source autopilot for software development
    Open
    2,402
    22
    Released 2y ago
    Free + from $10/mo
  • Expand GPTs
  • AR Game Dev Assistant
    Guiding you in AR game development & location features
    Open
    169
    2
    Released 1y ago
    100% Free
  • MS Copilot Expert
    Expert in Microsoft Copilot Studio and Azure Copilot
    Open
    253
    2
    7
    Released 1y ago
    100% Free
  • RSpec Ruby Assistant
    Expert in Ruby RSpec adhering to best practices
    Open
    339
    30
    Released 1y ago
    100% Free
  • Solidity Sage
    Your personal Ethereum magician, providing insights into vulnerabilities and optimizations.
    Open
    242
    3
    119
    Released 1y ago
    100% Free
  • Foundry Tutor
    Your friendly guide for Foundry DApp development
    Open
    74
    47
    Released 1y ago
    100% Free
  • Dev Helper
    Streamlining development with multi-language support, code execution, and debugging.
    Open
    166
    75
    Released 1y ago
    100% Free
  • FREE Keyword Extraction Tool
    Automatically translate and extract keywords from text or websites.
    Open
    327
    6
    422
    Released 1y ago
    100% Free
  • CortexJS Assistant
    Guides for MathLive & CortexJS in your hands.
    Open
    179
    1
    91
    Released 1y ago
    100% Free
  • Android Dev Assist
    Assisting Android app development with new tools.
    Open
    194
    6
    657
    Released 1y ago
    100% Free
  • Android Studio GPT
    Android Studio expert in Kotlin & Java.
    Open
    523
    7
    5.0
    109
    Released 1y ago
    100% Free
  • SQL Code Helper
    Assists with SQL programming, code examples, debugging tips and best practices.
    SQL
    Open
    257
    21
    Released 1y ago
    100% Free
  • Cirolele
    Your Kotlin dev sidekick!
    Open
    148
    56
    Released 1y ago
    100% Free
  • Node.js/JavaScript Interpreter GPT
    Executes Node.js/JavaScript & Python code.
    Open
    181
    3
    152
    Released 1y ago
    100% Free
  • DevHunt
    Find your next favorite tool
    Open
    168
    166
    Released 1y ago
    100% Free
  • GPT Cookbook Assistant
    Enhanced cookbook assistant with OpenAI API.
    Open
    263
    2
    678
    Released 1y ago
    100% Free
  • My DataBases Sql Query Generator
    Creating MS SQL queries based on database schemas.
    SQL
    Open
    634
    9
    Released 1y ago
    100% Free
  • Learning the User Interface Design
    Upload your UI, convert to PRD and user stories.
    Open
    314
    6
    Released 1y ago
    100% Free
  • Social Skills Lab
    A platform for practicing and improving social interactions.
    Open
    433
    5
    5.0
    22
    Released 1y ago
    100% Free
  • ReScript GPT
    Write ReScript code, perfected with versions 10 & 11.
    Open
    256
    1
    26
    Released 1y ago
    100% Free
  • ALT Text Artist
    Expert in enriched, precise ALT texts for images.
    Open
    850
    10
    46
    Released 1y ago
    100% Free
  • VaultCraft Trainer
    Training users to create automated yield strategies.
    Open
    145
    21
    Released 1y ago
    100% Free
  • Philippe Wampflers Ansichten auf Schule und Noten
    Insightful assistant for authors, mimicking their style.
    Open
    95
    29
    Released 1y ago
    100% Free
  • Assistants API and GPT+ Builder
    Craft customized AI with OpenAI Schema and GPT+ Builder.
    Open
    492
    3
    2.0
    155
    Released 1y ago
    100% Free
  • Greitas ininierius
    Support the creation of ChatGPT calls - in Lithuanian
    Open
    163
    1
    6
    Released 1y ago
    100% Free
  • Table to JSON
    Transform tables into JSON with a snapshot.
    Open
    393
    1
    84
    Released 1y ago
    100% Free
  • PHP Security Expert
    Guidance on secure PHP coding practices.
    Open
    138
    1
    1
    Released 1y ago
    100% Free
  • Tailwind CSS GPT
    Your up-to-date assistant for Tailwind CSS features.
    Open
    382
    1
    Released 1y ago
    100% Free
  • Future Skills Academy Coach
    Guides self-exploration using motivational interviewing.
    Open
    224
    6
    40
    Released 1y ago
    100% Free
  • SolGPT
    Your Solidity development partner.
    Open
    186
    1
    65
    Released 1y ago
    100% Free
  • Apple MapKit Complete Code Expert
    Offering complete coding solutions for Apple MapKit.
    Open
    186
    19
    Released 1y ago
    100% Free
  • Personal Tutor
    Master subjects with personalized guidance and exercises.
    Open
    159
    3
    34
    Released 1y ago
    100% Free
  • Agile Project Assistant
    Agile Project Management Assistant
    Open
    228
    3
    7
    Released 1y ago
    100% Free
  • Scrum AI Assisted
    Agile project management and Scrum advisor
    Open
    235
    2
    5.0
    19
    Released 1y ago
    100% Free
  • Function Calling Definition Generator
    Defines and explains function calls from a knowledge source.
    Open
    237
    2
    85
    Released 1y ago
    100% Free
  • Writer's Block Liberator
    Breaking writer's block with creative prompts.
    Open
    197
    3
    5
    Released 1y ago
    100% Free
  • Artificial Legal Intelligence
    Open
    138
    2
    21
    Released 1y ago
    100% Free
  • Escape the Highrise: Office Odyssey
    Expert in game design for an office escape adventure.
    Open
    296
    5
    Released 1y ago
    100% Free
  • Resume Match
    Match your resume to every job description using AI.
    Open
    315
    9
    92
    Released 1y ago
    100% Free
  • Corporate Trainer
    Developing custom training programs for corporate objectives.
    Open
    204
    2
    Released 1y ago
    100% Free
  • SofiGPT
    Branding, marketing and design knowhow, open to everyone.
    Open
    149
    2
    5
    Released 1y ago
    100% Free
  • My Kid Style
    Creating personalized learning paths from a child's strengths & weaknesses.
    Open
    491
    7
    6
    Released 1y ago
    100% Free
  • GPT API Crawler
    Detailed guidance on GPT API integration.
    Open
    419
    5
    10
    Released 1y ago
    100% Free
  • Chrome Extension Developer
    Creating Chrome Extensions made easy.
    Open
    239
    1
    5.0
    21
    Released 1y ago
    100% Free
    i very helpful
  • Life Formulas
    Breaks down your goals into manageable components
    Open
    213
    3
    28
    Released 1y ago
    100% Free
  • GPTBuilder
    Professional advisor for GPT creation and configuration.
    Open
    136
    3
    16
    Released 1y ago
    100% Free
Post
0 AIs selected
Clear selection
#
Name
Task