RepoPublic AIPublic AIpublished Feb 14, 2024seen 5d

forpublicai/publicai.us

TypeScript

Open original ↗

Captured source

source ↗
published Feb 14, 2024seen 5dcaptured 13hhttp 200method plain

forpublicai/publicai.us

Description: The website for publicai.us

Language: TypeScript

Stars: 0

Forks: 0

Open issues: 0

Created: 2024-02-14T09:46:33Z

Pushed: 2026-03-10T22:05:10Z

Default branch: main

Fork: no

Archived: no

README:

Public AI USA

A pilot-scale public AI compute facility in Maine. This site is built with Next.js 15 (App Router), React 19, and Tailwind CSS.

Develop

npm install
npm run dev

Open http://localhost:3000.

Build (static export)

npm run build

Output is in the out/ directory. Deploy out/ to GitHub Pages, Vercel, or any static host. The CNAME file is included for custom domain (publicai.us).

Structure

  • app/ — Next.js App Router pages (home, about, blog)
  • components/ — React components (Header, Footer, home sections)
  • content/posts/ — Markdown blog posts (parsed with gray-matter)
  • lib/posts.ts — Blog post loading for static generation
  • public/ — Static assets (logo, favicon, CNAME)