
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
create-jellybolt
Advanced tools
CLI that scaffolds a Jellybolt web app using official generators (Next.js or Vite) and adds focused, idempotent recipes: Tailwind v4, Convex, Auth (Clerk/Convex Auth), Stripe, state (React Query/Zustand), shadcn/ui, AI helper files, and a docs/ folder.
CLAUDE.md, AGENTS.md, and .cursor/rules/* from templatesdocs/ and copies any files from templates/docs/ (non‑destructive)pnpm buildpnpm link --globalcreate-jellybolt (or node dist/cli.mjs)Note: After publishing, pnpm create jellybolt will work as well.
Interactive mode asks a few questions and applies the chosen recipes.
create-jellybolt [options]
Options (flags override prompts):
--dir <name>: target directory--framework next|vite (default: next)--convex / --no-convex (default: --convex)--auth clerk|convex|none (default: none; convex only offered when --convex)--stripe / --no-stripe (default: --no-stripe)--state react-query|zustand|none (default: none)--ui shadcn|none (default: shadcn)--ai-files / --no-ai-files (default: --ai-files)--ai-template-dir <path>: custom folder for CLAUDE.md, AGENTS.md, and .cursor/rules/*--pm <npm|pnpm|yarn|bun>: force a package manager--no-install: skip installing deps--skip-git: skip git init/commit--debug: extra loggingNext.js + Convex + Clerk + shadcn + AI files:
create-jellybolt --dir my-app --framework next --convex --auth clerk --ui shadcn --ai-files
Vite + Zustand, no backend/auth/ai:
create-jellybolt --dir sandbox --framework vite --state zustand --no-convex --no-stripe --auth none --ui none --no-ai-files
@ aliasconvex/schema.tssrc/providers.tsx.env.local (NEXT_PUBLIC_CONVEX_URL or VITE_CONVEX_URL)CLAUDE.md, AGENTS.md, .cursor/rules/*docs/ with a starter README.mdtemplates/docs/ are copied recursively into each new project’s docs/ directory.templates/docs/README.mdtemplates/docs/convex_instructions.mdAI files are rendered from templates and support tokens. Defaults live in templates/ai/ or you can point to your own folder with --ai-template-dir.
Available tokens include:
FRAMEWORK, AUTH, CONVEX, STRIPE, STATE, UI, PMVERSIONS_NEXT, VERSIONS_REACT, VERSIONS_REACT_DOM, VERSIONS_TAILWINDCSS, VERSIONS_CONVEX, VERSIONS_CLERK_NEXTJS, VERSIONS_CLERK_REACT, VERSIONS_STRIPE, VERSIONS_STRIPE_JS, VERSIONS_RQ, VERSIONS_ZUSTANDAPP_DIR (e.g. app or src/app)STACK_LIST — a readable list of the selected stack. Versions are shown only when present in package.json; otherwise items are listed without a version.Where this is implemented:
src/recipes/ai.tstemplates/ai/CLAUDE.md, templates/ai/AGENTS.md, templates/ai/cursor/*.mdcpnpm buildnode dist/cli.mjscreate-jellybolt: pnpm link --globalFAQs
Boilerplate for creating a new Jellybolt app
We found that create-jellybolt 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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.