<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/copilot-gets-us-started-ppti76xq3" -->

---
title: CoPilot Gets Us Started | daily.dev
description: A developer uses GitHub Copilot to scaffold a Blazor application called HyperVideo in about five minutes. The app features an HTML5 video player with...
canonical: https://daily.dev/posts/copilot-gets-us-started-ppti76xq3
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: CoPilot Gets Us Started | daily.dev
og:description: A developer uses GitHub Copilot to scaffold a Blazor application called HyperVideo in about five minutes. The app features an HTML5 video player with...
og:url: https://daily.dev/posts/copilot-gets-us-started-ppti76xq3
og:image: https://api.daily.dev/og/posts/PpTi76xq3.png
og:image:alt: CoPilot Gets Us Started
og:image:width: 1200
og:image:height: 630
og:locale: 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.

# CoPilot Gets Us Started

**[We Are .NET](https://daily.dev/sources/wearedotnet)** · 2 min read · 0 upvotes · 0 comments

## Summary

A developer uses GitHub Copilot to scaffold a Blazor application called HyperVideo in about five minutes. The app features an HTML5 video player with transcript, pause-and-inquire functionality, Wikipedia/Wiktionary search integration, and playback controls. Copilot generated the main Razor component, CSS styling, navigation integration, and a README, then suggested next steps including Azure OpenAI integration for intelligent Q&A.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://jesseliberty.com/2026/01/21/copilot-gets-us-started/>

## Similar posts on daily.dev

- [Supercharge Your Blazor Development with the Syncfusion GitHub Copilot Extension](https://daily.dev/posts/supercharge-your-blazor-development-with-the-syncfusion-github-copilot-extension-2cfsumwo5) · Syncfusion · 0 upvotes · 0 comments
- [Getting started with GitHub Copilot in Visual Studio or VS Code](https://daily.dev/posts/getting-started-with-github-copilot-in-visual-studio-or-vs-code-3or4rwi6m) · InfoWorld · 0 upvotes · 0 comments

---

Tags: [#c#](https://daily.dev/tags/c#), [#blazor](https://daily.dev/tags/blazor), [#ai-assisted-development](https://daily.dev/tags/ai-assisted-development), [#azure-openai](https://daily.dev/tags/azure-openai)

[View this post on daily.dev](https://daily.dev/posts/copilot-gets-us-started-ppti76xq3)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"CoPilot Gets Us Started","url":"https://daily.dev/posts/copilot-gets-us-started-ppti76xq3","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/copilot-gets-us-started-ppti76xq3"},"datePublished":"2026-02-28T23:42:37.535Z","dateModified":"2026-02-28T23:42:56.857Z","description":"A developer uses GitHub Copilot to scaffold a Blazor application called HyperVideo in about five minutes. The app features an HTML5 video player with...","image":"https://media.daily.dev/image/upload/s--VDukGCjf--/f_auto/v1722860399/public/Placeholder%2002","thumbnailUrl":"https://media.daily.dev/image/upload/s--VDukGCjf--/f_auto/v1722860399/public/Placeholder%2002","isAccessibleForFree":true,"articleSection":"We Are .NET","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"We Are .NET","logo":"https://media.daily.dev/image/upload/s--BsnVOa3i--/f_auto/v1718347410/logos/wearedotnet","url":"https://daily.dev/sources/wearedotnet"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/copilot-gets-us-started-ppti76xq3","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"c#,blazor,ai-assisted-development,azure-openai","timeRequired":"PT2M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"We Are .NET","item":"https://daily.dev/sources/wearedotnet"},{"@type":"ListItem","position":3,"name":"CoPilot Gets Us Started"}]}
```

