Landing page for Yellowdex (Astro + Tailwind). Yellowdex is a Chrome extension that lets you label crypto addresses anywhere, organize them into collections, and share with others.
pnpm install
pnpm dev| Command | Action |
|---|---|
pnpm dev |
Start local dev server (localhost:4321) |
pnpm build |
Build for production to dist/ |
pnpm preview |
Preview the built site locally |
- The "Install on Chrome" CTA currently uses a placeholder link until the Chrome Web Store listing is live.
- Tailwind v4 is set up via
@tailwindcss/vitewith theme tokens defined insrc/styles/global.css. - Canonical URL,
robots.txt, andsitemap.xmlassumehttps://yellowdex.ai. Updateastro.config.mjsandpublic/robots.txt/public/sitemap.xmlif you deploy on a different domain. - Landing page pulls the latest release notes from
nbitslabs/yellowdex-extat build time; a GitHub Pages deploy workflow triggers onpush, nightly schedule, manual dispatch, andrepository_dispatch(ext-release-published).