{"id":50227568,"url":"https://github.com/madrasly/madrasly","last_synced_at":"2026-05-26T16:39:10.385Z","repository":{"id":324935642,"uuid":"1098584450","full_name":"madrasly/madrasly","owner":"madrasly","description":"Auto-generate interactive API playgrounds from OpenAPI specs. Get developers calling your API in seconds.","archived":false,"fork":false,"pushed_at":"2025-11-24T17:03:05.000Z","size":750,"stargazers_count":17,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-13T19:26:04.837Z","etag":null,"topics":["api","docs","documentation","open-source","openapi","openapi-specification","openapi3","openapi31","playground","rest-api","sandbox"],"latest_commit_sha":null,"homepage":"https://madrasly.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/madrasly.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-17T22:09:23.000Z","updated_at":"2026-01-13T11:04:53.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/madrasly/madrasly","commit_stats":null,"previous_names":["playground-y/playground-y","madrasly/madrasly"],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/madrasly/madrasly","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madrasly%2Fmadrasly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madrasly%2Fmadrasly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madrasly%2Fmadrasly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madrasly%2Fmadrasly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/madrasly","download_url":"https://codeload.github.com/madrasly/madrasly/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madrasly%2Fmadrasly/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33530328,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"ssl_error","status_checked_at":"2026-05-26T15:22:15.568Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["api","docs","documentation","open-source","openapi","openapi-specification","openapi3","openapi31","playground","rest-api","sandbox"],"created_at":"2026-05-26T16:39:09.447Z","updated_at":"2026-05-26T16:39:10.377Z","avatar_url":"https://github.com/madrasly.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![npm downloads](https://img.shields.io/npm/dm/madrasly) ![npm version](https://img.shields.io/npm/v/madrasly) ![GitHub stars](https://img.shields.io/github/stars/madrasly/madrasly?style=social) ![GitHub forks](https://img.shields.io/github/forks/madrasly/madrasly) ![License](https://img.shields.io/github/license/madrasly/madrasly)\n\n\n# OpenAPI Playground Generator\n\nGenerate beautiful, interactive API playgrounds from OpenAPI specifications.\n\n\u003ctable\u003e\n\u003ctr\u003e\n\u003ctd width=\"50%\"\u003e\n\u003cimg width=\"100%\" alt=\"Screenshot 2025-11-18 at 3 26 08 PM\" src=\"https://github.com/user-attachments/assets/89cb9792-0000-4463-8f24-ef5c9dfef529\" /\u003e\n\u003c/td\u003e\n\u003ctd width=\"50%\"\u003e\n\u003cimg width=\"100%\" alt=\"Screenshot 2025-11-18 at 3 26 27 PM\" src=\"https://github.com/user-attachments/assets/285c9350-451f-4cfd-98cc-f70a005196cd\" /\u003e\n\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n\n## DEMO\n[DEMO](https://madrasly-hero-demo.vercel.app/)\n\n## Quick Start\n\n**Prerequisites:**\n- Node.js 18+\n\n**Generate a playground instantly:**\n```bash\nnpx madrasly \u003cspec-file\u003e \u003coutput-directory\u003e\n```\n\n**Example:**\n```bash\nnpx madrasly examples/coingecko-spec.json my-playground\ncd my-playground\npnpm install\npnpm dev\n```\n\n## Usage\n\n### Installation (Optional)\n\nYou can install the CLI globally for repeated use:\n\n```bash\nnpm install -g madrasly\n```\n\n### Generate Playground\n\n```bash\nmadrasly \u003cspec-path\u003e \u003coutput-path\u003e [options]\n```\n\n**Available Aliases:**\n- `madrasly`\n- `madras`\n\n**Options:**\n- `--force`: Force overwrite of existing output directory\n- `--api-key KEY`: Pre-configure API key (stores in `.env`, hides auth field from users)\n- `--theme THEME`: Set default theme (`light`, `dark`, or `coffee`)\n- `--workspace-image URL|FILE`: Workspace logo/image\n- `--no-interactive`: Skip interactive prompts\n- `--popular-endpoints ENDPOINTS`: Comma-separated list of endpoints to display prominently\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadrasly%2Fmadrasly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmadrasly%2Fmadrasly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadrasly%2Fmadrasly/lists"}