The public home of woiii.me — a growing family of AI-powered tools for music discovery, collecting and listening. This repository contains the shared brand website, product introductions, connection guides and privacy information.
DIG for Discogs is currently the most developed product in the family, so it has the deepest coverage on the site today. woiii.MIX and woiii.RIG are in progress and will gain dedicated experiences as they develop.
Visit woiii.me · Open the connection guide
| Product | Status | Purpose |
|---|---|---|
| woiii.DIG | Available | Evidence-led pressing research, collection tools and Discogs intelligence for AI assistants and the browser |
| woiii.MIX | In development | A playlist concierge that turns a listener profile into a private mixtape with song-by-song commentary |
| woiii.RIG | Coming soon | A hi-fi gear finder built around listening goals, live listings and price history |
This repository contains woiii.me 1.1, which rebuilds the hero album-cover cylinder so that twelve sleeves wrap across the fold, and moves album art onto an optimized image pipeline. Version 1.0 was the first complete public release of the product-family landing page, including the DIG connection guide.
- A unified landing page for the woiii.me product family.
- Product storytelling for DIG, plus early previews of MIX and RIG.
- Motion-led, responsive presentation built around a wrapped album-cover cylinder of twelve sleeves.
- Expandable DIG setup guides for Claude, ChatGPT, Codex and Chrome.
- Shared navigation, typography and light/dark page treatments.
- Album art served as AVIF and WebP through Astro's image pipeline.
- Privacy-first by design: no analytics, cookies or trackers.
- Static Astro output ready for Vercel.
| Route | Purpose |
|---|---|
/ |
woiii.me product-family landing page, current DIG story and previews of products in progress |
/connect |
Client-specific setup instructions for DIG for Discogs |
/privacy |
Privacy policy covering the website and current DIG services |
/terms |
Terms of use for the website and DIG services |
/support |
Support contact and help information |
- Astro 7 with static output
- Self-hosted GT Standard and Instrument Serif typography
astro:assetsfor album art, emitting AVIF and WebP with a JPEG fallback- Semantic HTML, responsive CSS and lightweight progressive enhancement
- Reduced-motion support for animated interactions, plus a
?qa=1deterministic mode that freezes nonessential motion for visual review
Requirements: Node.js 22.12 or newer.
npm install
npm run dev -- --port 4322Create and inspect a production build:
npm run build
npm run preview -- --port 4322The generated static site is written to dist/.
The project is configured for https://woiii.me and can be deployed directly
from this private repository to Vercel:
- Import the GitHub repository into Vercel.
- Keep the detected Astro framework preset.
- Use
npm run buildas the build command anddistas the output directory. - Attach the
woiii.medomain after the first successful deployment.
No environment variables are required for the static website.
docs/ Implementation and design-system documentation
public/ Icons, fonts, product artwork and social card
src/assets/ Album art processed by the Astro image pipeline
src/components/ Reusable Astro components
src/config/ Shared brand and product content
src/layouts/ Page shell, navigation and footer
src/pages/ Route entry points
src/styles/ Global typography and design tokens
The source code is available under the MIT License. Brand assets, fonts and album artwork remain the property of their respective owners and are not covered by that license.
This application uses Discogs' API but is not affiliated with, sponsored or endorsed by Discogs. “Discogs” is a trademark of Zink Media, LLC.