Collaborative trip planning platform with NL input + rspace canvas integration
Go to file
Jeff Emmett 9f28365c96 feat: standardize header, categories, cross-app spaces
- AppSwitcher: rTube/rSwag → Creating, rSocials → Sharing, rData → Observing
- EcosystemFooter: updated link order to match new categories
- UserMenu: 🔑 Sign In button, 🔐 lock when logged in
- SpaceSwitcher: reads EncryptID token, sends Bearer header
- /api/spaces proxy: forwards to rspace.online (canonical spaces)
- /api/me: verifies EncryptID token for auth status
- Header.tsx: standardized bg-slate-900/85 across all apps

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 14:16:58 -08:00
backlog backlog: mark task-2 (Porkbun NS to Cloudflare) as Done 2026-02-20 16:06:04 -07:00
prisma Add interactive demo with cross-service data via proxy routes 2026-02-15 09:05:35 -07:00
public Add public/.gitkeep for Docker build 2026-02-13 12:38:39 -07:00
src feat: standardize header, categories, cross-app spaces 2026-02-25 14:16:58 -08:00
.dockerignore Add .dockerignore for optimized Docker builds 2026-02-21 17:49:05 -07:00
.env.example refactor: migrate EncryptID URLs from encryptid.jeffemmett.com to auth.ridentity.online 2026-02-24 22:20:07 -08:00
.gitignore Initial rtrips-online scaffold 2026-02-13 12:10:22 -07:00
Dockerfile feat: add EncryptID auth with role-based access control 2026-02-18 10:20:17 +00:00
MODULE_SPEC.md docs: add MODULE_SPEC.md with permission model and capabilities 2026-02-17 12:30:14 -07:00
docker-compose.yml feat: add space subdomain routing and ownership support 2026-02-25 13:20:19 -08:00
next.config.mjs Initial rtrips-online scaffold 2026-02-13 12:10:22 -07:00
package-lock.json Initial rtrips-online scaffold 2026-02-13 12:10:22 -07:00
package.json chore: add @encryptid/sdk dependency 2026-02-15 09:36:07 -07:00
postcss.config.mjs Initial rtrips-online scaffold 2026-02-13 12:10:22 -07:00
tailwind.config.ts Initial rtrips-online scaffold 2026-02-13 12:10:22 -07:00
tsconfig.json Initial rtrips-online scaffold 2026-02-13 12:10:22 -07:00