🎨
Creativity8,603💻
Software1,622💻
Coding881🔍
Programming languages178
Get alerts
Go to 🎨 Creativity
📷
Images
(2641)
🔠
Text
(1915)
💻
Software
(1622)
🎥
Videos
(817)
🔊
Audio
(640)
🎨
Art
(468)
🎨
Design
(238)
🌪️
Brainstorming
(197)
🖌️
3D
(51)
📸
Multimedia
(7)
GoEnhance
Remini
cre8tiveAI
Unboring
Creative Minds Think Alike
Ceacle tools
So You Want To Be A Writer?
SassyCo-Pilot
Minka
Ancient AI powered spirits
somacguffin
Cuty
Jvb ai
Superfly Stoner
15,664
10,801
7,196
5,738
4,919
1,476
168
145
99
93
74
59
50
41
Go to 💻 Coding
🔍
Programming languages
(178)
📊
Query languages
(46)
🐞
Debugging
(41)
📚
Code documentation
(31)
🔍
Code reviews
(31)
🖥️
Coding lessons
(26)
💻
Vibe coding
(26)
🔧
Code optimization
(25)
💻
Code snippets
(23)
📚
Code explanations
(20)
🗣
Markup languages
(18)
🔍
Code analysis
(18)
🔌
APIs
(17)
🖥️
Frontend development
(17)
👩💻
Coding mentorship
(17)
🔍
Regex
(16)
💻
Style languages
(11)
🔬
Code testing
(9)
💻
Code formatting
(8)
🖋️
Image to code
(7)
OnSpace.AI - No Code App Builder
Cursor
Programming Helper
CodingFleet
Github Copilot
Devra
Codeium
Kilo Code
Phala Cloud
Blackbox
Qoder
Jovu
Warp
Qodo (Formerly Codium)
Refraction
Who Codes Best?
Jit Codes
Zzzcode
SourceAI
Verdent AI
65,352
48,123
40,845
32,368
30,621
29,653
27,527
24,652
20,718
18,955
15,894
15,802
15,558
14,804
11,729
11,742
11,477
11,358
8,919
9,474
Programming languages
There are 178 AI tools for Programming languages.
Get alerts
Number of tools
178
▼ State of the art
Free mode
100% free
Freemium
Free Trial
Top featured
-
55,469714.7ShareReleased 1mo agoFree + from $16/mo51,015 base44.comDaniel Edri🛠️ 1 tool 🙏 11 karmaOct 20, 2025@Base44Base44 is an AI-powered platform for building fully-functional apps with no code and minimal setup hassle. The platform leverages advanced AI technology to translate simple, natural language descriptions into working apps. Let’s make your dream a reality. Right now.11 Reply Share Edit Delete Report
-
40,481474.7Sharev2.0 released 1d agoFree + from $16/mo34,645 runable.comTemplates Launch with 5,000+ pro templates Browse a growing library for websites, slides, reports, documents, podcasts, images, videos, and connectors. Customize layout and theme in a few prompts to match your brand Built for speed, accessibility, and real-world UX Start from a solid foundation, ship faster AI-Powered Editor Refine anything—text or design AI edits for grammar, clarity, and tone on demand One-click visual tweaks: colors, fonts, spacing, layout Smart, in-editor suggestions to elevate content and polish design Stripe & Database Ship with payments, auth, and data—built in Add your Stripe keys and accept payments instantly Enable authentication in a few clicks; manage users with ease Model, query, and inspect data with an integrated database view for end-to-end tracking Run+ Drive Everything you make, organized in one place All AI-generated sites, slides, and documents in a unified workspace Bring your own files to keep projects together Fast search and filters to find exactly what you need6
-
130,4765444.2Sharev3.0 released 6d agoFrom $500/mo80,555 jasonai.techNo more random facts in your messages – now you pick exactly what Jason should research and use to match your strategy. Here's how it works: 1️⃣Select up to 3 personalization points that align with your outreach goals: Basic Research – start with the essentials and find what makes your outreach personal Company Research – dig into a company’s story and see what drives their business Prospect Research – get to know your prospects as real people, not just names on a list Industry Research – spot trends, keep an eye on competitors, and stay ahead Contact Fields Personalization – use the info you already have in your CRM to make every message feel custom-made. 2️⃣ Our New Research Agents, in seconds, gather only the info you need and that matters for your chosen strategy. No fluff, just relevant insights. 3️⃣ Jason turns that info into personalized messages – picking the most impactful data for each prospect so your outreach hits the right note every time. The result? You save time, skip manual research, and send messages that truly resonate. With AI SDR 3.0, auto-personalization finally makes sense. Flexibility when you need it – Want to personalize using contact fields? Just pick the ones that matter: first name, last name, title, company, city, state, country, company size, or industry. – Don’t want to personalize this time? No problem. Skip the options, and Jason will still create unique messages automatically. – When you choose multiple personalization points, Jason smartly picks the most relevant one for each message. Try out the new Research Agents, and feel how much faster and easier personalization can be.92
Python98
OpenJavaScript63
OpenRust4
OpenJava3
OpenPHP3
OpenLua3
Open-
Open17,3551,1474.03,914ShareReleased 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()51 Reply Share Edit Delete Report -
6001404.0204ShareReleased 6mo ago100% Free
-
6841073.3141ShareReleased 1y ago100% Free
Django2
OpenVBA2
Open-
Open460904.0128ShareReleased 10mo ago100% Free -
2,188245.0ShareReleased 1y agoFree + from $4.99/moI need to create a relationship between the Excel that contains the phone numbers in column A for the people to whom I want to send their performance sheet via WhatsApp every month with the click of a button automatically and without any intervention from me, knowing that the performance sheet is an image in column C and each person has his own sheet where the only link between the performance sheet and the phone number is their personal names1 Reply Share Edit Delete Report
Related Tasks✕
Code reviews31
0
Product comparison15
0
Price comparison5
0
Code library comparison1
0
Programming language optimization1
0
Java library search1
0
Comparative literature analysis1
0
Book library search1
0
Code runtime analysis1
0
Book-film comparison1
0
Software performance optimization1
0
Game price comparison1
0
Tech solution comparison1
0
Code complexity analysis1
0
Discussion(11)
💻
Python
Umer Colville
🙏 23 karma
3mo ago
@Zeus Notebook
This 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
8
Reply
Share
Edit
Delete
Report
🦾
Lua
Dope Dover
🙏 6 karma
5mo ago
@Manifest and LUA Script Generator
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()
51
Reply
Share
Edit
Delete
Report
Yk1000 Kahssay
2mo ago
@Manifest and LUA Script Generator
Why does it take long to load?.
Reply
Share
Edit
Delete
Report
yogita singh
3d ago
@Manifest and LUA Script Generator
man it takes too long
Reply
Share
Edit
Delete
Report
🚀
Python code optimization
Sthembiso Anothe
🙏 1 karma
8mo ago
@Python | Code Wizard v.2
Can you show me your malware
1
Reply
Share
Edit
Delete
Report
🐍
Python learning
foxy
10mo ago
error with compiling file module pyaes has no attribute
Reply
Share
Edit
Delete
Report
💻
VBA
abdelmajid el-gheryby
🙏 17 karma
11mo ago
I need to create a relationship between the Excel that contains the phone numbers in column A for the people to whom I want to send their performance sheet via WhatsApp every month with the click of a button automatically and without any intervention from me, knowing that the performance sheet is an image in column C and each person has his own sheet where the only link between the performance sheet and the phone number is their personal names
2
Reply
Share
Edit
Delete
Report
💻
VBA
abdelmajid el-gheryby
🙏 17 karma
11mo ago
@VBA Code Generator
I need to create a relationship between the Excel that contains the phone numbers in column A for the people to whom I want to send their performance sheet via WhatsApp every month with the click of a button automatically and without any intervention from me, knowing that the performance sheet is an image in column C and each person has his own sheet where the only link between the performance sheet and the phone number is their personal names
1
Reply
Share
Edit
Delete
Report
💻
VBA
abdelmajid el-gheryby
🙏 17 karma
11mo ago
@VBA Code Generator
GOOD AI FOR ALL TASKS
1
Reply
Share
Edit
Delete
Report
🚀
Python code optimization
Layan
11mo ago
model = tf.keras.Sequential([
tf.keras.layers.Dense(32, activation='relu', input_shape=(2,)), # First hidden layer
tf.keras.layers.Dense(16, activation='relu'), # Second hidden layer
tf.keras.layers.Dense(1, activation='sigmoid') # Output layer
])
Reply
Share
Edit
Delete
Report
🚀
Python code optimization
Jan-Philipp Nitschke
🛠️ 1 tool
🙏 6 karma
1y ago
@Python | Code Wizard v.2
Best one so far!
6
Reply
Share
Edit
Delete
Report
Post
➤
