A project tracker for decentralized social media platforms, clients, and tools

feat: add deployment configuration and live URL

- 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>

Changed files
+5 -2
+2 -2
README.md
···
A comprehensive directory and discovery platform for decentralized social networking projects, clients, and tools across multiple protocols including AT Protocol and ActivityPub. It provides an interface for browsing, searching, and filtering across the two major federated/decentralized networks.
+
**Live at: https://socialmeshes.com**
+
![Social Meshes App Screenshot](public/app_screenshot/app-screenshot.png)
Most of this code is written by Claude. If you see anywhere you wish to contribute feel free to open a PR! If you see any project data that needs to be changed or you are a project owner and wish for a description / owner to be changed feel free to submit PR's!
-
-
This is a work in progress and not yet hosted anywhere.
## Project Structure
+3
wrangler.toml
···
+
name = "socialmeshes"
+
compatibility_date = "2024-09-16"
+
pages_build_output_dir = "./dist"