1# Web development1# Web development
2 2
3Turn design inputs into responsive UI, and iterate on the frontend with scoped changes and fast reviews.
4
3Codex works great with existing design systems, taking into account constraints and visual inputs to produce a responsive UI.5Codex works great with existing design systems, taking into account constraints and visual inputs to produce a responsive UI.
4These use cases are helpful when you are building web apps and need to iterate on frontend designs.6These use cases are helpful when you are building web apps and need to iterate on frontend designs.
5 7
68## Build from Figma## Get from idea to prototype
7 9
810Use Codex to pull design context from Figma and turn it into code that follows the repo's components, styling, and design system.Use Codex to turn a rough idea into a visual direction and implement a first prototype.
9 11
1012[- https://developers.openai.com/codex/use-cases/idea-to-proof-of-concept
11 13
1214### Turn Figma designs into code## Build from Figma
13 15
1416Use Codex to pull design context, assets, and variants from Figma, translate them into code...Use Codex to pull design context from Figma and turn it into code that follows the repo's components, styling, and design system.
15 17
1618Front-end Design](https://developers.openai.com/codex/use-cases/figma-designs-to-code)- https://developers.openai.com/codex/use-cases/figma-designs-to-code
17 19
18## Iterate on the UI20## Iterate on the UI
19 21
20Leverage Codex to make targeted changes from visual inputs or prompts, and have it verify its work in the browser.22Leverage Codex to make targeted changes from visual inputs or prompts, and have it verify its work in the browser.
21 23
2224[- https://developers.openai.com/codex/use-cases/frontend-designs
2325 - https://developers.openai.com/codex/use-cases/make-granular-ui-changes
24### Build responsive front-end designs
25
26Use Codex to translate screenshots and design briefs into code that matches the repo's...
27
28Front-end Design](https://developers.openai.com/codex/use-cases/frontend-designs)[
29
30### Make granular UI changes
31
32Use Codex to make one small UI adjustment at a time in an existing app, verify it in the...
33
34Front-end Design](https://developers.openai.com/codex/use-cases/make-granular-ui-changes)
35 26
36## Pick up scoped Slack tasks27## Pick up scoped Slack tasks
37 28
38Tag Codex in Slack when there's a feature request or a reported issue, so that it can pick up the task and work on it in the background.29Tag Codex in Slack when there's a feature request or a reported issue, so that it can pick up the task and work on it in the background.
39 30
4031[- https://developers.openai.com/codex/use-cases/slack-coding-tasks
41
42### Kick off coding tasks from Slack
43
44Mention `@Codex` in Slack to start a task tied to the right repo and environment, then...
45
46Integrations Workflow](https://developers.openai.com/codex/use-cases/slack-coding-tasks)
47 32
48## Deploy a preview33## Deploy a preview
49 34
50Use Codex to build or update a web app, deploy it with Vercel, and hand back a live URL you can share.35Use Codex to build or update a web app, deploy it with Vercel, and hand back a live URL you can share.
51 36
5237[- https://developers.openai.com/codex/use-cases/deploy-app-or-website
53
54### Deploy an app or website
55
56Use Codex with Build Web Apps and Vercel to turn a repo, screenshot, design, or rough app...
57
58Front-end Integrations](https://developers.openai.com/codex/use-cases/deploy-app-or-website)
59 38
60## Ship changes faster39## Ship changes faster
61 40
62Use Codex in GitHub to make sure changes are safe to merge so you can have a faster development loop.41Use Codex in GitHub to make sure changes are safe to merge so you can have a faster development loop.
63 42
6443[- https://developers.openai.com/codex/use-cases/github-code-reviews
65
66### Codex code review for GitHub pull requests
67
68Use Codex code review in GitHub to automatically surface regressions, missing tests, and...
69
70Integrations Workflow](https://developers.openai.com/codex/use-cases/github-code-reviews)