freelander/chatgpt-midjourney-1 — explained in plain English
Analysis updated 2026-07-19 · repo last pushed 2023-06-14
Set up a private creative workspace where your team can chat with AI and generate images in one place
Build a starting point for an AI-powered product by extending the combined chat and image interface
Self-host an AI hub behind a password so only invited collaborators can access it
Use Midjourney commands like /mj directly in chat to create, upscale, and vary images without leaving the conversation
| freelander/chatgpt-midjourney-1 | 0verflowme/alarm-clock | 0verflowme/seclists | |
|---|---|---|---|
| Language | — | CSS | — |
| Last pushed | 2023-06-14 | 2022-10-03 | 2020-05-03 |
| Maintenance | Dormant | Dormant | Dormant |
| Setup difficulty | moderate | easy | easy |
| Complexity | 3/5 | 2/5 | 1/5 |
| Audience | pm founder | vibe coder | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Requires a running midjourney-proxy service and valid API keys for both ChatGPT and Midjourney before image generation will work.
ChatGPT-Midjourney lets you set up your own private web app that combines ChatGPT and Midjourney into a single, clean interface. Instead of switching between separate tabs or services to chat with an AI and generate images, you get both in one place that you control. You type a prompt starting with /mj (like /mj a dog) and the app creates the image, showing you a live progress percentage and updating the picture in real time as it renders. The project is built on top of an existing open-source ChatGPT interface called ChatGPT-Next-Web, so it inherits all of that tool's chat features and adds Midjourney's image generation on top. It supports the core Midjourney actions you'd expect: creating an image from a text prompt, upscaling a generated image to higher resolution, creating variations of an image, describing an uploaded image to generate a text prompt, blending two images together, and using a reference image to guide generation. To make the Midjourney side work, the app connects to a separate helper service called midjourney-proxy, which acts as a bridge between your web app and Midjourney's backend. This would appeal to anyone who wants a self-hosted alternative to juggling multiple AI subscriptions or browser tabs, for example, a small team that wants a shared creative workspace, or a founder building an AI-powered product who needs a starting point. You can also lock it down with an access password so only people you invite can use it and rack up costs on your API keys. Deployment is designed to be straightforward, with one-click options for platforms like Vercel and Railway, or a Docker-based setup for those who want to run it on their own servers. The project uses the Anti 996 license, which is a variation of standard open-source licenses that adds restrictions related to working hours and labor practices.
A self-hosted web app that combines ChatGPT and Midjourney into one interface, letting you chat with AI and generate images without switching tabs. You control it on your own server with your own API keys.
Dormant — no commits in 2+ years (last push 2023-06-14).
Similar to MIT but adds restrictions on companies that violate labor laws or require excessive working hours, making it less permissive than standard open-source licenses.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly pm founder.
This repo across BitVibe Labs
Verify against the repo before relying on details.