
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
create-pyai-app
Advanced tools
Scaffold a runnable PyAI example in one command: npm create pyai-app@latest
Scaffold a runnable PyAI example in one command — no clone, no setup ceremony.
npm create pyai-app@latest # interactive: pick an example
npm create pyai-app@latest openai-drop-in # by name
npx create-pyai-app voice-cloning my-app --key pyai_test_… --install
It pulls the chosen example straight from the public
pyai-examples repo, seeds .env
from the template (with your key if you pass --key), and prints the next steps.
npm create pyai-app@latest [example] [dir] [options]
| Argument / option | Meaning |
|---|---|
example | Which example (e.g. openai-drop-in). Omit to choose interactively. |
dir | Target directory (default: the example's name). |
--key <k> | Write PYAI_API_KEY=<k> into .env. A pyai_test_… sandbox key is fine. |
--install, -i | Run npm install after scaffolding. |
--force, -f | Scaffold into a non-empty directory. |
--list, -l | List the available examples and exit. |
The list is read live from the repo, so it's always current. A few highlights:
openai-drop-in — your OpenAI audio code, served by PyAI (change the base URL).voice-cloning — clone a voice end to end and use it in Omni.pyai-site-voice-concierge — a browser voice agent (one-click deployable).recap-call-intelligence — batch transcribe → talk-ratio + keywords + summary.Run npm create pyai-app@latest --list for the full set.
fetch). Zero runtime dependencies.pyai_test_… works everywhere with sandbox caps).FAQs
Scaffold a runnable PyAI example in one command: npm create pyai-app@latest
The npm package create-pyai-app receives a total of 2 weekly downloads. As such, create-pyai-app popularity was classified as not popular.
We found that create-pyai-app 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.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.