Public website for the Pronpy organization, focused on API projects, contributor onboarding, and documentation.
Pronpy is a public-source API organization. This site is the main entrypoint for:
- Public API visibility
- Organization workflow and contribution clarity
- Documentation for member access and security readiness
Join the Pronpy Discussions space:
Read first: discussion guide, contributing rules, and security policy.
| Category | Use it for |
|---|---|
| Announcements | Maintainer updates and release notes |
| General | Open chat, quick questions, and coordination |
| Ideas | Feature requests and roadmap suggestions |
| Polls | Community votes and lightweight decisions |
| Q&A | Help requests that need a clear answer |
| Show and tell | Demos, builds, experiments, and launches |
GitHub Pages TXT verification details are tracked in DNS.md.
The homepage includes a lightweight 3D-style hero built with SVG and CSS motion:
- Isometric server scene rendered in inline SVG
- Floating particle and line movement using CSS keyframes
- Matrix-style animated source background for the visual layer
No heavy 3D runtime is used, so it stays fast and simple.
index.html: landing page (hero, API sections, GitHub preview)docs.html: organization docs pageDNS.md: GitHub Pages TXT verification recordstyles.css: light theme, layout, and animationsmain.js: reveal interactions and navigation effects
npm run serveOpen: http://localhost:4173