Sign In

@openai/create-sites

Package Overview
Dependencies
Maintainers
17
Versions
5
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.

Source
npmnpm
Version
0.2.1
Version published
Weekly downloads
12K
4796.47%
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

Related posts