Skip to content
/ jaaz Public

AI design agent, local alternative for Lovart. Canva + Cursor. AI agent with ability to design, edit and generate images, posters, storyboards, etc.

License

Notifications You must be signed in to change notification settings

11cafe/jaaz

Repository files navigation

Jaaz.app

Open source Canva AI alternative

Jaaz Logo

The world's first open-source multimodal creative assistant

This is a substitute for Canva and Manus that prioritizes privacy and is usable locally.



中文版| 新手指南

Discord GitHub Stars Download for Mac Download for Windows

Magic Canva!

"Build" your ideas like playing with LEGO—paint directly, point with arrows, and the AI instantly understands and generates results. Screenshot 2025-06-02 at 3 03 49 PM Screenshot 2025-06-02 at 3 03 49 PM

Magic video!

8.8.3.2.mp4

Create Viral Shorts with a Single Sentence

Create.Viral.Shorts.with.a.Single.Sentence.mp4

✨ Getting started & staying tuned with us.

Star us, and you will receive all release notifications from GitHub without any delay! Screenshot 2025-06-02 at 3 03 49 PM

✨ Key Features

🎬 One-Prompt Image & Video Generation Turn one prompt into complete images or videos in seconds.

-Supports GPT-4o, Midjourney, VEO3, Kling,veo3,seedance etc.

-Auto-optimized prompts & multi-turn refinement

🧙 Magic Canvas&Magic Video Prompt-free creation — build like Lego.

-Simple sketching and free combination — AI instantly understands and generates.

-AI understands and generates instantly

-No prompt writing needed

-Describe steps simply on the video, and AI will generate following them.

🖼️ Infinite Canvas & Visual Storyboarding Plan scenes with an unlimited canvas

-Link layouts, manage media visually

-Real-time collaboration supported

🤖 Smart AI Agent System -Chat to insert objects, transfer styles, control logic

-Works with local (ComfyUI) & cloud models

-Maintains multi-character coherence

⚙️ Flexible Deployment & Local Assets -Fully offline or hybrid setup (Ollama + APIs)

-Built-in library for media & prompts

-Cross-platform: Windows & macOS

🔐 Privacy & Security -Local-first, no data leaves your device

-Open-source, no tracking

-Safe for commercial use — you own your data


Usage

Download here: https://jaaz.app/

Click the "Log In" button at the top right of the homepage to access API models. With a low-cost plan, you can seamlessly use a variety of powerful APIs.

Screenshot 2025-06-02 at 3 08 51 PM

Start chatting with agent to generate stories or storyboards!

Cases

Frame 122
  • Prompt: Help me place this character in six different scenes, all in front of landmark buildings from around the world. The lighting is harmonious. He takes photos from all over the world, realistic, with warm light, high picture quality, and a picture ratio of 9:16

814c563b08f6ef44de0c2c31f0fdd00b-min

Screenshot 2025-06-02 at 3 51 56 AM Screenshot 2025-06-02 at 3 51 56 AM Screenshot 2025-06-02 at 3 03 49 PM

image26

Team and Enterprise Support:

Support for multi-user private deployment of enterprise teams, ensuring privacy and security.

Please contact via email: aifoxdw@gmail.com

WeChat: aifox1

Manual Install (For Linux or local builds)

🟠 Need Python version >=3.12

First git clone this repo:

git clone https://github.com/11cafe/localart

cd react

npm install --force

npx vite build

cd ../server

pip install -r requirements.txt

python main.py

Development

🟠 Need Python version >=3.12

VSCode/Cursor Install Extensions:

  • Black Formatter by ms-python (ms-python.black-formatter)

cd react

npm install --force && npm run dev

cd server

pip install -r requirements.txt

python main.py