---
title: "Build Agentic Apps with Angular, Genkit and Kendo UI: Part 1"
url: https://daily.dev/posts/build-agentic-apps-with-angular-genkit-and-kendo-ui-part-1-8hdcrhiff
source_url: https://www.telerik.com/blogs/build-agentic-apps-angular-genkit-kendo-ui-part-1
type: article
source: "Telerik"
published: 2026-01-13T18:09:37.560Z
updated: 2026-01-13T18:09:59.869Z
tags: ["ai", "nodejs", "typescript", "angular"]
reading_time: 9
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Build Agentic Apps with Angular, Genkit and Kendo UI: Part 1

**[Telerik](https://daily.dev/sources/telerik)** · 9 min read · 0 upvotes · 0 comments

## Summary

Genkit is a framework for building agentic AI applications that can perform tasks beyond simple question-answering. The tutorial demonstrates creating a Node.js backend with Genkit and Gemini that uses flows (main conversation processes) and tools (specific actions) to check order status. It covers setting up the project, defining tools with Zod schemas, creating flows that orchestrate AI interactions, and testing with Genkit's Developer UI. The example shows how to give AI models access to custom data and functions they weren't trained on.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.telerik.com/blogs/build-agentic-apps-angular-genkit-kendo-ui-part-1>

## Similar posts on daily.dev

- [Build Agentic Apps with Angular, Genkit and Kendo UI: Part 2](https://daily.dev/posts/build-agentic-apps-with-angular-genkit-and-kendo-ui-part-2-hoj6skalp) · Telerik · 0 upvotes · 0 comments
- [Build agentic full-stack apps with Genkit](https://daily.dev/posts/build-agentic-full-stack-apps-with-genkit-ckpxki271) · Google Developers · 4 upvotes · 0 comments

---

Tags: [#ai](https://daily.dev/tags/ai), [#nodejs](https://daily.dev/tags/nodejs), [#typescript](https://daily.dev/tags/typescript), [#angular](https://daily.dev/tags/angular)

[View this post on daily.dev](https://daily.dev/posts/build-agentic-apps-with-angular-genkit-and-kendo-ui-part-1-8hdcrhiff)
