I Made an Open-Source AI Project + Packed In 100+ Free AI Tools
Yah wow https://github.com/guitriloco
Spent weeks building this. Now it’s free for the whole community. No login, no card, no catch.
Hey 1Hackers — I just open-sourced my AI project, and inside I packed a bonus folder with 100+ free AI tools (writing, art, video, voice, code). Even if you’ve never coded a day in your life — the bonus pack alone will save you hours of Googling “best AI tool for X.”
If you code, the whole project is yours to run, fork, and learn from. If you don’t, just grab the AI tools list and you’re good.
github.com/guitriloco/project-2.0
🎁 The Bonus Pack — 100+ AI Tools, One Folder
Stop Googling “best AI for ___” — I made the list for you:
| Category | What’s inside |
|---|---|
| ChatGPT, Claude, Jasper, Copy.ai, Notion AI | |
| Midjourney, DALL·E, Leonardo, Stable Diffusion | |
| Synthesia, HeyGen, Runway, Descript | |
| ElevenLabs, Murf, Resemble | |
| Copilot, Cursor, Cody, Tabnine | |
| Perplexity, Phind, Consensus |
How to use it: download the zip below → open the readme inside → browse by category. Every tool has a link and a short note on what it does and whether it’s free.
Grab the pack here ↓
awesome-ai-tools-main.zip (27.2 KB)
New to AI? Open the Writing or Image section first. You’ll find 5 tools you didn’t know existed.
💻 The Project Itself — For Anyone Curious About Code
I built a fullstack app from scratch — that’s developer-speak for “a website with both a visible part and a brain behind it that does the work.” I called my brain Xerebro because it sounds dramatic
— but really it’s just a smart helper I’m building one piece at a time.
You don’t have to be a senior dev to look at it. The folders are clearly named:
| Folder | What’s inside |
|---|---|
frontend/ |
The visible part — what users would see and click on |
backend/ |
The brain — handles the AI logic, the data, the heavy lifting |
docs/ |
My notes on how it all fits together |
It’s MIT licensed — meaning: do whatever you want with it. Use it, change it, even sell something built on top. No permission needed.
Even if you don’t know how to code, just opening the folders on GitHub and reading the file names teaches you how a real web app is laid out. It’s a free education in plain sight.
🛠️ Want to Run It on Your Computer? (5 Minutes If You Have Node)
You’ll need Node.js (a tool that runs JavaScript code outside a browser — grab it free from nodejs.org, pick version 18 or newer).
git clone https://github.com/guitriloco/project-2.0.git
cd project-2.0
# Install both halves
cd backend && npm install
cd ../frontend && npm install
# Open two terminal tabs and run:
cd backend && npm run dev # → opens at localhost:3001
cd frontend && npm run dev # → opens at localhost:3000
First-time error? 99% of the time it’s an outdated Node version. Run
node -v— if it says less than 18, update it from nodejs.org first. That’s the entire troubleshooting story.
Quick Hits
| Want | Do |
|---|---|
| → Grab the zip attached below | |
| → Clone from GitHub, follow the 5-min setup | |
| → Just browse the GitHub folders | |
| → Pull requests welcome, it’s MIT licensed |
Made with a LOT of late nights
— and made free because that’s how 1Hack rolled it for me when I started.
Big thanks to Gemini for helping me organize my scaffold, [email protected] for API contributions, and to every 1Hacker who keeps this community alive. This drop’s for you.

!