Finsoo is a free, open-source platform that allows users to create custom stickers instantly using AI technology. Perfect for WhatsApp, Telegram, Discord, and other messaging platforms, Finsoo generates high-quality stickers in various artistic styles without requiring any registration or personal information.
- Instant AI Generation: Transform ideas into beautiful sticker designs in seconds
- Multiple Style Options: Choose from cartoon, anime, pixel art, watercolor, minimalist, retro, pop art, and neon styles
- No Registration Required: Privacy-first approach with no accounts or data storage
- Transparent Backgrounds: All stickers come with transparent backgrounds for perfect messaging app integration
- Batch Creation: Generate multiple stickers at once for themed sticker packs
- Frontend: Svelte
- UI: Tailwind CSS, Remix Icons
- AI Integration: Google Gemini AI (via Google GenAI API)
- Build Tool: Vite
- Node.js (v16+)
- npm or yarn or bun
-
Clone the repository:
git clone https://github.com/pimatis/finsoo.git cd finsoo
-
Install dependencies:
npm install # or yarn install # or bun install
-
Configure your environment variables:
- Create a
.env
file in the root directory - Add your Google GenAI API key:
VITE_APP_KEY=your_google_genai_api_key
- Create a
-
Start the development server:
npm run dev # or yarn dev # or bun run dev
We welcome contributions from the community! If you'd like to contribute:
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project under the MIT License. See the LICENSE file for details.
Created by Pimatis Labs