✅
Tasks22,992🎨
Creativity9,005💻
Software1,618💻
Coding865🔍
Programming languages139
Get alerts
Go to 🎨 Creativity
📷
Images
(2849)
🔠
Text
(1964)
💻
Software
(1618)
🎥
Videos
(883)
🔊
Audio
(674)
🎨
Art
(492)
🎨
Design
(247)
🌪️
Brainstorming
(202)
🖌️
3D
(56)
📸
Multimedia
(13)
GoEnhance
Creative Minds Think Alike
Remini
cre8tiveAI
Ceacle tools
Unboring
SassyCo-Pilot
17,498
14,784
11,498
7,682
6,832
5,974
340
Go to 💻 Coding
🔍
Programming languages
(139)
📊
Query languages
(43)
🐞
Debugging
(42)
🖥️
Coding lessons
(37)
📚
Code documentation
(33)
💻
Vibe coding
(33)
🔍
Code reviews
(30)
🔧
Code optimization
(25)
🔌
APIs
(24)
💻
Code snippets
(23)
📚
Code explanations
(19)
🔍
Code analysis
(18)
🗣
Markup languages
(17)
🖥️
Frontend development
(17)
👩💻
Coding mentorship
(17)
🔍
Regex
(16)
💻
Style languages
(12)
🔬
Code testing
(9)
💻
Code formatting
(8)
🖋️
Image to code
(7)
OnSpace.AI - No Code App Builder
Cursor
Programming Helper
Kilo Code
CodingFleet
Github Copilot
Devra
Codeium
Autocoder.cc
Phala Cloud
Qoder
Warp
Blackbox
Qodo (Formerly Codium)
Jovu
Verdent AI
Who Codes Best?
Refraction
Zzzcode
Jit Codes
74,203
61,323
41,210
39,226
38,143
36,065
33,147
29,296
25,645
22,237
20,172
19,306
19,225
18,020
16,744
16,326
16,324
11,895
11,643
11,600
Programming languages
taaft.com/programming-languagesThere are 26 Free AI tools for Programming languages.
Get alerts
Number of tools
26
Free mode
100% free
Freemium
Free Trial
Top featured
-
636,385 notis.aiShareNotis is the AI intern one message away from your entire tool stack. Dictate ideas, delegate the busywork, and watch it update everything from your CRM to your socials — right from WhatsApp, iMessage, Telegram, or emails. In this week's release: - Fix: consolidated new trial even if you entered the wrong phone number in signup - Fix: better handling of Mexico legacy and new phone number international prefix31
-
Share3,209 www.replykit.aiReleased 17d agoFree + from $19.99/mo3,95311
-
ShareJoseph Petersen🛠️ 1 toolJan 7, 2026@The TailorThe Tailor is the most efficient AI resume optimizer on the market for 2026. While big-name competitors trap users in $5/month subscriptions, this tool delivers exactly what you need—ATS-perfect keyword alignment—in under two minutes for a flat $0.50 or cheaper. It’s a sleek, no-nonsense weapon for any job seeker who wants to beat the bots without the "corporate robot" feel.Reply Share Edit Delete ReportReleased 2d agoFree + from $564355.0
JavaScript6
Open-
Share
OpenReleased 1y ago100% Free450685.0103 -
Share
Released 11mo ago100% Free213155.022
- Share
Python14
Open-
ShareThis 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 ease8 Reply Share Edit Delete ReportReleased 2y ago100% Free6,4191265.0
-
Share
Released 11mo ago100% Free309515.055
-
Share
Released 1y ago100% Free354535.083
Lua3
Open-
Share
Released 8mo ago100% Free8761784.2289
-
Share
Released 1y ago100% Free7551223.3168
-
OpenShareI'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 ReportReleased 8mo ago100% Free22,9351,4053.35,585
VBA2
Open-
ShareI 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 ReportReleased 1y agoFree + from $4.99/mo2,274245.0
-
Share
OpenReleased 1y ago100% Free5371044.0151
Discussion(10)
💻
Python
Umer Colville
🙏 28 karma
5mo 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
7mo 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
4mo ago
@Manifest And LUA Script Generator
Why does it take long to load?.
Reply
Share
Edit
Delete
Report
yogita singh
2mo ago
@Manifest And LUA Script Generator
man it takes too long
Reply
Share
Edit
Delete
Report
🚀
Python code optimization
Sthembiso Anothe
🙏 1 karma
10mo ago
@Python | Code Wizard v.2
Can you show me your malware
1
Reply
Share
Edit
Delete
Report
💻
VBA
abdelmajid el-gheryby
🙏 17 karma
1y 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
1y 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
1y ago
@VBA Code Generator
GOOD AI FOR ALL TASKS
1
Reply
Share
Edit
Delete
Report
🚀
Python code optimization
Layan
1y 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
2y ago
@Python | Code Wizard v.2
Best one so far!
6
Reply
Share
Edit
Delete
Report
Post
➤
