{"id":30067077,"url":"https://github.com/openai/gpt-5-coding-examples","last_synced_at":"2025-08-12T13:02:50.384Z","repository":{"id":308757501,"uuid":"1033533442","full_name":"openai/gpt-5-coding-examples","owner":"openai","description":"GPT-5 coding examples","archived":false,"fork":false,"pushed_at":"2025-08-07T18:20:10.000Z","size":1157,"stargazers_count":219,"open_issues_count":1,"forks_count":23,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-07T19:12:10.945Z","etag":null,"topics":["codex","coding","frontend","gpt","openai","web","website"],"latest_commit_sha":null,"homepage":"https://gpt5-coding-examples.vercel.app/","language":"HTML","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-07T01:06:40.000Z","updated_at":"2025-08-07T18:57:20.000Z","dependencies_parsed_at":"2025-08-07T19:23:34.000Z","dependency_job_id":null,"html_url":"https://github.com/openai/gpt-5-coding-examples","commit_stats":null,"previous_names":["openai/gpt-5-coding-examples"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/openai/gpt-5-coding-examples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openai%2Fgpt-5-coding-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openai%2Fgpt-5-coding-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openai%2Fgpt-5-coding-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openai%2Fgpt-5-coding-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openai","download_url":"https://codeload.github.com/openai/gpt-5-coding-examples/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openai%2Fgpt-5-coding-examples/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269385800,"owners_count":24408433,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-08T02:00:09.200Z","response_time":72,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["codex","coding","frontend","gpt","openai","web","website"],"created_at":"2025-08-08T08:02:53.003Z","updated_at":"2025-08-08T08:03:21.324Z","avatar_url":"https://github.com/openai.png","language":"HTML","readme":"# GPT-5 Coding Examples\n\nThis repository contains a curated collection of demo applications **generated entirely in a single [GPT-5](https://platform.openai.com/docs/models/gpt-5) prompt**, without writing any code by hand.\n\nThese demos were selected to showcase the model’s strengths in coding — especially quickly scaffolding websites, front-end applications, games, and interactive UIs from natural-language descriptions. They’re intended as inspiration for you to build your own ideas.\n\n## Explore Examples\n\nYou can explore the demos by cloning this repo and running it locally.\n\n```\ncd front-end\nnpm install\nnpm run dev\n```\n\nThe app will be available at `localhost:3000`.\n\nYou can also visit the [hosted version](https://gpt5-coding-examples.vercel.app/).\n\nFrom there, you can view any example, see the zero-shot prompt that created the code, and remix it for your own ideas.\n\n## Build with GPT-5\n\nIf you want to experiment with similar prompts, you can try GPT-5 in your preferred coding environment:\n\n- **[Codex CLI](https://github.com/openai/codex)** – A lightweight coding agent that runs in your terminal.\n- **Your favorite IDE or coding tool** – Use GPT-5 within your existing workflow to generate and refine code.\n- **[ChatGPT](https://chatgpt.com)** – Open ChatGPT and choose GPT-5 to generate and preview code in the browser.\n\nChoose an example, copy its prompt for inspiration, and adapt it to your own needs.  \nLet GPT-5 build your idea, then iterate on the prompt or code to explore variations.\n\n### For Developers: Codex CLI\n\nWe recommend using the [**Codex CLI**](https://github.com/openai/codex) with GPT-5 for a seamless coding experience.\n\nThe Codex CLI runs in your terminal: given a prompt, it will generate code, execute it in a sandbox, and even preview the results live.\n\nExample:\n\n```bash\ncodex --model gpt-5 --full-auto \"Build a simple photobooth application with camera access in a single HTML file\"\n```\n\nGPT-5 will scaffold the app, write files, install dependencies as needed, and show a live preview. This is the **go-to solution** for developers who want to bootstrap apps or add features quickly.\n\nYou can also use GPT-5 with any other AI coding tool that supports the model.\n\n### For Non-Developers: ChatGPT\n\nIf you don’t have a coding environment, you can use [**ChatGPT**](https://chatgpt.com) (with GPT-5) to build and preview apps entirely in the browser:\n\n1. Copy an example’s prompt for inspiration and customize it to make it your own.\n2. Let GPT-5 generate the code (HTML/CSS/JavaScript).\n3. Open it in **Canvas** preview to see it run live.\n4. Download or copy the output HTML for real-world use.\n\nWith this method, _anyone_ can create a working single-page app — no local setup required.\n\n\u003e [!NOTE]\n\u003e We are not accepting contributions at this time.  \n\u003e This repo is for **reference and inspiration only**. If you’d like to build on these ideas, please fork the repo for your own experiments.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenai%2Fgpt-5-coding-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenai%2Fgpt-5-coding-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenai%2Fgpt-5-coding-examples/lists"}