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.
- Add mbin as new ActivityPub platform with 354 stars
- Update Lemmy and Iceshrimp tags to use "communities" consistently
- Include mbin logo and comprehensive project details
馃 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Add wrangler.toml for Cloudflare Pages deployment
- Update README with live site URL (https://socialmeshes.com)
- Remove outdated "work in progress" notice
馃 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Added UFOs, Spacedust, Slingshot, and Parakeet projects to the platform list.
Updated Constellation with proper homepage link.
馃 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Remove documentation clause from warning tooltip.
Now simply states: "Has not implemented open-source platform-based AT Protocol lexicon"
馃 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
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>