@using Microsoft.Extensions.Options @using StardewModdingAPI.Web.Framework.ConfigModels @inject IOptions SiteConfig @model StardewModdingAPI.Web.ViewModels.IndexModel @{ ViewData["Title"] = "SMAPI"; } @section Head { }

The mod loader for Stardew Valley. It works fine with GOG and Steam achievements, it's compatible with Linux/Mac/Windows, you can uninstall it anytime, and there's a friendly community if you need help. It's a cool pufferchick.


@if (Model.BetaVersion != null) {
}
Player guide

Get help

@if (Model.BetaVersion == null) {

What's new in SMAPI @Model.StableVersion.Version?

@Html.Raw(Markdig.Markdown.ToHtml(Model.StableVersion.Description))

See the release notes and mod compatibility list for more info.

} else {

What's new in...

SMAPI @Model.StableVersion.Version?

@Html.Raw(Markdig.Markdown.ToHtml(Model.StableVersion.Description))

See the release notes and mod compatibility list for more info.

SMAPI @Model.BetaVersion.Version?

@Html.Raw(Markdig.Markdown.ToHtml(Model.BetaVersion.Description))

See the release notes and mod compatibility list for more info.

}

SMAPI is an open-source project by Pathoschild. It will always be free, but donations are much appreciated to help pay for development, server hosting, domain fees, coffee, etc.

Special thanks to acerbicon, ChefRude, dittusch, hawkfalcon, iKeychain, jwdred, Karmylla, Pucklynn, Robby LaFarge, and a few anonymous users for their ongoing support; you're awesome! 🏅

For mod creators