Clone
2
Project Inventory
drjones edited this page 2026-05-20 19:00:49 -07:00

Project Inventory

Repository Signals

  • Gitea description: Maintained project with documented setup, stewardship notes, and release hygiene.
  • Default branch: main
  • Detected language: TypeScript
  • Visibility: Public
  • Topics: automation, readiness, stewarded
  • No mapped local source directory was found; details are based on the Gitea tree.
  • Visible project files beyond stewardship docs: 179

Build And Dependency Signals

Signal Detail
package.json name=fundraising-platform; scripts=dev, dev:next, build, start, lint, postinstall, db:seed, db:migrate, test:integration, test:http; deps=@prisma/adapter-pg, @prisma/client, @stripe/react-stripe-js, @stripe/stripe-js, bcryptjs, clsx, framer-motion, next, next-auth, pg
README files README.md

Directory Concentration

  • src (142 files)
  • (root) (14 files)
  • prisma (13 files)
  • public (5 files)
  • scripts (4 files)
  • content (1 files)

File Type Concentration

  • .tsx (77)
  • .ts (70)
  • .sql (10)
  • .svg (5)
  • .json (4)
  • .txt (2)
  • .mjs (2)
  • .example (1)
  • .gitignore (1)
  • .nvmrc (1)
  • .toml (1)
  • .prisma (1)

Visible Project Files

  • .env.example
  • .gitignore
  • .nvmrc
  • REDME-FIXSES-TRIAGE.txt
  • SITE-AUDIT.txt
  • content/issues.json
  • eslint.config.mjs
  • next.config.ts
  • package-lock.json
  • package.json
  • postcss.config.mjs
  • prisma.config.ts
  • prisma/migrations/20260510183439_init/migration.sql
  • prisma/migrations/20260510190000_add_poll_votes/migration.sql
  • prisma/migrations/20260510190521_add_user_role/migration.sql
  • prisma/migrations/20260510200000_add_raffle_ledger_link/migration.sql
  • prisma/migrations/20260510210000_guest_donations/migration.sql
  • prisma/migrations/20260510220000_casino_games/migration.sql
  • prisma/migrations/20260510230000_mission_spend/migration.sql
  • prisma/migrations/20260512120000_initiative_platform_priorities/migration.sql
  • prisma/migrations/20260515210000_user_username/migration.sql
  • prisma/migrations/20260520000000_game_ledger_links/migration.sql
  • prisma/migrations/migration_lock.toml
  • prisma/schema.prisma
  • prisma/seed.ts
  • public/file.svg
  • public/globe.svg
  • public/next.svg
  • public/vercel.svg
  • public/window.svg
  • redmeFIXSES.md
  • scripts/full-site-test.ts
  • scripts/http-smoke.sh
  • scripts/seed-leaderboard.ts
  • scripts/smoke-integration.ts
  • server.ts
  • src/app/api/auth/[...nextauth]/route.ts
  • src/app/api/billboard/route.ts
  • src/app/api/boost/route.ts
  • src/app/api/cards/route.ts
  • src/app/api/exchange/rate/route.ts
  • src/app/api/faq/route.ts
  • src/app/api/games/active/route.ts
  • src/app/api/games/blackjack/route.ts
  • src/app/api/games/crash/route.ts
  • src/app/api/games/dice/route.ts
  • src/app/api/games/history/route.ts
  • src/app/api/games/mines/route.ts
  • src/app/api/games/prediction/route.ts
  • src/app/api/games/rooms/route.ts
  • src/app/api/games/roulette/route.ts
  • src/app/api/games/slots/route.ts
  • src/app/api/games/tower/route.ts
  • src/app/api/initiatives/[slug]/pledge/route.ts
  • src/app/api/initiatives/route.ts
  • src/app/api/leaderboard/route.ts
  • src/app/api/missions/route.ts
  • src/app/api/missions/spend/route.ts
  • src/app/api/polls/next-president/route.ts
  • src/app/api/public/stats/route.ts
  • src/app/api/register/route.ts
  • src/app/api/rewards/catalog/route.ts
  • src/app/api/rewards/raffle/route.ts
  • src/app/api/rewards/redeem/route.ts
  • src/app/api/spotlight/route.ts
  • src/app/api/stripe/create-checkout-session/route.ts
  • src/app/api/stripe/create-payment-intent/route.ts
  • src/app/api/threads-exchange/route.ts
  • src/app/api/wallet/community/route.ts
  • src/app/api/wallet/donations/route.ts
  • src/app/api/wallet/ledger/route.ts
  • src/app/api/wallet/route.ts
  • src/app/api/wallet/summary/route.ts
  • src/app/api/webhooks/stripe/route.ts
  • src/app/apple-icon.tsx
  • src/app/billboard/page.tsx
  • src/app/boost/page.tsx
  • src/app/cards/page.tsx
  • src/app/casino/[game]/page.tsx
  • src/app/casino/page.tsx
  • ... 99 more project files not shown