KEEZELabs — Open Lab

Build it. Ship it. Own it.

Tools built by a developer-artist. No expensive hardware required — run open-source locally or deploy to the cloud. Everything you need to build, create, and trade smarter.

5+Active Projects
100%Open Source Core
0$To Get Started
keezelabs ~ bash
keeze@lab ls ./projects
unicloud/
content-bot/
trading-bot/
img-to-3d/
more-soon/

keeze@lab cat mission.txt
Build without limits.
No $3000 GPU required.
Cloud-ready. Self-hostable.
Forever open source. 🔓

keeze@lab _

// projects

The Lab's Output

Real tools, built in public. Each one solves a problem I ran into — so they're actually useful.

🌐
Open SourceSelf-Host
infrastructure
Unicloud

Personal cloud server running on a Raspberry Pi. Flask web dashboard, persistent services, SQLite storage — a whole cloud for $35 of hardware.

PythonFlaskSQLiteRaspberry Pisystemd
🎬
Open SourceCloud Version
content creation
Content Bot

Automated short-form video generator. Beat-synced clips, AI-powered lyric overlays, batch rendering — feed it music, get Reels/TikToks/Shorts out.

PythonMoviePyWhisperlibrosaDocker
📈
Open SourceCloud Version
finance / trading
Trading Bot

ORB (Opening Range Breakout) scanner with real-time Discord alerts. LONG/SHORT/FLAT signals from Polygon data — no Bloomberg terminal needed.

PythonPolygon APIFlaskDiscordSQLite
🧊
Open SourceIn Progress
AI / creative tools
Image → 3D

Drop a photo, get a 3D model. No Blender expertise or $5K GPU workstation. Open source pipeline with a cloud tier for heavy lifting.

PythonAI/MLThree.jsCloud GPU
Dropping Soon
mystery project
More Coming

Building in public. New tools drop when they're done — follow the GitHub to see what's cooking before it lands here.

???
🔓
Everything here is open source by default. No paywalls for the core. Cloud versions exist so you don't need the hardware — not to lock you in.
Star on GitHub ★

// philosophy

Why KEEZELabs Exists

The best tools shouldn't require enterprise budgets or computer science PhDs. If I built it to solve my own problem, you can use it too.

  • 01
    Self-hostable first
    A Raspberry Pi, an old laptop, any Linux box — if you have hardware, you can run it. Cloud is an option, never a requirement.
  • 02
    Built in public
    Every project ships with its source. Watch it get built, fork it, break it, make it yours. That's the point.
  • 03
    No gatekeeping
    Expensive equipment, proprietary APIs, paywalled tutorials — this lab cuts through all of that. Access is the product.
  • 04
    Creator-coded
    These tools come from music production, content creation, and trading — not enterprise IT. They solve real creative and financial problems.
# unicloud deploy — one command import unicloud server = unicloud.Server( host="0.0.0.0", port=8080, storage="/home/keeze/Main" ) server.start() # ✓ Dashboard live on :8080 # ✓ ORB scanner on :5000 # ✓ Services persistent via systemd
# content bot — feed music, get video from contentbot import Pipeline pipeline = Pipeline( song="track.mp3", mood="hype", format="reels" # 9:16 ) pipeline.render() # ✓ Beat-synced clips selected # ✓ Lyric overlay rendered # ✓ output/reel_001.mp4 ready

// get started

Pick a project.
Clone it. Run it.

Everything is documented. Everything is open. If you get stuck, open an issue — I actually read them.

Browse Projects github.com/keezelabs