No description
  • TypeScript 36.2%
  • CSS 34.2%
  • Astro 28.4%
  • JavaScript 1.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-29 23:53:35 -05:00
.vscode Restructure repository as monorepo 2026-07-29 23:53:35 -05:00
www Restructure repository as monorepo 2026-07-29 23:53:35 -05:00
.gitignore Initial Puts website 2026-07-29 23:47:02 -05:00
.prettierrc Initial Puts website 2026-07-29 23:47:02 -05:00
AGENTS.md Restructure repository as monorepo 2026-07-29 23:53:35 -05:00
CLAUDE.md Initial Puts website 2026-07-29 23:47:02 -05:00
package.json Restructure repository as monorepo 2026-07-29 23:53:35 -05:00
pnpm-lock.yaml Restructure repository as monorepo 2026-07-29 23:53:35 -05:00
pnpm-workspace.yaml Restructure repository as monorepo 2026-07-29 23:53:35 -05:00
README.md Restructure repository as monorepo 2026-07-29 23:53:35 -05:00

'puts

The monorepo for 'puts, a planned free and open-source archive of opt-in AI agent logs.

Workspaces

  • www — pre-alpha announcement site, waitlist, and Vercel deployment

Additional services and packages will be added as the project grows.

Development

Requires Node.js 22.12+ and pnpm.

pnpm install
pnpm dev

Root commands delegate to the appropriate workspace:

pnpm check
pnpm test
pnpm test:e2e
pnpm build

See www/README.md for website configuration and database setup.