This site is deployed at https://indiedevuse.com
If you want to add yourself, submit a PR:
- add to the end of the list in developers.json. Make up an
idthat is unique in the file — use hyphens and all lowercase, not periods or MixedCase. - an avatar image file in avatars/. Keep it to about 500x500. Run ImageOptim (or equivalent) on your avatar files. It's unlikely that the file would be bigger than 300kb.
Watch out for commas in developers.json.
I might make minor edits to the list of tools for consistency like for spelling/casing.
I also add a small number of owner-curated profiles when the public evidence is strong enough.
For curated profiles, include:
provenance.sourceType:owner-curatedprovenance.confidence: usuallyhigh; usemediumonly when the profile should be reviewed again before broad useprovenance.reviewedAt: the review date inYYYY-MM-DDprovenance.sources: public source links used for identity, product ownership, and stack/tool evidenceprovenance.correctionURL: usually the GitHub PR pageprovenance.avatarSource: where the avatar came from, or why a placeholder was used
Do not copy bios from source pages. Write a short original summary from verified facts. Curated profiles need a public personal identity, clear product ownership, and either an explicit uses/stack page or at least two public evidence points for tools/stacks.
Use bun run generate-curated-avatars for owner-curated profiles. It pulls configured public profile photos, resizes them to local 512px JPGs, runs ImageOptim, and updates avatar provenance.
git@github.com:hboon/indiedevuse.com.git
cd frontend
pnpm i
pnpm run dev
Chris Shennan kindly wrote up instructions for running IndieDevUse.com in a Docker container.