Files
Modrinth-plus/packages/blog/compiled/modrinth_hosting_in_app.content.ts
Prospector a6f67581d7 chore: add hosting in app blog post (#5787)
* add blog post

* feat: update image

---------

Co-authored-by: Calum H. <calum@modrinth.com>
Co-authored-by: Calum H. (IMB11) <contact@cal.engineer>
2026-04-13 16:57:09 +00:00

3 lines
3.2 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
// AUTO-GENERATED FILE - DO NOT EDIT
export const html = `<p>This update brings <a href="/hosting" rel="noopener nofollow ugc">Modrinth Hosting</a> into <a href="/app" rel="noopener nofollow ugc">Modrinth App</a> and is a big step towards our vision for both products. You can now purchase a server, set it up, play without bouncing between the website and the app!</p><p>This release also includes a redesigned server console which has been brought over to the logs page in instances.</p><h3>Tl;dr</h3><ul><li>Modrinth Hosting in the app</li><li>New Modrinth Hosting page and server card states</li><li>New server purchase flow</li><li>New server resubscribe flow</li><li>Overhauled server settings</li><li>New server console and instance logs page</li></ul><h2>Modrinth Hosting Page</h2><p>The Modrinth Hosting page has gotten a fresh coat of paint, with new server card states like server provisioning and upcoming cancellation.</p><p><img src="/news/article/modrinth-hosting-in-app/server-list.webp" alt="A screenshot of the Modrinth Hosting tab in the app, showing the user's servers"></p><h2>Server Purchase Flow</h2><p>Along with managing your server in the app, we also wanted purchasing to happen here. You can select a plan, enter your payment details, and purchase a server without going to the website.</p><p>This includes a new plan selection screen at the start with sign-in checks, which will also be used when upgrading your server.</p><div class="video-wrapper mb-8"><video autoplay loop muted playsinline><source src="./purchase-demo.mp4" type="video/mp4"></video></div><h2>Server Console + Instance Logs</h2><p>The server console also got full overhaul because it honestly sucked. Weve reimplemented it and brought the same experience over to the logs page in instances. Some of these features existed in one place or the other, but now theyre consistent across both.</p><ul><li>Filtering</li><li>Text wrapping</li><li>Per-character text copying</li><li>Better warning and error highlighting</li><li>Crash detection</li><li>Controls in the expanded view</li></ul><p><img src="/news/article/modrinth-hosting-in-app/instance-logs.webp" alt="A screenshot of an instance's logs page, showing a few detected errors from the selected log file"></p><h2>Server Settings</h2><p>Lastly, we overhauled the server settings pages. In the app we have to be careful with navigation depth, so settings now live in a modal similar to instance settings. This makes it easier to edit things in context, like settings for a linked modpack.</p><div class="video-wrapper mb-8"><video autoplay loop muted playsinline><source src="./settings-demo.mp4" type="video/mp4"></video></div><p>Along with this, most pages got a visual refresh and some settings have been reorganized. We wanted to simplify things for the average user, so advanced options now live on their own page.</p><p>The properties page also got a big overhaul. Weve split out many of the more complex <code>server.properties</code> options and kept this page focused on what most users actually use. You can still edit everything directly in the file!</p><p><img src="/news/article/modrinth-hosting-in-app/server-settings.webp" alt="A screenshot of the new server settings pop-up"></p><p>—</p><p>Thats everything from us! Have a good weekend!</p>`;