Summon.AI is an open-source AI design tool (Figma Plugin & website coming soon) allowing you to generate beautiful images, powered by DALL-E-2.
- ❤️ Powered by OpenAI DALL-E-2
- ⭐️ Minimalist Figma based UI
- 🪶 Generations + Variants API + Edit (mask) integration
- 🧐 Supports count, resolution and prompt params
- 🖼️ Discover generated images and prompts
- ⚡️ Free & open-source
It uses turborepo for managing the pnpm workspace and consists of 2 main packages, web (Next.JS Website doubling as the API) and the Figma plugin. (Other integrations coming soon)
-
Install pnpm
-
Add .env
-
Install dependencies
$ pnpm i
- Run locally
$ pnpm dev
Official docs and code samples from Figma:
OpenAI API Docs for DALL-E-2
Next.JS related docs
Any help is appreciated, check open issues 🚀, also feel free to open another issue or a PR!
This plugin is built with Create Figma Plugin. The API and showcase website is built using Create T3 App.