Demo Access Guide
April 7, 2026 ยท View on GitHub
Public evaluation path
Visitors can understand CodeOrbit quickly without needing private credentials.
Recommended flow:
- Start on the live homepage at
https://codeorbit-xi.vercel.app - Open
/aboutto understand the product direction - Open
/case-studyto see the build narrative - Open
/playgroundand/learnto inspect real product surfaces
Authentication policy
CodeOrbit uses Clerk for sign-in.
- There are no shared demo credentials in this repository
- There is no public admin account exposed for testing
- Visitors who want to explore authenticated flows should use their own sign-in path on the live deployment
This keeps the public repo safe while still making the product understandable.
What public viewers should expect
- Marketing and product-story routes are available as the first impression layer
- Some deeper user-linked flows depend on authentication and environment-backed services
- The health endpoint at
/api/healthcan reportdegradedwhen optional dependencies are not configured for the public demo
Maintainer note
If you later want a richer public trial flow, the next best upgrade is a dedicated demo tenant with rate-limited seed data rather than publishing shared credentials.