Skip to content

treebirdlabs/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tree Bird Labs

The treebirdlabs.com website. Currently minimal — a placeholder landing page plus the Ballpark privacy policy. Built to grow into the full site later.

Stack

  • Next.js 16 (App Router) + React 19 + TypeScript
  • Plain CSS (no Tailwind yet) — see app/globals.css

Routes

Path File
/ app/page.tsx (placeholder)
/ballpark/privacy app/ballpark/privacy/page.tsx

/ballpark/privacy is the URL referenced from the Ballpark Chrome Web Store listing, so this path must stay stable.

Local development

npm install
npm run dev      # http://localhost:3000
npm run build    # production build check

Deploying to Vercel

  1. Push this repo to GitHub (e.g. treebirdlabs/treebirdlabs or your account).
  2. In Vercel: Add New → Project → Import the GitHub repo. Framework auto-detects as Next.js; no config needed. Deploy.
  3. In the Vercel project: Settings → Domains → Add treebirdlabs.com (and www.treebirdlabs.com). Vercel shows the DNS records to set at your domain registrar.
  4. Once DNS propagates, the privacy policy is live at https://treebirdlabs.com/ballpark/privacy — use that URL in the Chrome Web Store listing.

About

Website for Tree Bird Labs

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors