Skip to content

Add Homespun to Development & Code Tools - #1550

Open
Lalit Singh (aerolalit) wants to merge 1 commit into
ComposioHQ:masterfrom
aerolalit:add-homespun
Open

Add Homespun to Development & Code Tools#1550
Lalit Singh (aerolalit) wants to merge 1 commit into
ComposioHQ:masterfrom
aerolalit:add-homespun

Conversation

@aerolalit

Copy link
Copy Markdown

Adds Homespun under Development & Code Tools, inserted alphabetically between great_cto and iOS Simulator. One line, nothing else touched.

What it is

A Claude Agent Skill that deploys a real, running multi-user web app from the conversation and keeps operating it afterwards. The skill authors an HTML page plus a manifest, then puts it live on its own URL with magic-link sign-in, a shared realtime database, per-role read/write/delete permissions, email notifications and file uploads. The agent retains read and write access to the app's data, so it can query, watch and redeploy the app in later conversations.

The distinction from an artifact or a code export is that other people sign in and use the result together, so the output is a running app rather than a preview.

Against the contributing guidelines

  • Real use case: in production. Live apps include potluck signup sheets, shift rotas, household expense splitters and reading lists, used by people who are not the developer.
  • Well documented: skills/homespun/SKILL.md plus MCP-INVOCATION.md and a references/ directory.
  • Tested: works in Claude Code and via the remote MCP connector at https://homespun.dev/mcp. Also published on the official MCP registry as dev.homespun/homespun and listed in punkpeye/awesome-mcp-servers.
  • Safe: destructive operations (delete, unpublish) confirm first, and permissions are per-role.
  • Portable: driven by the homespun CLI, so it works from any MCP client, not only Claude Code.

Repo is MIT licensed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant