faq

clear answers without fluff.

the site should answer direct questions directly, especially when the architecture and ownership are changing.

what is infiniware?

infiniware is an independent open-source software studio focused on quiet, human-made tools with stronger structure, clearer interfaces, and privacy-respecting defaults.

what does human-made mean here?

it means the work is shaped by deliberate human judgment. the tone, information architecture, product direction, and visual decisions are meant to feel authored instead of mass-generated.

does infiniware sell user data?

no. the intended site policy is privacy first and no selling of personal data. that should be stated directly and reflected in the way the backend stores only what it needs to operate core features.

is moving from firebase to python and postgresql a good idea?

yes. for infiniware, python and postgresql are the better long-term home for public pages, accounts, profiles, discussions, comments, and owned product data because they are easier to maintain as one coherent system.

what changed in the community layer?

discussions, profiles, comments, verification flows, and account ownership now live in the backend so the community no longer depends on github issues, utterances, firebase auth, or firestore.

how does email verification work now?

a six-digit code is sent from noreply@infiniware.bid and stays valid for 10 minutes. the code is stored and validated by the backend rather than outsourced to a third-party auth flow.