How-to AI

Vibe Coding

Describe what you want to build, and an AI coding partner writes the code with you.

What you can make
Landing page A complete static page with layout, content, and responsive styling.
Web feature A route, controller, view, and test for a new section of an existing app.
Small app A working local app with database, forms, validation, and simple UI.
Script A short script that automates a repeated task — no UI needed.
Tools
Codex Claude Code Gemini CLI GitHub Copilot
How it works

Step by step.

  1. 1. Explain the page like you would to a person

    What should the visitor see? Which buttons? Which route? What mood? Which existing page should it match?

  2. 2. Let Codex read the codebase

    Ask it to follow existing patterns: routes, controllers, Blade, Tailwind/CSS, and tests. Start small and local.

  3. 3. Work in short rounds

    First route and view. Then content. Then styling. Then test. Then local build. This keeps the work manageable.

  4. 4. Use Claude as a thinking partner

    Ask Claude to review structure, UX, and wording. Ask Codex to make the concrete code changes and run tests.

  5. 5. Test locally before publishing

    Run focused PHPUnit tests, build assets, open localhost, and check text, mobile layout, links, and errors.

Try this now
Add a local Laravel page for beginners. Follow the existing Blade and CSS patterns, create a named route, add navigation, write a feature test, and run only the relevant tests.
End result

This is what it can look like.

The Next Input hero screen The Next Input status preview The Next Input subscriptions preview

A clean presentation of this public frontend: route, Blade, CSS, navigation, responsive sections, and local tests were shaped together with Codex.

Gemini komt eraan