Skip to content

crafter-station/css-bash-vote

Repository files navigation


css-bash-vote

Built with Crafter Station Discord Twitter

About

Community-driven blind A/B benchmark where Crafter Station members vote on which AI agent generated better CSS.

Tech Stack

  • Framework: Astro 5
  • Styling: Tailwind CSS
  • Linting: Biome
  • Runtime: Bun
  • Auth: Clerk
  • DB: Neon (Postgres) + Drizzle ORM
  • Deploy: Vercel

Getting Started

bun install
bun dev

Open http://localhost:4321 in your browser.

Environment Variables

PUBLIC_CLERK_PUBLISHABLE_KEY=pk_...
CLERK_SECRET_KEY=sk_...
DATABASE_URL=postgresql://...

DB Setup

bun drizzle-kit push

Scripts

Command Description
bun dev Start development server
bun build Build for production
bun lint Run Biome linter
bun format Format code with Biome

Deployment

Deployed on Vercel at css-bash-vote.crafter.run

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feat/amazing-feature)
  3. Commit your changes (git commit -m 'feat: add amazing feature')
  4. Push to the branch (git push origin feat/amazing-feature)
  5. Open a Pull Request

License

MIT

About

Community-driven blind A/B benchmark — vote on which AI agent wrote better CSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors