code
Clone this repository
https://tangled.org/bretton.dev/socialmeshes-app
git@knot.bretton.dev:bretton.dev/socialmeshes-app
For self-hosted knots, clone URLs may differ based on your setup.
Update warning tooltip text to specify that projects need either:
- Open-source platform-based AT Protocol lexicon implementation, or
- Sufficient documentation
This provides clearer guidance on what qualifies a project
as a full platform vs semi-platform.
馃 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Add star indicator for projects running fully independent infrastructure:
- Add hasIndependentInfrastructure boolean field to Project type
- Implement blue star icon in ProjectCard component with tooltip
- Mark Bluesky, Blacksky, and Tangled as having independent infrastructure
- Add separate state management for star and warning tooltips
Projects with independent infrastructure run their own PDS, relay,
and AppView services rather than relying on Bluesky's infrastructure.
馃 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Add 7 new projects to the ecosystem:
- BookHive: Social platform for book lovers
- Paperbnd: Social reading platform (semi-platform)
- Popfeed: Media review and discussion platform
- Skylights: Public review aggregation platform
- Zeppelin: Modern web client for Bluesky
- Constellation: Open-source APIs for ATProto
- Jetstream Web: Data stream exploration tool
馃 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Fix spacing between logo and network selector on mobile
- Hide "Social Meshes" text on small screens to save space
- Make warning icon clickable on mobile with tap-to-show popup
- Add backdrop to dismiss warning popup on mobile tap
- Maintain hover behavior on desktop unchanged
馃 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Add wrangler v4.37.0 as dev dependency
- Enables deployment to Cloudflare Pages via CLI
馃 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>