
Security News
pnpm 11.5 Adds Support for Recognizing npm Staged Publishes
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.
playground-y
Advanced tools
Generate beautiful, interactive API playgrounds from OpenAPI specifications.
|
|
|
https://coingecko-y.vercel.app/
Prerequisites:
Generate a playground instantly:
npx playground-y <spec-file> <output-directory>
Example:
npx playground-y examples/coingecko-spec.json my-playground
cd my-playground
pnpm install
pnpm dev
You can install the CLI globally for repeated use:
npm install -g playground-y
playground-y <spec-path> <output-path> [options]
Available Aliases:
playground-yplaygroundypgyopenapi-playgroundOptions:
--force: Force overwrite of existing output directory--api-key KEY: Pre-configure API key (stores in .env, hides auth field from users)--theme THEME: Set default theme (light, dark, or coffee)--workspace-image URL|FILE: Workspace logo/image--no-interactive: Skip interactive prompts✨ Beautiful UI - Modern, responsive design with light/dark/coffee themes
⚡ Fast - TypeScript generator is ~10x faster than alternatives
🎯 Type-safe - Full TypeScript support throughout
🎨 Customizable - Themes, branding, and configuration via x-ui-config
📝 OpenAPI 3.x - Full support with intelligent defaults
🚀 Production ready - Generates Next.js 16 apps
The generator is now TypeScript-based! The Python generator has been retired in favor of a faster, more maintainable TypeScript implementation.
If you have existing workflows, simply replace:
# Old (Python)
python generate.py spec.json output
# New (TypeScript)
npx playground-y spec.json output
All features are maintained with improved performance.
See CONTRIBUTING.md for guidelines.
MIT
FAQs
Generate API playgrounds from OpenAPI specifications
We found that playground-y demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.

Research
/Security News
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.