Contribute to AION
AION is publicly accessible and open to shared contribution. The best entry path is practical, reviewable, and small enough to verify clearly.
Start with one of these tracks
- Public website and contributor onboarding polish
- Documentation and release communication
- Trust-hardening changes with clear scope
- UI consistency improvements
- Retrieval, AI core, and platform expansion only when the change is tightly scoped
Basic local flow
- Install dependencies with
pnpm install - Copy the environment file with
Copy-Item .env.example .env - Generate the Prisma client with
pnpm --filter @aion/api prisma:generate - Run checks before opening a pull request
Verification baseline
pnpm typecheckpnpm testpnpm buildpnpm --filter @aion/web testpnpm --filter @aion/api verify:persistence
Project boundaries
- Preserve origin and fairness notices
- Keep governance, privacy and security visible
- Do not introduce hidden access paths or deceptive behavior
- Keep criticism and review open; moderation is tied to actual guideline violations