One-stop AI image creation tool
10K+
Typix is a modern, open-source, user-friendly, and privacy-secure AI tool focused on media content generation, providing creators with a one-stop generation experience.

No registration required, instantly experience premium AI image generation services, including cutting-edge models like Flux and SDXL (daily free quota limited, first come first served).
Focus on AI image generation, turning creativity into visual art instantly
Typix puts your data security and privacy protection first:
We protect both your creativity and privacy.
Integrated with cutting-edge AI models and services to provide the best image generation experience:
More service providers and models are being integrated continuously.
Cloudflare Workers deployment provides free access to Cloudflare AI image generation services.
After successful deployment, you'll get a
typix.xxx.workers.devdomain to start using!
docker run --name typix -d -p 9999:9999 liwei2633/typix
git clone https://github.com/monkeyWie/typix.git
cd typix
pnpm install
cp .env.node.example .env
# Edit .env file to configure necessary parameters
pnpm db:generate
pnpm db:migrate
pnpm build:node
node .bin/node.js
Frontend:
Backend:
Development Tools:
npm install -g pnpm
git clone https://github.com/monkeyWie/typix.git
cd typix
pnpm install
# Generate database migration files
pnpm db:generate
# Execute migration
pnpm db:migrate
# Start frontend development server
pnpm dev
src/
āāā app/ # Frontend application
ā āāā components/ # React components
ā āāā hooks/ # Custom Hooks
ā āāā routes/ # Route pages
ā āāā stores/ # State management
ā āāā lib/ # Utility libraries
āāā server/ # Backend service
ā āāā api/ # API routes
ā āāā ai/ # AI provider integration
ā āāā db/ # Database schemas
ā āāā service/ # Business logic
This project is licensed under the Apache License 2.0ā .
You are free to:
But you must:
If this project helps you, please consider giving us a ā Star!
Content type
Image
Digest
sha256:d42a925fbā¦
Size
651.7 MB
Last updated
8 months ago
docker pull liwei2633/typix