Examples
Showcase
Examples and showcase of Zeta Registry in action.
Showcase
This showcase demonstrates a real-world usage of Zeta, including both the user interface and the underlying code. You can view the live showcase and inspect the implementation details below.
Live Showcase
You can open the project with Zeta pre-installed using v0.dev:
Note
v0.dev does not handle middleware redirects correctly. For full functionality, deploy the app as described in the Deployment Guide.
Code Reference
The main showcase page is implemented in:
The countdown component used in the showcase:
About Showcase vs. Example
- The showcase demonstrates a complete, real-world usage of Zeta, including UI and code, and is referenced in the registry as a block (
showcase.json
). - The example directory may contain additional usage patterns or isolated code samples, but the showcase is the primary reference for a full implementation.