Community-driven blind A/B benchmark where Crafter Station members vote on which AI agent generated better CSS.
- Framework: Astro 5
- Styling: Tailwind CSS
- Linting: Biome
- Runtime: Bun
- Auth: Clerk
- DB: Neon (Postgres) + Drizzle ORM
- Deploy: Vercel
bun install
bun devOpen http://localhost:4321 in your browser.
PUBLIC_CLERK_PUBLISHABLE_KEY=pk_...
CLERK_SECRET_KEY=sk_...
DATABASE_URL=postgresql://...bun drizzle-kit push| Command | Description |
|---|---|
bun dev |
Start development server |
bun build |
Build for production |
bun lint |
Run Biome linter |
bun format |
Format code with Biome |
Deployed on Vercel at css-bash-vote.crafter.run
- Fork the repository
- Create your feature branch (
git checkout -b feat/amazing-feature) - Commit your changes (
git commit -m 'feat: add amazing feature') - Push to the branch (
git push origin feat/amazing-feature) - Open a Pull Request
MIT