A clean, mobile-first interface for OpenAI’s DALL-E image generator, built with Svelte. Generate visual inspiration with AI using simple prompts and either DALL-E 2 or DALL-E 3.
Salvador Dalle provides a clean interface where users can:
Users can either use the application's built-in server backend (with some limitations) or provide their own OpenAI API key for unlimited and direct access to DALL.E.
To run your own version of Salvador:
git clone https://github.com/gianlucatruda/salvador.git
cd salvador
npm install
.env
file in the root directory and add your OpenAI API key:OPENAI_API_KEY=<sk-...>
npm run dev
http://localhost:5173
in your browsernpm run build
OPENAI_API_KEY
: Your OpenAI API key (required for server-side operations)--