null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Build AI-Enhanced Web Apps (How to get reliable results with React, Next.js, and Vercel)

List Price: $59.99
SKU:
9781633436084
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Theo Despoudis
    Format:
    Paperback
    Pages:
    392
    Publisher:
    Manning (March 17, 2026)
    Imprint:
    Manning
    Language:
    English
    ISBN-13:
    9781633436084
    ISBN-10:
    163343608X
    Weight:
    15.84oz
    Dimensions:
    7.375" x 9.25"
    File:
    Eloquence-SimonSchuster_08192026_P10502905_onix30-20260819.xml
    Folder:
    Eloquence
    List Price:
    $59.99
    Pub Discount:
    37
    As low as:
    $56.99
    Publisher Identifier:
    P-SS
    Discount Code:
    H
  • Overview

    Get a free eBook (PDF or ePub) from Manning as well as access to the online liveBook format (and its AI assistant that will answer your questions in any language) when you purchase the print book.

    This book shows you step-by-step and example-by-example how to build sites and applications that take advantage of large language models (LLMs) like GPT, Claude, and Llama. Written especially for web developers comfortable with React or Next.js, this book introduces the tools and techniques you need to add sophisticated AI features like Retrieval Augmented Generation (RAG), document summarization, chatbots, and more to your web-based projects.

    It guides you through AI development using only JavaScript and other common web dev skills–no Python or Machine Learning experience required. You’ll learn by working with full-scale AI projects that solve actual business problems. You’ll soon be delivering user-friendly, efficient interfaces that make the absolute best use of AI tech.

    In Build AI-Enhanced Web Apps you'll learn how to:

    • Integrate AI models into React and Next.js applications
    • Implement streaming responses and real-time AI interactions
    • Manage conversation history and context in chat applications
    • Implement LangChain.js for complex AI workflows and reasoning
    • Build a web application for summarizing documents using LangChain.js
    • Utilize Retrieval-Augmented Generation (RAG) systems for knowledge management
    • Develop an AI-powered interview preparation system with voice feedback

    About the technology

    The users have spoken! Agents, personalized responses, and other LLM-powered features are required in modern web applications. Build AI-Enhanced Web Apps presents the end-to-end architecture of AI web apps, including UI, backend infrastructure, data processing, API integration, deployment, and scaling, with examples and language perfect for professional web developers.

    About the book

    This accessible book shows you how to ship real AI features—not just toy demos—using a JavaScript stack you already know: React for UI, Next.js for backend integration, and the Vercel AI SDK to connect to LLMs like Gemini and GPT. In it, you’ll acquire the skills you need to complete two portfolio-ready projects: a voice-based interview assistant and a RAG-powered corporate knowledge system. You’ll also learn how to design workflows that balance latency, cost, and UX and implement responsible guardrails for security, quality control, hallucinations, and bias.

    What's inside

    • Build AI features using a professional stack
    • Ship production-ready features
    • Learn from concrete projects

    About the reader

    For web developers familiar with JavaScript and React.

    About the author

    Theo Despoudis is a Senior Engineer at WP Engine specializing in AI-powered search and headless WordPress. He is an expert in integrating LLMs, RAG, and Vercel AI SDK into React and Next.js apps.

    Table of Contents

    Part 1
    1 Using generative AI in web apps
    2 Building your first generative AI web application
    3 Connecting AI models with the Vercel AI SDK
    4 Managing conversation and state in your application
    Part 2
    5 Prompt engineering in web applications
    6 Building AI workflows with LangChain.js
    7 Document summarization and RAG with LangChain.js
    8 Testing and debugging techniques
    9 Deployment and security
    Part 3
    10 Building an AI interview assistant: Project walk-through
    11 Building an AI RAG agent: Project walk-through
    Part 4
    12 Integrating web apps with the Model Context Protocol
    A Running the examples