Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

builtwithcodex

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

builtwithcodex

Publish repos, SaaS products, Codex skills, agents, games, and devtools to Launchboard from Codex or the terminal.

npmnpm
Version
0.1.1
Version published
Weekly downloads
54
-85.75%
Maintainers
1
Weekly downloads
 
Created
Source

builtwithcodex

Publish a repo, SaaS URL, Codex skill, agent, game, experiment, or devtool to Launchboard from Codex or the terminal.

Usage

Publish the current repo:

npx builtwithcodex --path "$PWD"

Publish a live SaaS/app URL:

npx builtwithcodex \
  --url "https://your-app.com" \
  --repo-url "https://github.com/you/your-app"

Publish from a GitHub repo URL:

npx builtwithcodex \
  --repo-url "https://github.com/you/your-project"

Use a custom Launchboard instance:

npx builtwithcodex \
  --path "$PWD" \
  --marketplace-url "https://launchboard.example.com"

Add explicit fields:

npx builtwithcodex \
  --path "$PWD" \
  --category Apps \
  --demo-url "https://your-app.com" \
  --screenshot-url "https://your-app.com/og.png" \
  --codex-skill-url "https://your-app.com/skills/my-skill.zip"

Preview without opening the browser:

npx builtwithcodex --path "$PWD" --no-open

From Codex

After this package is published to npm, users can tell Codex:

Use the builtwithcodex npm package to publish this project to Launchboard.

The package opens a prefilled Launchboard submit page. The user still signs in with GitHub and confirms publish, so ownership, limits, and payments stay enforced by Launchboard.

Bundled Codex Skill

The npm package includes the Codex skill files under:

skill/

That makes the package both a CLI and a distributable skill payload.

Keywords

codex

FAQs

Package last updated on 15 May 2026

Did you know?

Socket

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.

Install

Related posts