For Developers

Write code.
Dictate everything else.

Stop context switching. Use your voice to write pull request descriptions, terminal commands, and API documentation—all local and offline.

pull_request.md
## Background

<!-- Dictated via Parayu -->
This PR introduces the new animated BentoGrid components to the marketing site. It replaces the old static grids and uses framer-motion for micro-interactions.

## Changes
- Added `BentoGrid` and `BentoGridItem` components.
- Integrated with existing `Section` wrapper.
- Fixed minor hydration issues on layout.

Listening...
git commit -m "feat: bento grid layout updates"
PR Descriptions
Explain complex architectural changes simply by speaking. Parayu formats it into clean markdown in your active browser window.
$ git rebase -i main
CLI Commands
Say 'rebase interactively with main' or tell Parayu what git command you need, and let it paste it.
Bug: hydration mismatch on landing page hero.
Bug Reports
Dictate steps to reproduce a bug on screen directly into GitHub Issues, Linear, or Jira. Parayu types it instantly.
/**
* @param {string} id - Unique identifier
*/
Code Documentation
Write READMEs, JSDocs, and API documentation faster. Parayu understands programming jargon like 'JSON', 'GraphQL', 'OAuth', 'UUID' and matches custom dictionary items.