π₯³ Get your estimation party started with confetti π₯³
Realtime estimation with confetti-filled fun. The party tool for your planning process.
π Short link Β Β β’Β Β π€ Contribute
Are you tired of mundane planning sessions? It's time to get the party started with confetti.dev! Confetti brings a burst of color and excitement to your fibonacci process. Whether you're working with a large or small team, or just looking for a more engaging way to plan projects, confetti has got you covered. So why just estimate when you can celebrimate?
- π¨ Colorful - Confetti will rain down when all estimates agree.
- π Realtime - See your team's estimates update in realtime.
- π Collaborative - Share your session with your whole team, small or large.
- π Estimation - Confetti supports currently fibonacci estimates, more coming soon!
- π Anonymous - No need to create an account. Just enter a username, and you're ready to go.
- π Secure - Login with your favorite SSO provider. When logged in, your profile image will be shown in the session.
- π¦ Open-source - Confetti is free and open-source.
- β Bootstrapping: create-t3-app.
- β Framework: Nextjs 13 + Typescript.
- β Auth: Next-Auth.js
- β ORM: Prisma.
- β Database: Planetscale.
- β Realtime: Supabase.
- β Styling: TailwindCSS + HeadlessUI.
- β Typescript Schema Validation: Zod.
- β End-to-end typesafe API: tRPC.
π§ You will need Nodejs +16 (LTS recommended) installed.
- Fork this project:
- Clone the repository:
git clone git@github.com:YOU_USER/confetti.git
- Install dependencies:
npm install
- Create a .env file with the following content:
π§ The environment variables must match the following schema.
# Next Auth Secrets
NODE_ENV=production
NEXTAUTH_SECRET=
NEXTAUTH_URL=http://localhost:3000
# OAuth secrets:
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
# Next Auth config:
NEXTAUTH_SECRET=
NEXTAUTH_URL=
# Database URLs:
DATABASE_URL=
NEXT_PUBLIC_SUPABASE_URL=
NEXT_PUBLIC_SUPABASE_ANON_KEY=
- Ready π₯³, now run:
# Create database migrations
npx prisma db push
# Run the project:
npm run dev