A open source web app for AI sticker art generation.
- Sticker
- Sticker AI
- Sticker API
- Sticker art
- Sticker UI
- Sticker App
- Sticker App Demo
- Free Sticker App
- Open source Sticker app·
- Open source Sticker web app
- copy the
.env.example
to.env
, and fill up the values - put your Fal API Key for the env variable
FAL_KEY
in the.env
file - start the app locally or deploy it to online services like Vercel
npm i && npm run dev
# or
yarn && yarn dev
# or
pnpm i && pnpm dev