Build a ridiculous duck, give it style, and flex it like it owns the internet.
Ever wanted to create a duck that's more stylish than you? Well, now you can! Dress up your feathered friend in everything from astronaut helmets to Batman capes, then throw them into a virtual yard where they'll party with other ducks (and probably judge your fashion choices).
This frontend connects to the DuckParty backend API. For backend setup and documentation, visit:
- Duck Customization - Create unique ducks with multiple skins and accessories
- Party Yard - View all ducks in a shared virtual space
- Leaderboard - See the most popular ducks
- User Profiles - Manage and showcase your duck collection
- Social Sharing - Share your creations with the world
- SolidJS - Reactive UI framework
- TypeScript - Type-safe development
- Vite - Fast build tool and dev server
- Tailwind CSS - Utility-first styling
- TanStack Query - Data fetching and state management
- Orval - API client generation
# Install dependencies
bun install
# Generate API client from backend schema
bun run generate:api
# Start development server
bun run dev# Build for production
bun run buildThis project is deployed using Coolify.
dev- Start development serverbuild- Build for productiongenerate:api- Generate API client from backend OpenAPI schema
Made with โค๏ธโ๐ฅ for the duck community