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
7 9
8Use Codex to pull design context from Figma and turn it into code that follows the repo's components, styling, and design system.10Use Codex to pull design context from Figma and turn it into code that follows the repo's components, styling, and design system.
9 11
1012[- https://developers.openai.com/codex/use-cases/figma-designs-to-code
11
12### Turn Figma designs into code
13
14Use Codex to pull design context, assets, and variants from Figma, translate them into code...
15
16Front-end Design](https://developers.openai.com/codex/use-cases/figma-designs-to-code)
17 13
18## Iterate on the UI14## Iterate on the UI
19 15
20Leverage Codex to make targeted changes from visual inputs or prompts, and have it verify its work in the browser.16Leverage Codex to make targeted changes from visual inputs or prompts, and have it verify its work in the browser.
21 17
2218[- https://developers.openai.com/codex/use-cases/frontend-designs
2319 - 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 20
36## Pick up scoped Slack tasks21## Pick up scoped Slack tasks
37 22
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.23Tag 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 24
4025[- 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 26
48## Deploy a preview27## Deploy a preview
49 28
50Use Codex to build or update a web app, deploy it with Vercel, and hand back a live URL you can share.29Use Codex to build or update a web app, deploy it with Vercel, and hand back a live URL you can share.
51 30
5231[- 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 32
60## Ship changes faster33## Ship changes faster
61 34
62Use Codex in GitHub to make sure changes are safe to merge so you can have a faster development loop.35Use Codex in GitHub to make sure changes are safe to merge so you can have a faster development loop.
63 36
6437[- 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)