The virtual graveyard for remembering those killed by Microsoft
Microsoft Graveyard is an open-source static web application that serves as a virtual graveyard for remembering those killed by Microsoft. The project was inspired by Killed By Google with a mission to enable users to:
📚 Learn about the history of Microsoft products and services.
🌐 Explore the graveyard and remember products you may have forgotten.
🪦 Help maintain the collection by contributing to the project.
Contributions are welcome and key to maintaining this project! Please read the contributing guide for opening issues or pull requests. If you are simply looking to request a new product be added, continuing reading for how to add a new dead product.
To request a headstone be added to the graveyard for a missing product killed by Microsoft, please open a new dead product issue and add the relevant information.
If you're looking to contribute directly, Please read our the Get Started documentation for more information including how to run the project and add data to the existing collection of products.
To run this project, you will need to have the following software installed on your machine:
Optionally, you can also use the .NET Aspire application host to run the project. This is not required but does add additional local development features. For these optional features, you will need the following additional software installed:
- .NET 9 SDK
- An OCI compliant container runtime
This project optionally uses .NET Aspire to orchestrate the local development environment. This will be expanded upon in the future to add additional features include OpenTelemetry and other backing cloud services.
For more information on or troubleshooting .NET Aspire, see the Aspire documentation.
To clone the repository, run the following command in your terminal:
git clone https://github.com/victorfrye/microsoftgraveyard.git
To run the application, simply run the following commands in the root of the project:
Set-Location .\src\WebClient; npm install; npm run dev
The core list of dead products is maintained in the corpses.json file within the src/WebClient/app/data/
directory. The document contains an array of objects using a custom JSON schema. The schema is defined in the corpses.schema.json file but can be summarized as the following properties:
-
name
- The name of the product. This should NOT include Microsoft unless absolutely necessary as all products in this list are Microsoft products and could be prepended with the company's name. -
qualifier
(OPTIONAL) - A short qualifier for the product. This will be rendered along with the name of the product and should be used to distinguish between products with the same name or a product/service/brand that is still alive or to provide additional context for re-branded products. This should be a single word or prefixed with "fka" (formerly known as) or "aka" (also known as) if applicable. -
description
- A short description of the product. This should be a single line starting with an article—e.g. "a", "an", or "the"—without sentence casing and should not include the product's name. This will be automatically placed within a sentence by the application when rendered. -
birthDate
- The date the product was born. This should be in the format ofYYYY-MM-DD
and should be the date the product was officially released by Microsoft. If the product was significantly changed and re-branded, the date of the current brand being released should be used. -
deathDate
- The date the product was killed. This should be in the format ofYYYY-MM-DD
and should be the date the product was officially killed by Microsoft or the end of life date indicated by Microsoft. If the product was killed multiple times, the most recent date should be used. If the product was significantly changed and re-branded, the date of the prior brand being killed should be used. -
link
- A link to an article or other source that confirms the product's death. This should be a permalink to the article and not a link to the product's homepage or Microsoft documentation if possible.
Microsoft Graveyard has adopted the Contributor Covenant Code of Conduct, and we expect project participants to adhere to it. Please read the full text so that you can understand what actions will and will not be tolerated.
Copyright (c) Victor Frye. All rights reserved.
Licensed under the MIT license.