GitHub - rhodey/bizcardz.ai: Custom metal business cards

1 min read Original article ↗

bizcardz.ai

bizcardz.ai is a website where you design business cards which are converted to KiCad PCB schematics which can be manufactured (using metals) by companies such as Elecrow and PCBWay

readme.gif

more pics are he re

Config

You will need a Tier 1 Google Gemini API Key and you will need a Replicate API Key

Dev

Online at localhost:8080

./bin/build.sh
docker compose up server reload http

Cli

If you have images and want PCB files and to not use the site:

Inside /your/dir should be front.png and back.png and the dimens should be a multiple of 2048x1152:

./bin/build.sh
docker run --rm -it --entrypoint=/app/cli.sh -v /your/dir:/app/cli bzbot --black --gold
> wrote bizcardz.zip

License

This software is available under two licenses:

MIT: non-commercial use

Proprietary: commercial use, contact for terms

Copyright 2025 - hello@bizcardz.ai