Community
Submit a Community Page
Got a vibecoded page you want hosted here? Here's how to get it in.
Step 1
Build your page
Write a self-contained HTML file. It can use inline CSS and JS. No build step required. Aim for one file — link to external CDN resources if you need libraries.
Step 2
Name your file
Use a slug that matches your handle or page name: yourname.html. It'll live at /pages/yourname on openvibe.community.
Step 3
Submit it
Drop your file in the OpenVibe Discord or open a pull request on the monorepo. Add your entry to services/openvibe-community/server/pages-registry.json with a title, author, and description — a maintainer will review and merge it.
Guidelines
Keep it clean
- No malicious scripts, trackers, or data exfiltration.
- Content must comply with the OpenVibe community standards.
- Keep external requests minimal — no loading 40 third-party SDKs.
- Your page can link back to openvibe.network, your channel, pastes, etc.