Submit a Product
Submit a product that is not yet tracked on EOL.Wiki. Fill in the form or edit JSON directly.
How It Works
1
Fill in the product information using the visual editor or JSON editor
2
Generate and copy the JSON data
3
Submit to GitHub by clicking the button, which opens a pre-filled Issue
4
We will review your submission and merge it into EOL.Wiki
URL-friendly name, e.g. my-product
Human-readable name, e.g. My Product
Version Cycles
Example Submissions
Here are some example product JSON files for reference:
Astro
{
"name": "astro",
"title": "Astro",
"category": "framework",
"cycles": [
{
"cycle": "5.0",
"releaseDate": "2024-12-03",
"eol": false,
"latest": "5.17.1",
"latestReleaseDate": "2026-01-29",
"lts": false,
"support": true
},
{
"cycle": "4.0",
"releaseDate": "2023-12-05",
"eol": "2024-12-03",
"latest": "4.16.17",
"latestReleaseDate": "2024-12-18",
"lts": false,
"support": "2024-12-03"
},
{
"cycle": "3.0",
"releaseDate": "2023-08-30",
"eol": "2023-12-05",
"latest": "3.6.3",
"latestReleaseDate": "2023-12-01",
"lts": false,
"support": "2023-12-05"
}
]
}Redis
{
"name": "redis",
"title": "Redis",
"category": "db",
"cycles": [
{
"cycle": "8.0",
"releaseDate": "2025-05-01",
"eol": false,
"latest": "8.0.2",
"latestReleaseDate": "2025-07-15",
"lts": false,
"support": true
},
{
"cycle": "7.4",
"releaseDate": "2024-07-22",
"eol": false,
"latest": "7.4.3",
"latestReleaseDate": "2025-02-10",
"lts": false,
"support": true
},
{
"cycle": "7.2",
"releaseDate": "2023-08-15",
"eol": "2025-08-15",
"latest": "7.2.7",
"latestReleaseDate": "2024-12-01",
"lts": false,
"support": "2024-08-15"
}
]
}