{"id":30900641,"url":"https://github.com/ejfox/smallbot-mcp","last_synced_at":"2025-09-09T05:53:24.609Z","repository":{"id":309301225,"uuid":"1030882355","full_name":"ejfox/smallbot-mcp","owner":"ejfox","description":"MCP server that generates small websites from natural language prompts","archived":false,"fork":false,"pushed_at":"2025-08-02T14:31:12.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-06T18:00:18.231Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ejfox.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-02T14:31:10.000Z","updated_at":"2025-08-02T14:31:15.000Z","dependencies_parsed_at":"2025-08-11T05:58:13.564Z","dependency_job_id":"13cd4251-7459-4dd9-a270-ce86d736d68b","html_url":"https://github.com/ejfox/smallbot-mcp","commit_stats":null,"previous_names":["ejfox/smallbot-mcp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ejfox/smallbot-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ejfox%2Fsmallbot-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ejfox%2Fsmallbot-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ejfox%2Fsmallbot-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ejfox%2Fsmallbot-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ejfox","download_url":"https://codeload.github.com/ejfox/smallbot-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ejfox%2Fsmallbot-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274250508,"owners_count":25249396,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-09T02:00:10.223Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-09T05:53:23.589Z","updated_at":"2025-09-09T05:53:24.595Z","avatar_url":"https://github.com/ejfox.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# smallbot-mcp\n\nMCP server that generates small websites from natural language prompts using LLMs.\n\n## What it does\n\nTakes prompts like \"Make a site that returns a random number\" and creates a working website at `https://[slug].ejfox.tools`\n\n## Features\n\n- Natural language → working website\n- Auto-generates HTML or JS based on prompt\n- Creates unique subdomains on smallweb\n- Uses OpenRouter API for code generation\n\n## Setup\n\n```bash\nexport OPENROUTER_API_KEY=your-key\nexport SMALLWEB_ROOT=~/smallweb  # optional\n```\n\n## Usage\n\n```javascript\n// Via MCP\nawait createSite({\n  prompt: \"Make an API that returns the current time\",\n  slug: \"time-api\"  // optional\n})\n// → https://time-api.ejfox.tools\n```\n\n## How it works\n\n1. Accepts natural language prompt\n2. Uses GPT-4 to generate minimal code\n3. Writes to `~/smallweb/[slug]/`\n4. Returns live URL on *.ejfox.tools\n\n## Status\n\nEarly draft - basic functionality implemented.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fejfox%2Fsmallbot-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fejfox%2Fsmallbot-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fejfox%2Fsmallbot-mcp/lists"}