Marketing website
The primary user-facing website for Zeralabs. This is built with Tanstack Start. https://zeralabs.com
Marketing website
The primary user-facing website for Zeralabs. This is built with Tanstack Start. https://zeralabs.com
Web CMS
CMS for content on the marketing website. Built with tanstack router and served by the web api. Uses Clerk for authentication. https://cms.zeralabs.com
Web API
Backend API for the marketing website. Built with ExpressJS, PrismaORM/PostgreSQL, and Clerk for authentication. https://api.zeralabs.com
Web Wallet
Browser-based crypto wallet. Built with Tanstack Start. https://wallet.zeralabs.com
Desktop Wallet
TBD, probably built with Tauri.
Mobile Wallet
TBD, probably built with Expo and React Native.
Docs
This internal Zeralabs documentation site. Built with Astro and Starlight. https://docs.zeralabs.com
git clone git@github.com:Zera-Labs/zeralabs-docs.gitpnpm installpnpm run dev(You need to set up a git signing key first you can use 1password to generate a key or use the guide here: https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key)
Update content
Edit src/content/docs/index.mdx to see this page change.
Change page layout
Delete template: splash in src/content/docs/index.mdx to display a
sidebar on this page.
Add new content
Add Markdown or MDX files to src/content/docs to create new pages.
Configure your site
Edit your sidebar and other config in astro.config.mjs.
Read the docs
Learn more in the Starlight Docs.