Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added topics/aspire/aspire.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions topics/aspire/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
created_by: Microsoft
display_name: Aspire
logo: aspire.png
short_description: Your stack, streamlined.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be a technical description of the project not a marketing tagline

topic: aspire
url: https://aspire.dev/
github_url: https://github.com/microsoft/aspire
---
Orchestrate frontends, APIs, containers, and databases effortlessly—no rewrites, no limits. Extend Aspire to power any project. Free, open source, and agent ready.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tiny nit: the em dash here is glued to the words (effortlessly-no). A period reads a bit cleaner and separates the two clauses -> effortlessly. No rewrites, no limits.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A couple thoughts on the copy here (this line + the short_description on line 5) — right now both lean promotional and don't quite capture what Aspire is or how it works. Two things I think are worth landing:

  • It's code-first / infrastructure-as-code — you describe your whole app (projects, containers, services, databases) as code.

  • That's what unlocks the two real wins: it tightens the inner loop by automatically knowing how to run all those pieces together locally, and it simplifies deployment by provisioning and deploying those resources to whatever target environment you pick.

Maybe something like:

short_description: Aspire is an open source toolchain for building, running, and deploying distributed apps, from local dev to the cloud.

body: Aspire is an open source, code-first toolchain for distributed apps. You describe your app's projects, containers, services, and databases as code, and Aspire automatically knows how to run them all together locally — with a dashboard for logs, traces, and metrics — then provisions and deploys those same resources to the target environment you choose. Extensible and agent-ready.