zeeq-ai/zeeq-tmpl

An agent-friendly template for building AI-enabled applications

3

stars

6

commits

Vue

primary language

Aug 17, 2026

updated

README

An AI enabled, agent-friendly application template

This template is an AI-enabled, agent-friendly application template using .NET 10, C# 15, Vue 3.5, Nuxt UI, and the GitHub Copilot SDK to build an agentic foundation.

This code represents the foundation code built in a 5 part series that is intentionally (hand) written to help dev teams understand how to scaffold a an AI-enabled, agent-friendly codebase (on an unexpected stack) by focusing on key, underlying technical decisions and manual wiring before building with AI.

Getting the foundations right helps provide the tools and safeguards for coding agents to iterate more efficiently while reducing slop.

Specifically:

  • Giving agents access to programmable runtime orchestration (Aspire.dev)
  • Empowering agents to iterate rapidly with runtime mutability (using CSharpRepl) to dynamically modify code at runtime while retaining full application state
  • Using the GitHub Copilot SDK to build an agentic core with a multi-platform harness, BYOK, any model provider
  • Testcontainers with automatic transactions to streamline and isolate integration tests
  • A well-documented, AI-friendly UI framework (Nuxt UI)
  • Logging and telemetry to give agents insights and visibility into the runtime state of the application

The tech stack is C# and .NET, but the core elements and themes here are applicable to scaffolding on any platform with any programming language (though I think C# particularly good for this!)

The core setup is used at a series C, post-YC startup to ship fast with AI while maintaining high quality standards (in combination with other tools facilitating code review and context management)

Video walkthrough of the build out

See the blog posts here:


Be sure to see the branches! main is the base; branches and PRs show the progressive layering.

Contributors

zeeq-ai/zeeq-tmpl

An agent-friendly template for building AI-enabled applications

3

stars

6

commits

Vue

primary language

Aug 17, 2026

updated

README

An AI enabled, agent-friendly application template

This template is an AI-enabled, agent-friendly application template using .NET 10, C# 15, Vue 3.5, Nuxt UI, and the GitHub Copilot SDK to build an agentic foundation.

This code represents the foundation code built in a 5 part series that is intentionally (hand) written to help dev teams understand how to scaffold a an AI-enabled, agent-friendly codebase (on an unexpected stack) by focusing on key, underlying technical decisions and manual wiring before building with AI.

Getting the foundations right helps provide the tools and safeguards for coding agents to iterate more efficiently while reducing slop.

Specifically:

  • Giving agents access to programmable runtime orchestration (Aspire.dev)
  • Empowering agents to iterate rapidly with runtime mutability (using CSharpRepl) to dynamically modify code at runtime while retaining full application state
  • Using the GitHub Copilot SDK to build an agentic core with a multi-platform harness, BYOK, any model provider
  • Testcontainers with automatic transactions to streamline and isolate integration tests
  • A well-documented, AI-friendly UI framework (Nuxt UI)
  • Logging and telemetry to give agents insights and visibility into the runtime state of the application

The tech stack is C# and .NET, but the core elements and themes here are applicable to scaffolding on any platform with any programming language (though I think C# particularly good for this!)

The core setup is used at a series C, post-YC startup to ship fast with AI while maintaining high quality standards (in combination with other tools facilitating code review and context management)

Video walkthrough of the build out

See the blog posts here:


Be sure to see the branches! main is the base; branches and PRs show the progressive layering.

Contributors

Languages

Vue

55.5%

C#

20.6%

HTML

10.7%

TypeScript

8.8%

CSS

4.4%