Graphical consumer interfaces have carried the torch for many years, however at this time’s customers more and more count on to speak to their purposes. Amazon Nova Sonic is a state-of-the-art basis mannequin from Amazon Bedrock, that helps allow this shift by offering pure, low-latency, bidirectional speech conversations over a easy streaming API. Customers can collaborate with the purposes via voice and embedded intelligence slightly than merely working them.
On this submit we present how we added a real voice-first expertise to a reference utility—the Sensible Todo App—turning routine activity administration right into a fluid, hands-free dialog.
Rethinking consumer interplay via collaborative AI voice brokers
Essential usability enhancements are sometimes deprioritized—not as a result of they aren’t priceless, however as a result of they’re troublesome to implement inside conventional mouse-and-keyboard interfaces. Options like clever batch actions, customized workflows, or voice-guided help are often debated however deferred as a consequence of UI complexity. That is about voice as a further, general-purpose interplay mode—not a substitute for device-specific controls or an accessibility-only resolution. Voice allows new interplay patterns, it additionally advantages customers of assistive applied sciences, corresponding to display readers, by providing a further, inclusive solution to work together with the appliance.
Amazon Nova Sonic goes far past one-shot voice instructions. The mannequin can plan multistep workflows, name backend instruments, and hold context throughout turns in order that your utility can collaborate with the customers.
The next desk exhibits voice interactions from completely different utility domains, like activity administration, CRM, and assist desk.
| Voice interplay (instance phrase) | Intent / objective | System motion / conduct | Affirmation / UX |
|---|---|---|---|
| Mark all my duties as full. | Bulk-complete duties | Discover consumer’s open duties → mark full → archive if configured |
All 12 open duties are marked full. |
| Create a plan for getting ready the Q3 price range: break it into steps, assign house owners, and set deadlines. |
Create multistep workflow | Generate plan → create duties → assign house owners → set deadlines → floor evaluate choices |
Plan created with 6 duties. Notify house owners? |
| Discover enterprise leads in APAC with ARR over $1M and draft customized outreach. |
Construct focused prospect checklist and draft outreach |
Question CRM → assemble filtered checklist → draft customized messages for evaluate |
Drafted 24 customized outreach messages. Evaluate and ship? |
| Prioritize all P1 tickets opened within the final 24 hours and assign them to on-call. |
Triage and assign | Filter tickets → set precedence → assign to on-call → log modifications |
12 P1 tickets prioritized and assigned to the on-call workforce. |
Amazon Nova Sonic understands the intent, invokes the required APIs, and confirms the outcomes—no varieties required. This helps to create an atmosphere the place productiveness is multiplied, and context turns into the interface. It’s not about changing conventional UI, it’s about unlocking new capabilities via voice.
The pattern utility at a look
With the Sensible Todo reference utility, customers can create to-do lists and handle notes inside these lists. The applying presents a targeted but versatile interface for activity monitoring and observe group. With the addition of voice, the appliance turns into a hands-free expertise that unlocks extra pure and productive interactions. In Sensible Todo App, customers can say:
- “Add a observe to observe up on the undertaking constitution.”
- “Archive all accomplished duties.”
Behind every command are targeted actions—like creating a brand new observe, organizing content material, or updating activity standing—executed via speech in a approach that feels pure and environment friendly.
How Amazon Nova Sonic bidirectional APIs work
Amazon Nova Sonic implements a real-time, bidirectional streaming structure. After a session is initiated with InvokeModelWithBidirectionalStream, audio enter and mannequin responses circulation concurrently over an open stream:
- Session Begin – Consumer sends a
sessionStartoccasion with mannequin configuration (for instance, temperature and topP). - Immediate and Content material Begin – Consumer sends structured occasions indicating whether or not upcoming information is audio, textual content, or software enter.
- Audio Streaming – Microphone audio is streamed as base64-encoded audio enter occasions.
- Mannequin Responses – Because the mannequin processes enter, it streams the next responses asynchronously:
- Automated speech recognition (ASR) outcomes
- Software use invocations
- Textual content responses
- Audio output for playback
- Session Shut – Conversations are explicitly closed by sending
contentEnd,promptEnd, andsessionEndoccasions.
Nova Sonic Structure Diagram
You should utilize this event-driven method to interrupt the assistant (barge-in), allow multi-turn conversations, and assist real-time adaptability.
Resolution structure
For this resolution, we use a serverless utility structure sample, the place the UI is a React single web page utility. The React single web page utility is built-in with backend net APIs operating on server-side containers. The Sensible Todo App is deployed utilizing a scalable and security-aware AWS structure that’s designed to assist real-time voice interactions. The next picture gives an structure overview of AWS providers working collectively to assist bidirectional streaming wants of a voice enabled utility.

Key AWS providers embrace:
- Amazon Bedrock – Powers real-time, bidirectional speech interactions via the Amazon Nova Sonic basis mannequin.
- Amazon CloudFront – A content material supply community (CDN) that distributes the appliance globally with low latency. It routes /(root) visitors to the React utility hosted on an Amazon S3 bucket and
/apiand/novasonicvisitors to the Utility Load Balancer. - AWS Fargate for Amazon Amazon Elastic Container Service (Amazon ECS) – Runs the backend containerized providers for WebSocket dealing with and REST APIs able to supporting lengthy lived bidirectional streams.
- Utility Load Balancer (ALB) – Forwards net visitors
/api(HTTPS REST API calls) to backend ECS providers, dealing with Sensible Todo App APIs, and/novasonic(WebSocket connections) to ECS providers managing real-time voice streaming with Amazon Nova Sonic. - Amazon Digital Non-public Cloud (Amazon VPC) – Offers community isolation and safety for backend providers. The Public Subnets host the Utility Load Balancer (ALB) and Non-public Subnets host ECS Fargate duties operating WebSocket and REST APIs.
- NAT Gateway permits Amazon ECS duties in non-public subnets to extra securely connect with the web for operations like Cognito JWT token verification endpoints.
- Amazon Easy Storage Service (Amazon S3) –Hosts React frontend for consumer interactions
- AWS WAF – Helps shield the Utility Load Balancer (ALB) from malicious visitors and enforces safety guidelines on the utility layer.
- Amazon Cognito – Manages authentication and points tokens.
- Amazon DynamoDB – Shops utility information corresponding to to-do lists and notes.
The next picture illustrates how the consumer requests are served with assist for low-latency bidirectional streaming.
Request Workflow
Deploying the answer
To guage this resolution, we supplied pattern code of a Sensible Todo App accessible at GitHub repository.
Sensible Todo App consists of a number of unbiased Node.js tasks, together with a CDK infrastructure undertaking, a React frontend utility, and backend API providers. The deployment workflow makes positive that the elements are accurately constructed and built-in with AWS providers like Amazon Cognito, Amazon DynamoDB, and Amazon Bedrock.
Stipulations
Deployment steps
- Clone the next repository:
- For first-time deployment, use the next automated script:
This script will:
- Set up the dependencies utilizing npm (node package deal supervisor)
- Construct the elements and container picture utilizing domestically put in docker engine
- Deploy the infrastructure utilizing CDK (CDK BootStrap ==> CDK Synth ==> CDK Deploy)
- Replace atmosphere variables with Amazon Cognito settings
- Rebuild the UI with up to date atmosphere variables
- Deploy the ultimate infrastructure (CDK Deploy)
Verifying deployment
After deployment is profitable, full the next steps:
- Entry the Amazon CloudFront URL supplied within the CDK outputs.
Observe: The URL proven within the picture is for reference solely, each deployment will get a singular URL.
Profitable deployment display shot
- Create a brand new consumer by signing up utilizing the Create Account part.
Create Person and Log in
- Take a look at the voice performance to confirm the combination with Amazon Nova Sonic. The next picture illustrates a dialog between the signed-in consumer and the Amazon Bedrock agent. The AI agent is ready to invoke current APIs, and the UI is up to date in actual time to mirror agent’s actions.
Granting Microphone entry to the appliance
Voice interplay in Sensible Todo App
Clear up
You possibly can take away the stacks with the next command.
Subsequent steps
Voice isn’t simply an accessibility add-on—it’s turning into the first interface for complicated workflows.
Seems speaking is quicker than choosing—particularly when your app talks again.
Strive these assets to get began.
- Pattern Code repo – A working Amazon Nova Sonic integration
you possibly can run domestically. See how real-time voice interactions, intent dealing with, and multistep flows are
carried out finish to finish. - Amazon Nova Sonic hands-on workshop – A guided lab that walks you
via deploying Amazon Nova Sonic in your AWS account and testing voice-native options. - Amazon Nova Sonic docs – Offers API reference, streaming examples, and greatest
practices that can assist you design and deploy voice-driven workflows. - Contact your AWS account workforce to study extra about how AI-driven options can remodel your operations.
Concerning the authors
Manu Mishra is a Senior Options Architect at AWS, specializing in synthetic intelligence, information and analytics, and safety. His experience spans strategic oversight and hands-on technical management, the place he opinions and guides the work of each inside and exterior prospects. Manu collaborates with AWS prospects to form technical methods that drive impactful enterprise outcomes, offering alignment between expertise and organizational targets.
AK Soni is a Senior Technical Account Supervisor with AWS Enterprise Help, the place he empowers enterprise prospects to realize their enterprise targets by providing proactive steerage on implementing modern cloud and AI/ML-based options aligned with trade greatest practices. With over 19 years of expertise in enterprise utility structure and improvement, he makes use of his experience in generative AI applied sciences to reinforce enterprise operations and overcome current technological limitations.
Raj Bagwe is a Senior Options Architect at Amazon Net Companies, primarily based in San Francisco, California. With over 6 years at AWS, he helps prospects navigate complicated technological challenges and focuses on Cloud Structure, Safety and Migrations. In his spare time, he coaches a robotics workforce and performs volleyball. He could be reached at X deal with @rajesh_bagwe.
