Sign In

@openai/create-sites

Package Overview
Dependencies
Maintainers
17
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openai/create-sites

Create ChatGPT Sites projects.

latest
Source
npmnpm
Version
0.2.1
Version published
Weekly downloads
255
-16.39%
Maintainers
17
Weekly downloads
 
Created
Source

@openai/create-sites

Create ChatGPT Sites projects.

npm create @openai/sites@latest my-site

npm create @openai/sites@latest my-site -- --yes --add-ons d1,r2

pnpm create @openai/sites@latest my-site --yes --add-ons d1,r2

Use --yes for noninteractive generation. Dependencies are not installed by default; pass --install to install them. The d1 add-on adds a D1 binding and Drizzle, r2 adds an R2 binding, and auth adds ChatGPT authentication helpers.

npx --yes @openai/create-sites@latest . \
  --yes --add-ons d1,r2

The generated .openai/hosting.json is the source of truth for Sites bindings. ChatGPT Sites manages deployed databases and buckets; the initializer does not provision resources or initialize a Git repository.

License

This package is licensed under the MIT License.

FAQs

Package last updated on 12 Aug 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