my-midjourney-ai-app
my-midjourney-ai-app copied to clipboard
create your own midjourney ai art web app
Midjourney AI APP
A open source web app for midjourney AI art generation.
Deploy to Vercel
Keywords
- Midjourney
- Midjourney AI
- Midjourney API
- Midjourney art
- Midjourney UI
- Midjourney App
- Midjourney App Demo
- Free Midjourney App
- Open source Midjourney app
- Open source Midjourney web app
Demo
Todo
Community Version
- [x] midjourney web UI for the most general image actions, such as Imagine, Vary, Reroll
- [ ] midjourney web UI for the advanced actions, such as Zoom, Pan, In-Painting, Blend, etc
- [ ] midjourney web UI for the advanced actions, such as Partial Redraw, Settings, Describe, Seed, etc
- [ ] better UI/UX for non-tech background users
- [ ] multi-language support
Need more features? Please check out the Pro version, including features such as payment, user management, complete Midjourney features support and more! Will release soon.
How to use
- copy the
.env.template
to.env
, and fill up the values - put your Mymidjourney API Key for the env variable
MIDJOURNEY_API_KEY
in the.env
file - start the app locally or deploy it to online services like Vercel
Tech stack
Local start
npm i && npm run dev
# or
yarn && yarn dev
# or
pnpm i && pnpm dev