Skip to content

lzzzzl/my-sticker-ai-app

Repository files navigation

My Sticker App

A open source web app for AI sticker art generation.

Deploy on Vercel

Deploy with Vercel

Keywords

  • 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

Demo

How to use

  • 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

Tech stack

Local start

npm i && npm run dev
# or
yarn && yarn dev
# or
pnpm i && pnpm dev