{{ article.title }}
+{{ article.summary }}
+diff --git a/apps/docs/public/welcome-channel.yaml b/apps/docs/public/welcome-channel.yaml index f5893ba2bc..21728ff2d7 100644 --- a/apps/docs/public/welcome-channel.yaml +++ b/apps/docs/public/welcome-channel.yaml @@ -68,7 +68,7 @@ Support: https://support.modrinth.com Status page: https://status.modrinth.com Roadmap: https://roadmap.modrinth.com - Blog and newsletter: https://blog.modrinth.com/subscribe?utm_medium=social&utm_source=discord&utm_campaign=welcome + Blog and newsletter: https://modrinth.com/news API documentation: https://docs.modrinth.com Modrinth source code: https://github.com/modrinth Help translate Modrinth: https://crowdin.com/project/modrinth diff --git a/apps/frontend/content.config.ts b/apps/frontend/content.config.ts new file mode 100644 index 0000000000..2d60327258 --- /dev/null +++ b/apps/frontend/content.config.ts @@ -0,0 +1,18 @@ +import { defineContentConfig, defineCollection, z } from "@nuxt/content"; + +export default defineContentConfig({ + collections: { + news: defineCollection({ + type: "page", + source: "news/article/**/*.md", + schema: z.object({ + title: z.string(), + short_title: z.string(), + summary: z.string(), + short_summary: z.string(), + thumbnail: z.string(), + date: z.date(), + }), + }), + }, +}); diff --git a/apps/frontend/content/news/article/accelerating-development.md b/apps/frontend/content/news/article/accelerating-development.md new file mode 100644 index 0000000000..f9e8fc7630 --- /dev/null +++ b/apps/frontend/content/news/article/accelerating-development.md @@ -0,0 +1,60 @@ +--- +title: Accelerating Modrinth's Development +summary: Our fundraiser and the future of Modrinth! +date: 2023-02-01T12:00:00-08:00 +--- + +**Update: On [April 4, 2024](/news/article/capital-return) we announced that we had returned the remaining $800k in investor capital back to our investors to take a different path. [Read that announcement here](/news/article/capital-return). This article remains here for archival purposes.** + +--- + +There are over 3 billion gamers worldwide, but only a small fraction ever go further and mod the games they play. Modrinth is here to bring modding to every player on the planet—all the while allowing mod creators to make a living off of it. + +Since our founding in 2020 and up until a few months ago, Modrinth has been a purely volunteer project. In the past couple months, the Modrinth team has been more productive than ever. We've released the [Anniversary Update](../two-years-of-modrinth), we're actively working on the launcher once more, and we're laying out plans for how to multiply Modrinth creator payouts. + +The vision we have for the future of Modrinth is great, and right alongside that is the need for an amazing team to build out this vision. That's why we [recently announced](https://x.com/modrinth/status/1615416957905342472) that [we're hiring](https://careers.modrinth.com)—we've already come so far on just volunteer work, but for Modrinth to be sustainable and for its growth to be sustainable, we need to pick up the pace. + +That's why we're excited to announce that we've raised a pre-seed round of funding led by [Makers Fund](https://www.makersfund.com/), with investors including [Ryan Johnson](https://x.com/ryanmjohnson), [Stephen Cole](https://x.com/sthenc), [Pim de Witte](https://x.com/PimDeWitte), [Chris Lee](https://www.linkedin.com/in/leechris1/), and [Andreas Thorstensson](https://x.com/andreas) to accelerate development and expand to new horizons for Modrinth. + +## What's next? + +We're thrilled to keep on building and iterating on Modrinth over the next few years. Here's a look into what we have in store over the next few months for Modrinth: + +- A feature-packed launcher +- Creator organizations (like GitHub), wikis, graphs (with playtime, views, downloads, etc) +- More creator payouts, through the growth of Adrinth +- Discovery/recommendation of mods (especially up-and-coming content) +- Comments (with built-in moderation and spam protection) +- \[Redacted] + +Support for new games! + +We are excited that we are able to build a product that will manage to grow us to sustainability and create the best modding experience for creators and users. Being able to pay ourselves and bring on new people is a big step in making that happen. There is still a lot to do, so let's get to it! + +## Q&A: + +We know there might be some concerns so we included a short Q&A section below for some common ones. Feel free to ask in our [Discord](https://discord.modrinth.com) if you have any more questions! + +### Why does Modrinth need funding? + +Our main expense is and will continue to be salaries. The labor cost has always been the main bottleneck for Modrinth. Having paid employees will allow us to develop Modrinth faster, bringing Modrinth to a point of sustainability and growing the platform. For example, we're planning to release our launcher this year, and eventually we're hoping to expand into more games. Those won't be possible without having paid employees. + +### Is Modrinth still community-first? + +We started and always will have the goal of creating a community-oriented, open-source modding platform. Simply put, there isn't any reason for us not to be. It's clear that the previous impersonal, corporate approaches to video game modding have not worked, and Modrinth is excited to change that. + +### Will Modrinth still be open-source? + +Yes! We are committed to having all (when possible) our current code and future code we write to be open-source. Copyright is held by the contributors as we have no [CLA](https://en.wikipedia.org/wiki/Contributor_License_Agreement), so we cannot make it closed-source (even if we wanted to) without, well, violating the law. + +### Who's behind Modrinth? + +The Modrinth team (currently consisting of Prospector, Emma, and Geometrically) is behind Modrinth. We've been modding Minecraft for years, with connections extending back to grade school. Investors have a minority stake in the company, and have no control or say in our decisions. + +### Is Modrinth going to adopt web3/cryptocurrency? + +No. We have no plans to adopt or explore web3 for Modrinth. + +### Will investment money be used to fund creator payouts? + +Not directly. Hiring more people will allow us to build up the infrastructure that can increase payouts, but the money we pay out to creators will always come from sustainable sources such as advertising and never from investment funds. diff --git a/apps/frontend/content/news/article/becoming-sustainable.md b/apps/frontend/content/news/article/becoming-sustainable.md new file mode 100644 index 0000000000..de6346c5b7 --- /dev/null +++ b/apps/frontend/content/news/article/becoming-sustainable.md @@ -0,0 +1,38 @@ +--- +title: Quintupling Creator Revenue and Becoming Sustainable +short_title: Becoming Sustainable +summary: Announcing an update to our monetization program, creator split, and more! +short_summary: Announcing 5x creator revenue and updates to the monetization program. +thumbnail: ./thumbnail.webp +date: 2024-09-13T12:00:00-08:00 +--- + +Just over 3 weeks ago, we [launched](/news/article/introducing-modrinth-refreshed-site-look-new-advertising-system) our new ads powered by [Aditude](https://www.aditude.com/). These ads have allowed us to improve creator revenue drastically and become sustainable. Read on for more info! + +## Creator Revenue + +We’re excited to share we have been able to increase creator revenue by 5-8x what it was before! + +There’s a couple changes to how revenue is distributed out to creators coming with this increase. + +First, revenue is no longer entirely paid out the day they are earned. Previously, we used our own in-house advertisement deal which paid us in advance for the entire month, and we divided that among each day in the month, as the month progressed. With the switch to a more traditional ad network, we are paid on a NET 60 basis, which is fairly standard with ad networks. What this means is that some of your revenue may be pending until the ad network pays us out. Exactly how this works is explained further [here](legal/cmp-info#pending). + +Second, the revenue split between Modrinth and Creators has changed. See the next section on sustainability for more on this. + + + +## Becoming Sustainable + +We have updated the Modrinth creator revenue split from 90/10 to 75/25. However, all of the increases listed above are with the new rate included, so while the percentage is lower, the overall revenue is much, much higher. + +While 90% is a more remarkable figure, we changed it in order to ensure we can keep running Modrinth and continue to grow creator revenue without having to worry about losing money on operational costs. + +Through these changes, we are proud to announce Modrinth is now fully sustainable with the new income, with all hosting and operational costs accounted for (including paying our developers, moderators, and support staff!) With the new revenue, users will see reduced support times and we will be able to ship bigger and better updates quicker to you all! + +In an effort to be more transparent with our community than ever before, we are opening up as many of our finances as possible so you all can know how we’re doing and where all the money is going. We’re working to develop a transparency page on our website for you to view all the graphs and numbers, but it wasn’t ready in time for this blog post (for now, you can view our site-wide ad revenue in the API [here](https://api.modrinth.com/v3/payout/platform_revenue). We also plan to publish monthly transparency reports with more details about our revenue and expenses, the first of which should be available in early October, so keep an eye out for that. + +For now, we can tell you that creators on Modrinth have earned a total of $160,868 on Modrinth to date (as of September 13, 2024), and here’s a graph of our revenue from the past 30 days: + + + +We have a lot of exciting things coming up still, and of course, we greatly appreciate all of your support! diff --git a/apps/frontend/content/news/article/capital-return.md b/apps/frontend/content/news/article/capital-return.md new file mode 100644 index 0000000000..b3a92d4a3a --- /dev/null +++ b/apps/frontend/content/news/article/capital-return.md @@ -0,0 +1,48 @@ +--- +title: A Sustainable Path Forward for Modrinth +summary: Our capital return and what’s next. +date: 2024-04-04T12:00:00-08:00 +--- + +Over three years ago, I started Modrinth: a new Minecraft modding platform built on community principles, a fully open-source codebase, and a focus on creators. + +What started as a hobby project quickly grew into something much bigger, with over twelve thousand creators and millions of players modding their game with Modrinth! Running Modrinth quickly evolved into a full-time job as we worked to scale the platform, develop new features, and fix bugs. + +As our small project that originated in the Fabric Discord server started to get more and more serious, we decided to seek funding to accelerate growth and keep up with the competition. A year and a half ago, we raised a $1.2 million [pre-seed round](/news/article/accelerating-development) of investor capital. With the money, we hired full-time developers and part-time community members, some of whom have supported Modrinth since the very beginning. With all this support, we launched creator monetization, authentication, analytics, organizations, collections, the Modrinth App, and support for more project types, growing Modrinth’s user base fifteen-fold! + +But, this rapid growth came at some costs. We let sustainable infrastructure for moderation slip to the back-burner since we could just hire extra moderators to compensate, and more and more of my time as the founder was taken up by things that didn’t make Modrinth better. Bugs and technical debt also gradually infected our codebase as we focused on hyper-growth over maintenance. + +Alongside this, as we looked more into the future, we saw that the venture-backed cycle wouldn’t be the right path for Modrinth. Every investor invests in a company with the expectation of a return on their investment, and while all of our backers have been incredibly supportive, we wanted to be able to work on Modrinth at our own pace and terms. We’ve seen other companies in this space prioritize profits and growth at the expense of the community and creators, and we didn’t want this to happen to Modrinth. + +In short, forgoing the venture route would allow us to build Modrinth independently at a sustainable pace and put our creators, community, open-source nature, and values first, without having to worry about expectations of profit or growth. + +In the end, as of February 1st, 2024, I decided to return $800k in remaining investor capital back to our investors. + +This decision was not an easy one, as without this funding, we would be unable to support the Modrinth team as it previously existed. With this reality, I made the difficult decision to significantly reduce the size of our team to match our goals of sustainable growth. + +I also owe a huge debt of gratitude to everyone on the team affected by all of this–Emma, Wyatt, Maya, Coolbot, Jade, Carter, and Prospector–for everything they have done to help make Modrinth what it is today. + +I want to take a moment to highlight each of their contributions: + +- Emma was our lead moderator, social media manager, overall marketing lead, blog post writer, documentation maintainer, Minotaur maintainer, and support manager since joining the team in April 2021 +- Wyatt was a full-time backend developer that worked on our authentication system, analytics, collections, organizations, and tons of work on API v3, and more, since joining the team in February 2023 +- Maya was our first exclusive moderator hire, and despite a rough onboarding due to a lack of internal documentation and procedures on our side, had reviewed thousands of projects since joining the team in April 2023 +- Coolbot was another one of our moderators who especially helped us establish new procedures and improved internal documentation for moderators and had also reviewed thousands of projects since they joined the team in August 2023 +- Jade was also a moderator and had reviewed thousands of projects since joining the team in August 2023 +- Carter was a full-time frontend developer that worked on OAuth, analytics, collections, organizations, and more, since joining the team in October 2023 +- Prospector is our frontend developer and lead designer, who has been with us since September 2020 and has spearheaded multiple site redesigns, developed the frontend for core parts of the site, and more + +This transition was challenging, causing significant delays in project reviews and support ticket resolution, not to mention the stress for the former team. While project review and support times have returned to normal, this was not the experience we wanted for our creators or users to have. I sincerely apologize that you all had to experience this transition, and I wish that it had been executed more smoothly. + +I would also like to apologize for how long this post has taken to come out. It took longer than I expected to do all the legal work and coordination necessary to return the remaining money to the investors, but it has finally been finished. + +Going forward, we will be continuing to build a platform that is sustainable for both the creators and all the people who work on making the platform what it is. Hosting Modrinth is already sustainable, and we are working to make developing Modrinth sustainable as well. + +We’ve made great strides in this already with new moderation infrastructure including AutoMod and a built-in moderator checklist, greatly reducing moderator time per project. We’re also focused on increased transparency, through providing consistent updates on Modrinth’s development and making it easier to contribute to Modrinth with better documentation and contribution cycle. + +We started Modrinth to serve the community, and are taking this path so we can continue to. We hope you all will continue to support us as the newly independent Modrinth. + +— + +**Jai (aka Geometrically)** +Founder of Modrinth diff --git a/apps/frontend/content/news/article/carbon-ads.md b/apps/frontend/content/news/article/carbon-ads.md new file mode 100644 index 0000000000..cc37c38221 --- /dev/null +++ b/apps/frontend/content/news/article/carbon-ads.md @@ -0,0 +1,70 @@ +--- +title: Modrinth's Carbon Ads experiment +summary: "As a step towards implementing author payouts, we're experimenting with a couple different ad providers to see which one works the best for us." +date: 2022-09-08 +thumbnail: ./thumbnail.jpg +--- + +**Update 10/24:** A month and a half ago we began testing Carbon Ads on Modrinth, and in the end, using Carbon did not work out. After disabling ads with tracking in them, the revenue was about equal to or worse than what we were generating previously with EthicalAds. Effective today, we are switching our ads provider back to EthicalAds for the time being. + +As a step towards implementing author payouts, we're experimenting with a couple different ad providers to see which one works the best for us. We've been using [EthicalAds](https://www.ethicalads.io/) for a long time now, but we'd like to now try out [CarbonAds](https://www.carbonads.net/). + +In most respects, this is a temporary experiment, but we're hoping that Carbon will become our primary ad provider in the near future. + +Over the past week and a half, we've garnered a lot of useful feedback in the `#devlog` channel of [our Discord](https://discord.gg/EUHuJHt). Over those 1,300 or so messages of open discussion and debate, there were also a lot of questions, concerns, and misconceptions. This blog post aims to address the most frequent of those. + +## FAQ + +### Is Carbon GDPR and CCPA compliant? + +Yes. This was confirmed to us via email by a Carbon representative. + +### Are the ads intrusive? + +No. They fall under the [Acceptable Ads Standard](https://acceptableads.com/standard/); that is, there is only ever one per page, they are less than 120 pixels tall, and they are separate and distinguishable from actual site content. + +### Where did the privacy settings go? + +Alongside the introduction of Carbon, we have removed the privacy settings that we previously had. These privacy settings controlled whether PII would be sent in our internal analytics and whether you wanted personalized ads to show up. Our analytics do not contain PII and Modrinth does not show personalized ads. Both of those would be intense breaches of your privacy, opt-in or not, and Modrinth intends to respect your privacy. + +### Why are you switching before you've released payouts? + +We have been using [ariadne](https://github.com/modrinth/ariadne) to take note of page views and ad revenue since August 1st, 2022. While creator payouts cannot yet be claimed, all ad revenue from this date forward will be claimable once payouts are released! + +Payouts are not yet done, but this switch is one of the largest things that needs to be done prior to its release. + +### Why does Modrinth need to switch away from Ethical? + +There are quite a number of reasons why it's not feasible for us to continue using Ethical. In order to be fully transparent, let's go into detail about each of them. + +#### In-house ads + +Over half of the ads shown by Ethical are their so-called "in-house ads". That is, Ethical does not have enough inventory to always be showing an ad, so instead it shows an advertisement for itself. These self-advertisements make a whopping $0 for Modrinth. + +Ethical does provide an option to replace these self-advertisements with our own fallback ads, which we've done for the past month or so. However, negotiating those sorts of deals takes an excruciating amount of time, time that we would rather be spending on developing Modrinth to make it better. + +Carbon allows us to have a more hands-off approach with advertising, which is most ideal for us right now. + +#### Poor CPM + +Ethical gives us an average of $0.24 for every thousand page views (also known as CPM) after taking into account the aforementioned in-house ads. Anyone who knows anything about the advertising business knows that this figure is abysmally low. With Modrinth getting over four million page views in a month's timespan, we make an average of less than $1000 per month with Ethical. This simply isn't sustainable for the thousands of creators on Modrinth. + +While we can't quite be sure what our CPM with Carbon will be -- again, this is only a temporary experiment for now -- we have reason to believe that it will be considerably greater than what Ethical can provide. + +#### Network in decline + +Over the time that Modrinth has used Ethical, we have found that the diversity of the advertisers shown has declined at a rate greater than is sustainable. The vast majority of the ads shown by Ethical, excluding its in-house ads, are for DigitalOcean. If DigitalOcean decided to withdraw from Ethical, that would end up toppling our entire system. Modrinth's payouts simply cannot rest on this house of cards if we wish to grow in any capacity. + +### Can I still use my adblocker? + +You are still able to access Modrinth using an adblocker, and Modrinth will not force you to disable it to access the site. However, Modrinth's ads are unintrusive and take up no more space than it would otherwise. + +When you turn off your adblocker for Modrinth, you are supporting both Modrinth and its creators in the process. 100% of the ad revenue from creator pages, including projects, versions, and users, go directly to creators. The ad revenue from other pages, including search, pay for Modrinth's upkeep costs and allow us to continue to exist. + +For the benefit of everyone involved, we humbly request that you turn off your adblocker for Modrinth. We have a full guide for how to turn off your adblocker located [on our docs site](https://docs.modrinth.com/docs/details/carbon/). + +## Conclusion + +In conclusion, we hope you're as excited about our upcoming release of payouts as we are. Exploring our options for ad providers is quintessential if we wish to be sustainable for payouts, and the best time to do this is now. As always, though, no release ETAs! + +Please note that this blog post was not editorialized or reviewed by Carbon prior to publishing. These are the findings and words of Modrinth and Modrinth alone. What's said here about CPMs and other statistics will not be true of other sites, but they are true for Modrinth. diff --git a/apps/frontend/content/news/article/creator-monetization.md b/apps/frontend/content/news/article/creator-monetization.md new file mode 100644 index 0000000000..822238e60f --- /dev/null +++ b/apps/frontend/content/news/article/creator-monetization.md @@ -0,0 +1,62 @@ +--- +title: Creators can now make money on Modrinth! +summary: "Yes, you read the title correctly: Modrinth's creator monetization program, also known as payouts, is now in an open beta phase. Read on for more information!" +date: 2022-11-12 +thumbnail: ./thumbnail.jpg +--- + +Yes, you read the title correctly: Modrinth's Creator Monetization Program, also known as payouts, is now in an open beta phase. All of the money that project owners have earned since August 1st is available to claim **right now**! + +This includes even projects other than mods! Modpacks, plugins, and resource packs also generate payouts for creators to claim. + +Alongside this, the frontend also got a facelift across the entire site, most notably on the settings, notifications, and user profile pages. + +## Motivation + +Since the start, Modrinth has been a platform created by Minecraft content creators for Minecraft content creators. Allowing creators to earn a bit of money for their hard work and dedication to their content has been a goal since we started, and we are so incredibly ecstatic to finally be able to release this for everyone. + +Whether it's used for buying coffee, paying for server costs, or to get that luxury pair of socks, we hope that creators will be able to use their payouts on whatever keeps them running. We want to encourage creators to keep making content for everyone to enjoy, with the hope that everyone will eventually be able to call Modrinth their go-to destination for Minecraft modded content. + +## How it works + +For every project uploaded to Modrinth, we keep track of its page views and downloads through an internal system we call [ariadne](https://github.com/modrinth/ariadne). Through our payouts algorithm ([source code](https://github.com/modrinth/labrinth/blob/master/src/routes/admin.rs#L95)), we distribute 100% of ad revenue earned from creator pages to the creators behind these projects. Project owners can decide how to split it (or how not to split it) between their team members. + +Modpacks are a bit different, with revenue split 80% to the Modrinth dependencies on the pack and 20% to the modpack author. This split is subject to change and will be evaluated periodically to ensure the split is reasonably fair. + +After taking the search pages into account, around 10% of the site's ad revenue ends up going to us, mainly to cover hosting and personnel expenses, and 90% to creators. + +While payouts will be small at first, we're working on improving our ads system to better fund the program. We've also got big projects coming soon to continue our trajectory of making the monetization program and the site better! + +## How do I earn money? + +When a project of yours on Modrinth gets approved, you are automatically enrolled into the program. You will start to incur a balance, which you can view from the [Monetization dashboard](https://modrinth.com/dashboard). You can claim your first payout via PayPal or Venmo as soon as you enter your credentials and have the minimum balance of 0.26 USD. + +Even though the minimum is low, you will want to wait some time to allow your balance to build up before claiming. Each payment processor has its own fees which depend upon whether you're within the United States, which are detailed on the dashboard's [revenue tab](https://modrinth.com/dashboard/revenue). + +Once you request a transfer, you may have to confirm the transfer via email if you don't already have a PayPal account. If you do not confirm using the link in the email within 30 days, or the transfer fails for whatever reason, the amount requested will be returned to your Modrinth balance, though the processor's fees may already have been deducted by that point. + +### For residents outside the United States + +Since Modrinth is a US-based company, all amounts are stored, displayed, and paid out in US dollars. PayPal will convert the amount to your local currency once you begin the process of transferring from your Modrinth balance to your PayPal account. + +We're aware of some extenuating circumstances for creators living in areas affected by geopolitical conflict. As such, we are looking into alternative ways to allow payouts to continue in these regions. + +At the moment, there are no mechanisms in place to make your Modrinth balance expire after some time, though this is likely to be added in the future for creators who do not claim their balance after several years. Rest assured, we will have processes in place to make sure that your money doesn't go poof just because you weren't able to claim it in time. + +## Frontend facelift + +The website frontend has had some "small" changes of around 12,322 lines of code to accommodate payouts and many other changes. Many of these changes were inspired by the experiments done on the SvelteKit Rewrite, progress on which is paused for the time being. Navigate around the main site for a bit to discover some of these changes! Highlights include: + +- Improved project creation and report filing workflow via modals +- Improved 404 page +- Deduplicate identical version changelogs +- Cleaner user profile pages +- Easier to navigate settings and notifications +- Spacing, font, and accessibility tweaks +- And plenty more! + +## Conclusion + +This is a jam-packed update, and it would be impossible to list all the changes in this post. Feel free to explore the site, claim your funds, and give us feedback on [Discord](https://discord.modrinth.com). If you suspect you've found any critical bugs or exploits, please email us immediately at [support@modrinth.com](mailto:support@modrinth.com) - otherwise, for non-critical bugs, report them [on GitHub](https://github.com/modrinth). + +👑 diff --git a/apps/frontend/content/news/article/creator-update.md b/apps/frontend/content/news/article/creator-update.md new file mode 100644 index 0000000000..29ee73a8d1 --- /dev/null +++ b/apps/frontend/content/news/article/creator-update.md @@ -0,0 +1,99 @@ +--- +title: "Creator Update: Analytics, Organizations, Collections, and more" +short_title: The Creator Update +summary: December may be over, but we’re not done giving gifts. +short_summary: Adding analytics, orgs, collections, and more! +date: 2024-01-06T12:00:00-08:00 +thumbnail: ./thumbnail.jpg +--- + +December may be over, but that doesn’t mean we’re done giving gifts here at Modrinth. Over the past few months, we’ve been cooking up a whole bunch of new features for everyone to enjoy. Now seems like as good of a time as ever to bring you our Creator Update! Buckle up, because this is a big one. + +The headlining features include: + +- **Analytics** - Allowing Modrinth creators to see statistics from their projects. +- **Organizations** - Better tools to manage shared ownership over multiple projects. +- **Collections** - A system for putting together shared sets of projects, similar to Spotify playlists. +- **New payouts system** - Updates to the existing Creator Monetization Program to better serve creators around the world. +- **New Markdown editor** - Explore a complete reworking of our text editor, making it easy even for those unfamiliar with Markdown. +- **OAuth integrations** - Our own implementation of the OAuth specification, allowing external applications to “log in with Modrinth”. + +## Analytics + +The long-awaited addition of **analytics** is here for creators! You can view analytics over time for your projects, including downloads, page views, and revenue, all in an effortlessly easy-to-use dashboard. + + + + + +The data for analytics have been collected over the course of many months. In fact, the data for revenue goes all the way back to August 2022, and the data for downloads and views back to February 2023. + +You can view the analytics for an individual project by going to the settings and clicking “Analytics”. You can view analytics for all of your projects in [the analytics dashboard](/dashboard/analytics). + +## Organizations + +Isn’t managing permissions across a bunch of different projects pretty tedious? We sure thought so. Just like on GitHub, you can now create organizations on Modrinth to manage permissions across multiple projects. + + + +You can create organizations from the [organizations dashboard](/dashboard/organizations). Each organization has a name, a brief summary, and an icon. Just like project members, organization members have a role, a monetization weight, and project permissions, plus permissions for the organization as a whole. Roles, monetization weights, and project permissions can be overridden on a per-project basis. + + + +Unlike GitHub, usernames and organization names on Modrinth do not conflict with one another. If you want to have an organization named after yourself, feel free to do so! + +## Collections + +Just like how Spotify has playlists or how Goodreads has shelves, Modrinth now has collections! Collections are lists of Modrinth projects put together for a common purpose. You can then share these collections with others to view. + + + +Your [followed projects](/collection/following) now make up an automatically generated private collection, which you can access from the [“Your collections” section of the dashboard](/dashboard/collections). + +### Wait… aren’t those just modpacks? + +Not quite! Modpacks are much more complex than collections. Collections are simply lists of projects. Here’s a quick comparison: + +| Modpacks | Collections | +| --------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | +| Created through a launcher, such as the [Modrinth App](/app). | Created on the [Modrinth website](/dashboard/collections). | +| Contains options files, configuration files, and optionally files from outside of Modrinth, wrapped together in a `.mrpack` file. | Contains a list of Modrinth projects (mods, plugins, data packs, resource packs, shaders, and modpacks). | +| Has individual releases with version history. | Instantly updates whenever a project is added or removed. | +| Must be reviewed by Modrinth’s staff and approved per [Modrinth’s rules](/legal/rules) before it can be published. | Does **not** need to be reviewed by Modrinth’s staff. Can go public at any time. | +| After approval, can be **listed** in search, **archived**, **unlisted**, or **private**. | Can be **public** (shows up on your Modrinth profile), **unlisted** (only accessible by direct URL), or **private** (only you can access it). | + +All in all, collections are handy for easily grouping together and sharing Modrinth projects. If you’re bored on the subway heading home, you can look for new mods on your phone and quickly add them to a Modrinth collection. However, for many use cases, spending the time to create a modpack might make more sense. Collections and modpacks are both here to stay—one is not going to replace the other. + +## New payouts system + +PayPal and Venmo are so 2023. To enter 2024, we are adding support for a bunch of different new payout methods, including ACH (available for direct transfer to a United States bank account) and a couple thousand gift cards. You know, just “a few”. + + + +Whether you want Applebee’s in America, Boek & Bladkado in Belgium, or Cineplex in Canada, we’ve got them all and plenty more. Prepaid Visa cards, Amazon gift cards, and Steam gift cards are among the available options. Does anyone want a Home Depot gift card? We’ve got those, too. + +## New Markdown editor + +For the longest time, Modrinth’s text editor for descriptions, changelogs, reports, and more has just been a box to enter [Markdown syntax](https://en.wikipedia.org/wiki/Markdown). What about people who don’t know Markdown, though? Even for those who do, writing it out by hand gets tedious after a while. That’s why we rebuilt it from the ground up to make it far easier to use. + + + +Among its features are standard shortcuts (like `Ctrl+B` for **bold**), a monospace font in the editor itself, and buttons for inserting headers, basic formatting, lists, spoilers, block quotes, links, images, and YouTube videos. + +Using the image button, you can also now upload images directly, instead of having to use an external host or the Gallery tab of a project. You can still insert images from outside sources, though certain sources (such as the Discord CDN) are blocked. We will notify authors using these blocked sources to replace the images. + +## OAuth integrations + +Wouldn’t it be nice if other websites or apps could add a “Sign in with Modrinth” feature? We asked ourselves this and thought, yes, it would be nice to add. So we added it. + +The [OAuth2 protocol](https://en.wikipedia.org/wiki/OAuth) allows other services to gain a limited amount of access to your Modrinth account without compromising your login information. Maybe you want to create your own analytics dashboard? Or maybe you want to make your own way to add content to collections? How about connecting organization permissions to roles in a Discord server? The possibilities are endless. + + + +You can create a new OAuth application in the [Applications](/settings/applications) section of your settings. You can see which applications you’ve granted access to in the [Authorizations](/settings/authorizations) section. + +## Conclusion + +Want to hear more from us on a regular basis? Check us out on our social media pages; we post often on both [Mastodon](https://floss.social/@modrinth) and [X/Twitter](https://twitter.com/modrinth). You can also chat with us on [Discord](https://discord.modrinth.com) if you like that. + +Thanks to [intergrav](https://github.com/intergrav) for making the banner image. diff --git a/apps/frontend/content/news/article/design-refresh.md b/apps/frontend/content/news/article/design-refresh.md new file mode 100644 index 0000000000..3aed675cfa --- /dev/null +++ b/apps/frontend/content/news/article/design-refresh.md @@ -0,0 +1,78 @@ +--- +title: Introducing Modrinth+, a refreshed site look, and a new advertising system! +short_title: Modrinth+ and New Ads +summary: Learn about this major update to Modrinth. +short_summary: Introducing a new ad system, a subscription to remove ads, and a redesign of the website! +thumbnail: ./thumbnail.webp +date: 2024-08-21T12:00:00-08:00 +--- + +We’ve got a big launch with tons of new stuff today and some important updates about Modrinth. Read on, because we have a lot to cover! + +## Modrinth+ + +First off, we’re launching [Modrinth+](/plus), a monthly subscription to help support Modrinth and all of the creators on it directly! + +As a Modrinth+ subscriber, you will get: + +- Ad-free browsing on the Modrinth App and website +- An exclusive badge on your profile +- Half of your subscription will go to creators on the site! +- …and more coming soon! + +Pricing starts at $5/month, with discounts depending on what region you live in and if you opt for an annual plan. + +We created Modrinth+ so people could help support Modrinth and creators on the site. We have no plans to paywall any content on Modrinth, and creator features will never cost money. We started Modrinth as a free and open-source platform, and we intend to keep it that way. + +If you do have a few extra dollars a month and want to help support Modrinth, this is a great way to do it! + +## New Site Design: Stage One + +We’re launching Stage One of Modrinth’s refreshed look to Modrinth.com today as well. I want to stress that it’s not fully complete and we’re going to be continuing to refine and finish updating the rest of the pages over the coming weeks. However, it has enough significant usability improvements and new features that we’re launching it broadly now. Please bear with us while we work to complete it promptly! + + + +Key new features include: + +- **New download interface** to ensure users get the correct version for the Minecraft version and mod loader they’re using +- **New versions list** page built from the ground up with a clean new look and tons of shortcuts to make navigation easier +- **New “compatibility” widget** on project pages to see what game versions, platforms, and environments each mod supports at a glance +- **Exclusion filters** in search pages +- Improved support for **vertical desktop displays** + +We know there will be some minor hiccups and disruptions of workflows, but we’d really appreciate it if you could gently let us know how a particular change has affected you on GitHub [here](https://github.com/modrinth/code/issues) (or upvote/comment on an existing issue) rather than declaring it’s the end of the world. + +## New Advertising + +In the last few months, Modrinth has grown an incredible amount. We are now serving over a petabyte of data per month (that is, 1,000 terabytes!) to over 20 million unique IP addresses. It’s almost unfathomable how large we have become since we started from nothing just four years ago. + +However, with growth like this, our costs have also grown drastically—primarily in bandwidth. This, unfortunately, means that we’ve grown well beyond what a single advertiser could support. + +Our original plan was to build out our own ad network (Adrinth) where we could cut out the middleman and provide highly targeted ads without the need for tracking to our gaming-specific audience. Unfortunately, we’ve grown too quickly (a very good problem to have!) and don’t have the immediate resources to do this at this time. + +This leaves us with no choice but to switch to a more traditional programmatic ads setup powered by [Aditude](https://www.aditude.com/) for the time being. We're not making this decision lightly, and we understand that some folks will not be happy about this change. Rest assured, we've made sure that our new ad network partner meets our requirements, such as compliance with all local regulations such as GDPR and CCPA, and that the new ads remain as unobstructive as possible with this format. + +These changes bring Modrinth back to sustainability as well as conservatively increasing creator revenue by three-fold! Along with paying hosting bills, the new income will also be used for more support staff and paid team members, decreasing ticket time and speeding up our development. + +We also want to thank our friends over at [BisectHosting](https://www.bisecthosting.com/) for supporting us with our ad deal for the past year. + +## Modrinth App 0.8.1 + +Over the last few months, we’ve been overhauling the internals of the Modrinth App to drastically improve performance and stability. Over one hundred issues have been closed with this update alone! Here’s a short list of the major changes: + +- Newer versions of Forge and NeoForge now work! +- Migrated internal launcher data to use SQLite. The app now loads in <40ms on average (compared to ~2.5s before)! +- Fixed issues where profiles could disappear in the UI +- Fixed random cases of the UI freezing up during actions +- Fixed directory changes being very inconsistent +- Drastically improved offline mode +- Fix freezing and include crash reports logs tab +- And over one hundred more fixes! + +Don’t have the Modrinth App? Check it out [here](/app)! + +## Conclusion + +Want to hear more from us on a regular basis? Check us out on our social media pages; we post often on both [Mastodon](https://floss.social/@modrinth) and [X/Twitter](https://twitter.com/modrinth). You can also chat with us on [Discord](https://discord.modrinth.com) if you like that. + +Thanks to [intergrav](https://github.com/intergrav) for making the banner image. diff --git a/apps/frontend/content/news/article/download-adjustment.md b/apps/frontend/content/news/article/download-adjustment.md new file mode 100644 index 0000000000..11d4d36336 --- /dev/null +++ b/apps/frontend/content/news/article/download-adjustment.md @@ -0,0 +1,42 @@ +--- +title: Correcting Inflated Download Counts due to Rate Limiting Issue +short_title: Correcting Inflated Download Counts +summary: A rate limiting issue caused inflated download counts in certain countries. +date: 2023-11-10T12:00:00-08:00 +--- + +While working on the upcoming analytics update for Modrinth, our team found an issue leading to higher download counts from specific countries. This was caused by an oversight with regards to rate limiting, or in other words, certain files being downloaded over and over again. **Importantly, this did not affect creator payouts**; only our analytics. Approximately 15.4% of Modrinth downloads were found to be over-counted. These duplicates have been identified and are being removed from project download counts and analytics. Read on to learn about the cause of this error and how we fixed it. + +A graph of many Modrinth projects and their download counts, showing a disproportionate amount of downloads from China. + + + +More specifically, the issue we encountered is that the download counts from China were through the roof compared to the page view statistics. + + + +Upon further investigation, there was one specific launcher that was repeatedly downloading the same files from Modrinth over and over again within a very short time span. + + + +Notice how the downloads in each section (delineated by the bold line) have the same path and were created within the same second. + +This, to say the least, baffled us. We already had code called [Sisyphus](https://github.com/modrinth/sisyphus) in place to limit the number of downloads that a single source can make over a given span of time. So what gives? + +As it turns out, the issue lay in the underlying technology used by Sisyphus. It uses [Cloudflare Workers](https://workers.cloudflare.com/) in order to intercept the request each time that a file is requested to be downloaded. Essentially, it acted like so: + +1. A source (whether this be a launcher, someone clicking the download button on the website, etc.) would request a file from Modrinth. +2. Sisyphus would take note of this source’s information, including what it requested, its IP address, and its request headers, and write it to a small database. If this source had not requested this path before, it would add one download to this file. If it had already requested it, it would not. +3. Sisyphus would then give the file that the source requested. It gives the file regardless of whether the download counted or not. + +For the most part, this system works fairly well. The main issue comes in step 2: it takes a little while for different Sisyphus instances to sync up with each other. One of the benefits of Cloudflare Workers is that the code is deployed to hundreds of different servers around the world. When multiple requests come in at the same time, they can get routed to different servers in order to allow each request to be handled faster. Cloudflare Workers, however, takes [up to 60 seconds](https://developers.cloudflare.com/kv/concepts/how-kv-works/#consistency) for each server’s information to sync up with each other. A server in Australia might know that a given source has already downloaded something, but a server in Turkey might not. As a result, multiple downloads from the same source might all get counted if they are handled by different servers. + +In order to fix this, we entirely rewrote Sisyphus. It still uses Cloudflare Workers, but all of the processing of step 2 has been offloaded to the main Modrinth backend. This not only speeds up downloads (even if only briefly), but also makes download counts more reliable. Over the past few days, we've already implemented the necessary adjustments. Our observations have shown that the results are significantly more consistent in their accuracy. Instead of having strange spikes in activity, the graph of new downloads now follows the expected pattern. + + + +Notice the spikes on the left? Compare that to the silky-smooth sinusoidal satisfaction on the right! + +To reiterate, the issue is now resolved and **payouts were not affected**. Payouts do not take into account downloads from launchers other than the [Modrinth App](/app); therefore, this adjustment has no bearing on payouts. + +P.S. Are you curious about why our download counter is called Sisyphus? In Greek mythology, Sisyphus rolls a boulder up a hill for the rest of eternity. Like Sisyphus, our download counter has no point other than to keep increasing for as long as Modrinth exists. diff --git a/apps/frontend/content/news/article/knossos-v2.1.0.md b/apps/frontend/content/news/article/knossos-v2.1.0.md new file mode 100644 index 0000000000..a4296ccb4a --- /dev/null +++ b/apps/frontend/content/news/article/knossos-v2.1.0.md @@ -0,0 +1,64 @@ +--- +title: "This week in Modrinth development: Filters and Fixes" +summary: "After a great first week since Modrinth launched out of beta, we have continued to improve the user interface based on feedback." +date: 2022-03-09 +thumbnail: ./thumbnail.jpg +--- + +It's officially been a bit over a week since Modrinth launched out of beta. We have continued to make improvements to the user experience on [the website](https://modrinth.com). + +## New features + +We've added a number of new features to improve your experience. + +### Click to expand gallery images + + + +In the gallery page of a project, you can now click on the images to expand the image and view it more closely. You can also use the left arrow, right arrow, and Escape keyboard keys to aid navigation. + +### Filters for the 'Changelog' and 'Versions' pages + + + +Versions on the Changelog and Versions page can now be filtered by mod loader and Minecraft version. + +### More easily access the list of projects you follow + + + +The link to the list of your followed projects is now listed in your profile dropdown. + +## Fixes and Changes + +While new features are great, we've also been working on a bunch of bugfixes. Below is a list of some of the notable fixes, but it is not a comprehensive list. + +- Improved the layout of the search page's search bar and options card to more dynamically adjust to screen size +- Changed the tab indicator to be rounded +- Changed the download icon to be more recognizable +- Changed the profile dropdown caret to use an SVG instead of a text symbol for better font support +- Changed the styling on text fields to be more consistent with the design language of the site +- Changed the styling on disabled buttons to use an outline to reduce confusion +- Changed the styling on links to be more consistent and obvious +- Changed the wording of the options that move the sidebars to the right +- Changed the green syntax highlighting in code blocks to match the brand color +- Fixed the styling on various buttons and links that were missing hover or active states +- Fixed the inconsistent rounding of the information card on the home page +- [[GH-370]](https://github.com/modrinth/knossos/issues/370) Fixed download buttons in the changelog page +- [[GH-384]](https://github.com/modrinth/knossos/issues/384) Fixed selecting too many Minecraft versions in the search page covering the license dropdown +- [[GH-390]](https://github.com/modrinth/knossos/issues/390) Fixed the hover state of checkboxes not updating when clicking on the label +- [[GH-393]](https://github.com/modrinth/knossos/issues/393) Fixed the padding of the donation link area when creating or editing a project +- [[GH-394]](https://github.com/modrinth/knossos/issues/394) Fixed the rounding radius of dropdowns when opening upwards + +## Minotaur fixes + +[Minotaur](https://github.com/modrinth/minotaur), our Gradle plugin, has also received a few fixes. This isn't going to be relevant to most people, but is relevant to some developers using this tool to deploy their mods. + +- Debug mode (enabled through `debugMode = true`) allows previewing the data to be uploaded before uploading +- Fix edge case with ForgeGradle due to broken publishing metadata +- Fix game version detection on Fabric Loom 0.11 +- Fix `doLast` and related methods not being usable because the task was registered in `afterEvaluate` + +These fixes should have been automatically pulled in, assuming you're using Minotaur `2.+`. If not, you should be upgrading to `2.0.2`. + +Need a guide to migrate from Minotaur v1 to v2? Check the migration guide on the [redesign post](../redesign/#minotaur). diff --git a/apps/frontend/content/news/article/licensing-guide.md b/apps/frontend/content/news/article/licensing-guide.md new file mode 100644 index 0000000000..5452650f44 --- /dev/null +++ b/apps/frontend/content/news/article/licensing-guide.md @@ -0,0 +1,68 @@ +--- +title: Beginner's Guide to Licensing your Mods +summary: Software licenses; the nitty-gritty legal aspect of software development. They're more important than you think. +date: 2021-05-16 +thumbnail: ./thumbnail.jpg +--- + +Why do you need to license your software? What are those licenses for anyway? These questions are more important than you think + +## What is a software license? + +To summarise the [Wikipedia article](https://en.wikipedia.org/wiki/Software_license) on the matter, it's essentially a legal contract between you (the mod developer) and anyone who uses, copies, modifies, etc the mod or any code having to do with it. License has the power to allow people to do whatever they want, or only permit the usage of the mod in-game. However, the majority of cases lie in-between these opposites. + +## So which software license should I choose? + +First and foremost, the choice of the software license is not entirely up to you, because you have to have the legal ability to do so. For instance, not all licenses are compatible with Minecraft's EULA (End-User License Agreement). Besides, if you are not the only one working on the project, you must get permission from all other contributors to your code before changing or adding a license. Please, ensure you have done so before implementing a license. + +Before we can decide which one to use, however, we must establish some additional definitions. Open software licenses can be split into three main categories: **public domain**, **permissive**, and **copyleft**. + +### Permissive license + +A permissive license is a type of license that usually gives the abilities to use, copy, modify, distribute, sell, and relicense a piece of software. + +The most popular license on Modrinth, the [MIT License](https://cdn.modrinth.com/licenses/mit.txt), is a permissive license. It is an easy-to-read license designed to be used for developers, which is why it is used extensively in the Minecraft open source community. + +The [Apache License 2.0](https://cdn.modrinth.com/licenses/apache.txt) is also a very good permissive license to use. The main difference between it and the MIT License is that the Apache License gives an explicit patent grant, whereas patents must be registered manually with the MIT. There is also an additional clause with the Apache License, stating that any modified files must "carry prominent notices" of it being modified. + +### Copyleft license + +A copyleft license gives to the other party specific rights usually only given to the copyright owner, under the condition that those same rights are applied to all variations of that software. These are also sometimes called "viral" or "infectious" licenses, because of the requirement to pass those rights on to derivatives. + +The second most common license on Modrinth is a copyleft license: the [GNU Lesser General Public License Version 3](https://cdn.modrinth.com/licenses/lgpl-3.txt) (usually [shortened to](https://spdx.org/licenses/LGPL-3.0-only.html) LGPL-3.0). + +Typically, when a copyleft license is wanted, the [GPL-3.0](https://spdx.org/licenses/GPL-3.0-only.html) or [AGPL-3.0](https://spdx.org/licenses/AGPL-3.0-only.html) would be used. However, these licenses are **incompatible** if linking into Minecraft, due to an issue with the difference between proprietary and free software outlined by these licenses (more information [here](https://www.gnu.org/licenses/gpl-faq.html#GPLPlugins)). An exception can be added to allow linking, such as that found [here](https://gist.github.com/wafflecoffee/588f353802a3b0ea649e4fc85f75e583), but it is recommended to just use the LGPL-3.0 instead if possible. + +### Public domain dedication + +A public domain dedication gives all rights to everyone who gets a copy of the software. This includes but is not limited to the ability to use, copy, modify, distribute, sell, or relicense that software. Software with a public domain dedication has no copyright holder. + +The third most common license used on Modrinth is the [Creative Commons Zero 1.0 Universal](https://cdn.modrinth.com/licenses/cc0.txt), which is a public domain dedication with a strong international legal basis, while still retaining trademark and patent rights. + +Creative Commons licenses as a whole are not recommended for software, but rather for other creative works: use this license with caution. If you wish to have the simplest public domain dedication possible, the [Unlicense](https://cdn.modrinth.com/licenses/unlicense.txt) is also an option. + +### What if I don't want to choose a license? + +Without a license software is considered proprietary and all rights reserved. This means that people may only use it in the ways the copyright owner specifies, which, in the Minecraft world (no pun intended), typically just means downloading and using it; no modifications, unauthorized distributions: basically nothing. + +This is why picking a proper software license is so important. It tells everyone what they can and cannot do with your software, making the difference between software anyone can contribute to and change however they want, and software that only you have the code behind. + +That being said, All Rights Reserved and not using a license are options, if you don't want to choose a public domain, permissive, _or_ copyleft license. This can be useful in some cases, but as with any license, be aware of the effects: contributions will be difficult or impossible, and users may be inclined not to use your software. Also, in case of Minecraft, all mods, including the All Rights Reserved mods, are affected by Minecraft's EULA, which states: + +> Any Mods you create for the Game from scratch belong to you (including pre-run Mods and in-memory Mods) and you can do whatever you want with them, as long as you don't sell them for money / try to make money from them and so long as you don't distribute Modded Versions of the Game. + +What this means is you are not allowed to sell your mods even if you reserve all rights to them. There are plenty more examples of such details in licenses and other legal agreements in the modding world. All in all, be aware that you cannot decide all of your and other's rights with your license. + +## Conclusion + +To conclude, the importance of a software license cannot be overstated. You can choose whatever license you want (assuming you have the legal ability, of course), but be aware of the differences and consequences of choosing one over another. The licenses we've specified are what we recommend, as they are common and easy to understand. Hopefully, you will make your decision based on what you want to use and what your goals and purposes are. + +A massive thank you goes to Alexander Ryckeboer (Progryck) for the cover image! + +## Disclaimers + +We are not lawyers, and thus, **this is not legal advice.** No warranty is given regarding this information, and we (Modrinth) disclaim liability for damages resulting in using this information given on an "as-is" basis. For more information on the legal aspect to software licensing, please refer to "[The Legal Side of Open Source](https://opensource.guide/legal/)". + +No matter your choice of license, by uploading any Content (including but not limited to text, software, and graphics) to Modrinth, you give us certain rights to your Content, including but not limited to the ability to use, reproduce, or distribute. For more information, please see the [Modrinth Terms of Use](https://modrinth.com/legal/terms). + +Measurements for "most popular license", "second most common license", and "third most common license", were taken 2021-04-30. Custom licenses were not taken into account. diff --git a/apps/frontend/content/news/article/modpack-changes.md b/apps/frontend/content/news/article/modpack-changes.md new file mode 100644 index 0000000000..9176a2b253 --- /dev/null +++ b/apps/frontend/content/news/article/modpack-changes.md @@ -0,0 +1,53 @@ +--- +title: "Changes to Modrinth Modpacks" +summary: "CurseForge CDN links requested to be removed by the end of the month" +date: 2022-05-28 +thumbnail: ./thumbnail.jpg +--- + +CurseForge CDN links requested to be removed by the end of the month + +Modrinth's alpha launch of modpacks has been highly successful in the nearly two weeks it has been live, with over forty +packs launched to the platform. However, a number of these packs include links to download mods from CurseForge's CDN, +which has caught the attention of CurseForge. On May 24th, 2022, a representative from Overwolf sent email correspondence +to us demanding us to remove all modpacks and documentation that contain references to CurseForge CDN links by the end +of the month. The message was vague, and didn't specify whether or not they were making a legal threat against us or not, +so we responded in attempt to clarify what would happen if we chose not to comply. In response, they told us that they +would "consider next steps." + +Modrinth has every intention of complying with their demands, despite our belief that this is a huge loss for the +community. However, CurseForge's immediate "next steps" were to message launcher developers, requesting that they break +support for Modrinth packs that contain CurseForge CDN links, and claiming to them that we outright refused to remove the +packs containing the links from our platform ourselves when we did not refuse. + +To be clear, Modrinth condemns the anti-competitive behaviors that CurseForge are engaging in, however, we do not wish +for CurseForge or authors who have elected to opt-out of third party downloads from their platform to be our enemies. +Modrinth is and will always remain a project in support of open source software, with open and free APIs for all to use, +and encouraging of much needed competition and diversity in the mod hosting space. + +Unfortunately, in order to comply with their request, all Modrinth modpacks must now use override JARs in place of any +links to CurseForge's CDN. Specifically, CDN links to `edge.forgecdn.net` and `media.forgecdn.net` will no longer be part +of the `.mrpack` [specification](https://docs.modrinth.com/docs/modpacks/format_definition/#downloads), effective today. +Of course, modpack authors must ensure that they are properly licensed to redistribute any mods that are not hosted on +the Modrinth platform. While this is a huge blow to modpack creators and users of our platform for now, relying on +CurseForge CDN links has always been unreliable as a long-term solution, because they could choose to change the links +at any time, and it leaves variables outside of our control. In the long run, packs containing mostly mods hosted on +Modrinth will be better for the growth of our platform and for the stability of modpacks. + +In order to use mods exclusively hosted on CurseForge as override JARs, pack creators must ensure that either of the +following conditions must be met: + +1. The mod is licensed under terms that allow for redistribution. The pack author is responsible for following the terms of the license. +2. General or individual permission is granted from the mod author. This can be in the form of a message from the author or a statement made on a mod's project description granting permission to use it in modpacks. + +In order to aid in this process, Modrinth will be building a third party mod license database and automated tools that +will help pack creators with the hassle that will be ensuring all of the mods in their packs are properly licensed. +In addition, packs will continue to be hand-reviewed by Modrinth moderation staff and verified. Do note that in this +transition time, the review process for modpack projects may experience significant delays. Authors of existing modpacks +on the platform will be reached out to in order to help them convert their existing packs to compliant packs. + +For those wondering, our next steps as a company are: + +1. Mod license database for Modpack authors +2. Creator monetization +3. The Modrinth launcher for downloading and creating modpacks. diff --git a/apps/frontend/content/news/article/modpacks-alpha.md b/apps/frontend/content/news/article/modpacks-alpha.md new file mode 100644 index 0000000000..6fff9f5495 --- /dev/null +++ b/apps/frontend/content/news/article/modpacks-alpha.md @@ -0,0 +1,54 @@ +--- +title: "Modrinth Modpacks: Now in alpha testing" +summary: After over a year of development, we're happy to announce that modpack support is now in alpha testing. +date: 2022-05-15 +thumbnail: ./thumbnail.jpg +--- + +After over a year of development, Modrinth is happy to announce that modpack support is now in alpha testing! + +What does alpha mean, exactly? Principally, it means that **modpack support is still unstable** and that not everything is perfect yet. However, we believe it to be complete enough that it can be released for general use and testing. + +From this point forward, Modrinth has shifted development effort from modpacks to creator payouts. This long-anticipated feature means that mod developers, modpack creators, and anyone else who uploads content to Modrinth will be eligible to get the ad revenue generated from their project pages. + +## Where can I find them? + +Right next to mods on the site! URLs to modpacks are the same as mods, just with `mod` replaced with `modpacks`, so you can find the search at https://modrinth.com/modpacks. + +Over a dozen modpacks have already been created by our early pack adopters, and those are available for download right now! + +## Wait, so how do I download them? + +At this point in time, the only stable way to download modpacks and use them is through [ATLauncher]. You can also install Modrinth packs if you switch to the development branch of [MultiMC]. We're hoping to be supported by more launchers in the future, including our own launcher, which is still in development. Our [documentation for playing modpacks] will always have an up-to-date listing of the most popular ways to play packs. + +## How do I create packs? + +You can either use [ATLauncher] or [packwiz] to create modpacks. The [Modrinth format] is unique for our purposes, which is specifically in order to allow mods from multiple platforms to be in a pack. Our [documentation for creating modpacks] will always have an up-to-date listing of the most popular ways to create packs. + +## Can I use CurseForge mods in my modpack? + +Yes! The [Modrinth format] uses a link-based approach, meaning that theoretically, mods from any platform are usable. In practice, we are only allowing links from **Modrinth**, **CurseForge**, and **GitHub**. In the future, we may allow other sites. + +## What happened to Theseus? + +For a while, we've been teasing Theseus, our own launcher. While lots of progress has been made on it, we haven't yet gotten it to a usable state even for alpha testing. Once we think it's usable, we will provide alpha builds -- however, for now, our main focus will be shifting to payouts, with Theseus development ramping up once that is out. + +Remember: Modrinth only has a small team, and we have a lot of real-life responsibilities too. If you have experience in Rust or Svelte and would like to help out in developing it, please feel free to shoot a message in the `#launcher` channel in our [Discord]. + +## Conclusion + +All in all, this update is quite exciting for everyone involved. Just like with [the redesign](/redesign), this is the culmination of months upon months of work, and modpack support is really a big stepping stone for what's still yet to come. + +Remember: alpha means that it's still unstable! We are not expecting this release to go perfectly smoothly, but we still hope to provide the best modding experience possible. As always, the fastest and best way to get support is through our [Discord]. + +Next stop: creator payouts! + +[ATLauncher]: https://atlauncher.com +[MultiMC]: https://multimc.org +[packwiz]: https://github.com/packwiz/packwiz +[Modrinth format]: https://docs.modrinth.com/docs/modpacks/format_definition/ +[documentation for creating modpacks]: https://docs.modrinth.com/docs/modpacks/creating_modpacks/ +[documentation for playing modpacks]: https://docs.modrinth.com/docs/modpacks/playing_modpacks/ +[`packwiz cf import`]: https://packwiz.infra.link/reference/commands/packwiz_curseforge_import/ +[`packwiz mr export`]: https://packwiz.infra.link/reference/commands/packwiz_modrinth_export/ +[Discord]: https://discord.gg/EUHuJHt diff --git a/apps/frontend/content/news/article/modrinth-app-beta.md b/apps/frontend/content/news/article/modrinth-app-beta.md new file mode 100644 index 0000000000..15abcedeec --- /dev/null +++ b/apps/frontend/content/news/article/modrinth-app-beta.md @@ -0,0 +1,41 @@ +--- +title: Introducing Modrinth App Beta +short_title: Modrinth App Beta and Upgraded Authentication +summary: Changing the modded Minecraft landscape with the new Modrinth App, alongside several other major features. +short_summary: Launching Modrinth App Beta and upgrading authentication. +date: 2023-08-05T12:00:00-08:00 +thumbnail: ./app.jpg +--- + +The past few months have been a bit quiet on our part, but that doesn’t mean we haven’t been working on anything. In fact, this is quite possibly our biggest update yet, bringing the much-anticipated Modrinth App to general availability, alongside several other major features. Let’s get right into it! + +## Modrinth App Beta + +Most of our time has been spent working on [Modrinth App](/app). This launcher integrates tightly with the website, bringing you the same bank of mods, modpacks, data packs, shaders, and resource packs already available for download on Modrinth. + +Alongside that, there are a wealth of other features for you to find, including: + +- Full support for vanilla, Forge, Fabric, and Quilt +- Full support for Windows, macOS, and Linux +- Modrinth modpack importing, either through the website or through a .mrpack file +- Modrinth modpack exporting to the .mrpack format to upload to the website or share with friends +- Importing of instances from a variety of different launchers, including MultiMC, GDLauncher, ATLauncher, CurseForge, and Prism Launcher +- The ability to update, add, and remove individual mods in a modpack +- The ability to run different modded instances in parallel +- The ability to view and share current and historical logs +- An auto-updater to ensure the app is always up-to-date +- An interactive tutorial to show you through the core features of the app +- Performance through the roof, backed by Rust and Tauri (not Electron!) +- Fully open-source under the GNU GPLv3 license + +More features will, of course, be coming in the future. This is being considered a **beta release**. Nonetheless, we’re still very proud of what we’ve already created, and we’re pleased to say that it’s available for download on our website **right now** at [https://modrinth.app](/app). Check it out, play around with it, and have fun! + +## Authentication, scoped tokens, and security + +The second major thing we’re releasing today is a wide range of changes to our authentication system. Security is a top concern at Modrinth, especially following recent events in the modded Minecraft community when several individuals were compromised due to [a virus](https://github.com/trigram-mrp/fractureiser/tree/main#readme). While Modrinth was not affected directly by this attack, it provided a harrowing reminder of what we’re working with. That’s why we’re pleased to announce three major features today that will strengthen Modrinth’s security significantly: in-house authentication, two-factor authentication, and scoped personal access tokens. + +### In-house authentication and two-factor authentication + + + +Until today, Modrinth has always used GitHub accounts exclusively for authentication. That changes now. Starting today, you can now connect your Discord, Microsoft, Google, Steam, and/or GitLab accounts to your Modrinth account. You may also forgo all six of those options and elect to use a good ol’ fashioned email and password. No problems with that! (If you’re curious, we store passwords hashed with the Argon2id method, meaning we couldn't read them even if we wanted to.) diff --git a/apps/frontend/content/news/article/modrinth-beta.md b/apps/frontend/content/news/article/modrinth-beta.md new file mode 100644 index 0000000000..abf347a42a --- /dev/null +++ b/apps/frontend/content/news/article/modrinth-beta.md @@ -0,0 +1,31 @@ +--- +title: Welcome to Modrinth Beta +summary: "After six months of work, Modrinth enters Beta, helping modders host their mods with ease!" +date: 2020-12-01 +thumbnail: ./thumbnail.jpg +--- + +After six months of work, Modrinth enters Beta, helping modders host their mods with ease! + +Six months ago, in order to fill a void in the modding community, the project that would eventually become Modrinth was founded. Modrinth was created to bring change to an otherwise stagnant landscape of hosts. Today, Modrinth enters Beta, a huge step forward for Modrinth! + + + +> Modrinth's brand new design, rolling out with the launch of Beta + +## What's new? + +If you've checked out Modrinth in the past, here's the main things you'll notice that have changed: + +- All new clean and modern design in both light and dark modes +- Mods now display download counts correctly +- Mod information can now be edited in the author Dashboard +- More information can be added to mods + +## What's next? + +Modrinth is still in beta, of course, so there will be bugs. In the coming weeks and months, we will be prioritizing fixing the issues that currently exist and continue refining the design in areas that are rough. + +If you find any, please report them to the issue tracker: https://github.com/modrinth/code/issues + +If you would like to chat about Modrinth, our discord is open to all here: https://discord.modrinth.com diff --git a/apps/frontend/content/news/article/modrinth-servers-beta.md b/apps/frontend/content/news/article/modrinth-servers-beta.md new file mode 100644 index 0000000000..474b5e2621 --- /dev/null +++ b/apps/frontend/content/news/article/modrinth-servers-beta.md @@ -0,0 +1,57 @@ +--- +title: Host your own server with Modrinth Servers — now in beta +short_title: Introducing Modrinth Servers +summary: Fast, simple, reliable servers directly integrated into Modrinth. +short_summary: Host your next Minecraft server with Modrinth. +thumbnail: ./thumbnail.jpg +date: 2024-11-02T22:00:00-08:00 +--- + +It's been almost _four_ years since we publicly launched Modrinth Beta. Today, we're thrilled to unveil a new beta release of a product we've been eagerly developing: Modrinth Servers. + +Modrinth Servers aims to provide the most seamless experience for running and playing on modded servers. To make this possible, we have partnered with our friends at the server hosting provider [Pyro](https://pyro.host). Together, we've developed fully custom software that gives us a unique advantage in scaling, offering new features and integrations that other hosts couldn't dream of. + +For this beta launch, **all servers are US-only**. Please be aware of this if you are looking to purchase a server, as it may not be optimal for users outside of North America. + + + +## What makes Modrinth Servers unique? + +We understand that entering the server hosting industry might come as a surprise given the number of existing providers. Here's what sets Modrinth Servers apart: + +### The most modern hardware + +Your modpack shouldn't have to run slow. All our servers are powered by cutting-edge 2023 Ryzen 7 and Ryzen 9 CPUs with DDR5 memory. From our research, we couldn't find any other Minecraft server host offering such modern hardware at any price point, much less at our affordably low one. This ensures smooth performance even with the most demanding modpacks. + +### Seamless integration with Modrinth content + +Download mods and modpacks directly from Modrinth without any hassle. This deep integration simplifies server setup and management like never before. With just a few clicks, you can have your server up and running with your favorite mods. + +### Fully custom panel and backend + +Unlike most other server hosts that rely on off-the-shelf software like Multicraft or Pterodactyl, Modrinth Servers is fully custom-built from front to back. This enables higher performance and much deeper integration than is otherwise possible. Our intuitive interface makes server management a breeze, even for newcomers. + +### Dedicated support + +Our team is committed to providing exceptional support. Whether you're experiencing technical issues or have questions, we're here to ensure your experience with Modrinth Servers is top-notch. + +### No tricky fees or up-charges + +Modrinth Servers are offered in a very simple Small, Medium, and Large pricing model, and are priced based on the amount of RAM at $3/GB. Custom URLs, port configuration, off-site backups, and plenty of storage is included in every Modrinth Server purchase at no additional cost. + +## What’s next? + +As this is a beta release, there's much more to come for Modrinth Servers: + +- **Global availability:** We plan to expand to more worldwide regions and offer the ability to select a region for your server, ensuring optimal performance no matter where you are. +- **Support more types of content:** We'll be adding support for plugin loaders and improving support for data packs, giving you more flexibility and functionality +- **Social features:** A friends system to make sharing invites to servers easier, streamlining sharing custom-built modpacks and servers with your community. +- **App integration:** Full integration with Modrinth App, including the ability to sync an instance with a server or friends, making collaboration seamless. +- **Collaborative management:** Give other Modrinth users access to your server panel so you can manage your server with your team. +- **Automatic creator commissions:** Creators will automatically earn a portion of server proceeds when content is installed on a Modrinth Server. + +And so much more... stay tuned! + +We can't wait for you to try out [Modrinth Servers](https://modrinth.gg) and share your feedback. This is just the beginning, and we're excited to continue improving and expanding our services to better serve the Minecraft community. + +**From the teams at Modrinth and Pyro, with <3** diff --git a/apps/frontend/content/news/article/new-site-beta.md b/apps/frontend/content/news/article/new-site-beta.md new file mode 100644 index 0000000000..861cbf2abd --- /dev/null +++ b/apps/frontend/content/news/article/new-site-beta.md @@ -0,0 +1,26 @@ +--- +title: "(April Fools 2023) Powering up your experience: Modrinth Technologies™️ beta launch!" +short_title: "(April Fools 2023) Modrinth Technologies™️ beta launch!" +summary: Welcome to the new era of Modrinth. We can't wait to hear your feedback. +short_summary: Power up your experience. +date: 2023-04-01T00:00:00-08:00 +thumbnail: ./thumbnail.jpg +--- + +**Update 04/02: Due to a number of (ridiculous) complaints we received such as “not being able to use the site on mobile” and “the ads are a bit much”, we have decided to halt the rollout of the beta site. Happy April 1st, everyone.** + +--- + +OwO hewwo evewyone! I'm super exdited to announth that Modwinth is getting a bwand new update! WOOHOO! But, befowe I dwelve into the detaiws, I want to apologize in advance because my grammar and spwelling might not be the best (teehee). Anyway, this new update is going to be sow awesome and is going to make Modwinth the best modding website evew! + +But first, a quick message to all of our mobile users: We don't cawe about you anymore! _insert evil laughter here_ We've decided to focus all of our efforts on desktop users, so we won't be supporting mobile devices anymore. If you want to use Modwinth, you'll have to buy a desktop or laptop computer! (LOL) + +And that's not aww, we've also added a bunch mowe ads! Because, wet's face it, who doesn't wove ads? Am I wight? (hehe) We've added ads that will pop up evewy five seconds, so you won't miss them. And to make suwe you don't get bowed of seeing the same ad over and over again, we've made suwe to wotate them frequently. You'we welcome! UwU + +Oh, and did I mention the nyew wayout and design? We've made it weally cool! YAY! We wanted to make suwe that UwU aww feel a sense of nyostalgia and weminisce about the good owd days of the intewnet. Wemembew those days when websites wooked wike they wewe made by a 5-yeaw-owd? Well, we've bwought that back! (WINKY WINK) + +The Fitneshgwam Pacew Test is a multistage aewobic capabiwity test that pwogwessively gets mowe difficult as it continyues. The 20 metew pacer test will begin in 30 seconds. Nyya~ Meowmeow! Win the pacer test you must weach the othew end befowe the beep. Each time you hear the beep meow, uwu wun nyya to the othew end nya. The wun nya must be in wine with the beep. Meowmeow! The eawwier nya you wun, the mowe time you have to westa nya. If you faiw to weach the othew end befowe the beep nya meow, the test will end. So twy youw best and Gud wuck! + +In suwummawy, we'we weally excited about the nyew changes and we hope UwU awe too! Modwinth is no wonger a pwace for everyone, but wather, for deskto-p users onwy. We've also added mowe ads than evew befowe and made suwe to make the wayout and design as tewwible as possibwe! + +Enjoy! UwU diff --git a/apps/frontend/content/news/article/plugins-resource-packs.md b/apps/frontend/content/news/article/plugins-resource-packs.md new file mode 100644 index 0000000000..24e2360e1b --- /dev/null +++ b/apps/frontend/content/news/article/plugins-resource-packs.md @@ -0,0 +1,95 @@ +--- +title: Plugins and Resource Packs now have a home on Modrinth +summary: "A small update with a big impact: plugins and resource packs are now available on Modrinth!" +date: 2022-08-27 +thumbnail: ./thumbnail.jpg +--- + +With the addition of modpacks, creating new project types has become a lot easier. Our first additions to our new system are plugins and resource packs. We'll also be working on adding datapacks, shader packs, and worlds after payouts are released. + +Don't worry - this hasn't taken away an awful lot of development time from author payouts. Those are still being worked on! + +## Plugins + +With plugins, we're supporting five loaders and three proxies: Bukkit, Spigot, Paper, Purpur, Sponge, BungeeCord, Waterfall, and Velocity. + +Several new categories have specifically been added for plugins, though mod categories can be used for plugins and vice versa. + +[Go browse our plugin section!](https://modrinth.com/plugins) + +### Why add plugins? + +This is a question we've received quite often since we first announced our intention to host plugins, so let's break it down a bit. + +Currently, there are three main platforms on which plugins can be downloaded from: Bukkit, Spigot, and Sponge's Ore. Notice the main issue there? These sites are bound to a specific loader. This isn't inherently _bad_ - however, as forks and new projects spawn, there is a noticeable lack of flexibility in what can be hosted on a given platform. For example, Spigot is unable to host plugins which specifically depend on the exclusive features provided by Paper's API. Paper's solution to this is to build their own platform, but this simply perpetuates the same problem. + +The best solution here is to create a separate platform which is unbiased and flexible enough to adapt to a changing ecosystem. Modrinth is the perfect candidate for this - after all, plugins are mods under a different name, and likewise mods are plugins under a different name. + +No matter the situation, authors are always allowed to upload their plugins to multiple sites. Build automation is incredibly easy to set up, especially with "set it and forget it" build tools such as [Minotaur](https://github.com/modrinth/minotaur). + +### Will paid plugins be supported? + +No. Modrinth does not have the infrastructure to support this, and it's not currently planned. Author payouts are still being worked on. + +### What about mods that have plugin versions and vice versa? + +Modrinth is taking a unique approach to this. While the search pages are separate, in reality, the backend is the same. You can select plugin loaders when creating a mod and you can select mod loaders when creating a plugin. The split only exists on the frontend so that projects like [Chunky](https://modrinth.com/mod/chunky) can share a single page across their versions. + +Plugins which also have versions for mod loaders will be displayed under the `/mod/` URL on the frontend. Plugins without mod loader versions are displayed under `/plugin/`. + +## Resource packs + +The other thing we've added support for is resource packs! + +Previously we hinted at Bedrock resource packs being supported in addition to Java resource packs. We've decided not to add Bedrock resource packs until we also add support for other Bedrock resources for various technical reasons. + +[Go browse our resource pack section!](https://modrinth.com/resourcepacks) + +### Secondary categories + +Resource packs are capable of adding a wide range of different things, like fonts, sounds, and core shaders. We found that the current category system was inadequate to account for all of these, especially with the three maximum limit. Thus, we've introduced a "secondary category" system, for categories which don't display by default but can still be searched. These secondary categories have a limit of 255 instead of three. Please add as many secondary categories as are relevant! + +On search pages, "Features" have been split into their own header. Where categories for resource packs can be accurately described as themes, features instead show what exactly a resource pack adds. Resolutions have also been split into their own header, though selecting a pack resolution is optional. + +### What about resource packs that require a mod to function? + +Resource packs are able to set dependencies on other projects (even those which aren't resource packs), just like how modpacks are able to set dependencies on mods. It's worth noting that OptiFine is not on the platform, and thus you cannot set a dependency on that; however, you can set a dependency on any of the other alternative mods which _are_ available on Modrinth, including [Entity Texture Features](https://modrinth.com/mod/entitytexturefeatures), [OptiGUI](https://modrinth.com/mod/optigui), [Continuity](https://modrinth.com/mod/continuity), [CIT Resewn](https://modrinth.com/mod/cit-resewn), [Animatica](https://modrinth.com/mod/animatica), or [Custom Entity Models](https://modrinth.com/mod/cem). + +## Other miscellaneous changes + +### Version number changes + +For a long time, version numbers have had a requirement to be unique within the same project. Alongside this update, we found it necessary to remove this restriction on version numbers. Thus, you'll no longer have to use something like `1.2.3+forge` and `1.2.3+fabric` if you have a project on multiple loaders - instead, you can just use `1.2.3`. + +To accommodate this, the frontend now appends the loaders and game versions onto the end of a URL if there are duplicates, and the [Modrinth Maven] now supports version IDs. + +We do not recommend retroactively changing version numbers to remove this additional metadata, though. If you change your version numbers, the following will break: + +- URLs to specific versions +- Buildscripts depending on your project via the [Modrinth Maven] +- Download counters (see labrinth issue [#351](https://github.com/modrinth/labrinth/issues/351)) + +### LiteLoader support + +Modrinth now supports LiteLoader for mods. It's nothing special, but it should help with some archival efforts. + +### Misc category deletion + +We've also deleted the `Misc` category as no one is going to want to filter by `Misc` in search. If you have any other suggestions for categories, feel free to suggest them in [our Discord][Discord] or [Tweet at us](https://twitter.com/modrinth)! + +## Developer/API changes + +The changes in this update are rather minimal when it comes to API-related stuff. Two new fields have been added to the [project struct](https://docs.modrinth.com/api-spec/#tag/project_model) - `approved`, which is the timestamp of when the project was approved (null if it's not approved or unlisted), and `additional_categories`, another set of categories which are to be seen as less important than normal categories. You can read the [secondary categories](#secondary-categories) section for more info on it. If you wish to implement the headers in your API integration, the [category list](https://docs.modrinth.com/api-spec/#tag/tags/operation/categoryList) now has a `header` field. + +As for the [search result struct](https://docs.modrinth.com/api-spec/#tag/project_result_model), `created` now matches the `approved` date rather than the `published` project field, and `categories` now also includes secondary categories. A new field, `display_categories`, matches only primary categories. + +Differences between mod loaders and plugins will need to be hardcoded within your API integration for the time being if you wish to have them shown separately. This will be cleaned up in API v3 alongside a general cleanup of a lot of other small aspects of the API. If you have any suggestions for breaking API v3 changes, feel free to suggest them in [our Discord][Discord]. Development on API v3 is likely to begin before the end of the year. + +## Conclusion + +We're very happy to be announcing this feature, even if it is minor in comparison to some of our other past and future announcements. Don't worry - author payouts are still being worked on, and will most likely be our next major announcement! We saw this as an opportunity to get a feature out with relatively little new code (since we'd already done everything needed alongside modpacks), so we ran with it. + +As always, feel free to provide feedback on [our Discord][Discord], and please report any bugs you come across on [our GitHub](https://github.com/modrinth). + +[Discord]: https://discord.modrinth.com +[Modrinth Maven]: https://support.modrinth.com/en/articles/8801191-modrinth-maven diff --git a/apps/frontend/content/news/article/redesign.md b/apps/frontend/content/news/article/redesign.md new file mode 100644 index 0000000000..1c2fbe9e11 --- /dev/null +++ b/apps/frontend/content/news/article/redesign.md @@ -0,0 +1,141 @@ +--- +title: "Now showing on Modrinth: A new look!" +summary: "After months of relatively quiet development, Modrinth has released many new features and improvements, including a redesign. Read on to learn more!" +thumbnail: ./thumbnail.jpg +date: 2022-02-27 +--- + +After months of relatively quiet development, Modrinth has released many new features and improvements, including a redesign. While we've been a bit silent recently on the website and blog, our [Discord server][Discord] has activity on the daily. Join us there and follow along with the development channels for the very latest information! + +For both those who aren't in the Discord and for those who are, this serves as a status update for what exactly has been going on in our silence. There have been an unparalleled amount of changes, improvements, bug fixes, and new features being worked on since April 2021, and we are incredibly excited to share them with everyone. There are still many things we're still working on, such as modpacks, but we've decided to hold back on that as there is still some fine-tuning that needs to be done on that front. + +## New and improved design + +The [frontend](https://github.com/modrinth/knossos) has received a considerable facelift. With designs made in part by [falseresync](https://modrinth.com/user/falseresync) (and a sprinkle of bikeshedding), we present to you, the redesign! + +As they say, a picture tells somewhere around nine-hundred odd words. As such, this section will be heavily focused on screenshots of the pages rather than long descriptions. + +### Project pages + + + +_A beautiful project page for Iris to match its beautiful shaders_ + +On project pages, much of the focus has been shifted to the extended description rather than the metadata, which has been put over on the side. We've also added an option to switch this from the left side to the right side in your user settings, if you so desire. + +### Gallery + + + +_Pictures... pretty!_ + +Developers can now add a Gallery section on each project page! Each uploaded image or GIF can have a title and description associated with them. + +### Changelog + + + +_A changelog page for showing the difference between updates!_ + +Version changelogs are automatically compiled together into a large changelog list. These are put in reverse chronological order, and are separated for Fabric and Forge versions. + +### Version creation and dependencies + + + +_Version creation has gotten an overhaul!_ + +While dependencies have existed in the backend for a while, their implementation was a bit haphazard and was never widely used due to never being in the frontend. Thus, all previous dependencies have been wiped, and they have been redone better(TM). And hey, now you can add and see dependencies in the frontend! + +### Profile settings & dashboard + + + +_The new settings panel for managing your profile and other visual settings_ + +The dashboard has been reworked and reorganized: the "My mods" section has been merged into the profile page itself, and the "Settings" page has been split into "Profile" and "Security". There are also options for switching the project and search information from the left side of the screen to the right. + + + +The notifications page is also now its own page separate from the dashboard, accessible only from the header. The notifications page also has a highly-requested "Clear all" button. + + + +## Backend changes and API v2 + +There have been a number of breaking changes in this update, and as such, the API number has been bumped. The `/api/` prefix has also been removed, as it's redundant when the base API URL is `api.modrinth.com`. This means the production URL is now `api.modrinth.com/v2` instead of `api.modrinth.com/api/v1`. + +The major changes include the universal rename of `mod` to `project`, as well as the move of the `mod` endpoint to `search`. While version 1 will be supported until January 2024 and won't be removed until July 2024, we still highly recommend that applications migrate as soon as possible. For full migration instructions, see the migration guide [on the docs site](https://docs.modrinth.com/docs/migrations/v1-to-v2/). + +## Minotaur + +[Minotaur](https://github.com/modrinth/minotaur) is the tool for mod developers to upload their mod directly to Modrinth automated through Gradle. Minotaur received a considerable facelift and is now a lot more user-friendly. Previously, an example buildscript might look like this: + +```groovy +task publishModrinth(type: com.modrinth.minotaur.TaskModrinthUpload) { + onlyIf { + System.getenv().MODRINTH_TOKEN + } + token = System.getenv().MODRINTH_TOKEN + projectId = 'AABBCCDD' + versionNumber = version + versionName = "[$project.minecraft_version] Mod Name $project.version" + releaseType = 'alpha' + changelog = project.changelog + uploadFile = remapJar + addGameVersion('1.18') + addGameVersion('1.18.1') + addGameVersion('1.18.2') + addLoader('fabric') +} +``` + +This exact same buildscript snippet, in Minotaur 2.0.0, can be written as the following: + +```groovy +modrinth { + projectId = 'AABBCCDD' + versionName = "[$project.minecraft_version] Mod Name $project.version" + releaseType = 'alpha' + changelog = project.changelog + uploadFile = remapJar + gameVersions = ['1.18', '1.18.1', '1.18.2'] + loaders = ['fabric'] + dependencies = [ + new ModDependency('P7dR8mSH', 'required') // Creates a new required dependency on Fabric API + ] +} +``` + +Notice how it's now in a `modrinth {...}` block instead of creating a new task. The `modrinth` task is automatically created. + +The `loaders` declaration in the new version isn't even needed if you're using Fabric Loom or ForgeGradle. The project version can be detected automatically, and the token uses the `MODRINTH_TOKEN` environment variable by default now. The game version and loader listings actually make sense now, and dependencies are possible! + +## More miscellanea + +Along with the major headlining features, there are also a number of smaller features, fixes, and improvements coming with the big update. Most of these need no more than a bullet to describe, so here's a bullet list of the smaller things! + +- If you are the owner of a project, you can now transfer the ownership to another user, as long as they have already accepted an invitation to be a member. In the frontend, this can be done on the Settings page, under the "Team members" section. +- iframes for YouTube videos are now allowed. Any iframes from elsewhere are still not allowed. +- Files are now validated to ensure they contain a valid Forge or Fabric mod, or are in the correct modpack format. +- When changing the status of a project, file moderators are now able to add a message (heading and body separate) to be seen by project team members. +- Versions must now always have a file attached. +- Projects will only be able to have `draft` status if they contain no versions. Additionally, a new `archived` status has been added. +- Donation URLs have been re-enabled. +- Fix: Markdown checkboxes will no longer render strangely ([knossos#291](https://github.com/modrinth/knossos/pull/291)) +- Fix: [Maven](https://docs.modrinth.com/docs/tutorials/maven/) will no longer randomly break ([labrinth#264](https://github.com/modrinth/labrinth/pull/264) and [labrinth#252](https://github.com/modrinth/labrinth/pull/252)) +- ...and many other smaller things! + +## What happened to modpacks? + +We've been teasing modpacks for a long time now. While they're done for the most part, we've decided to hold back on their release for the time being. We're working hard to get those done some time soon, and there'll be another post when those are ready for general consumption. + +## Conclusion and a call for developers + +In conclusion, we hope that you're excited about this update as much as we are. We believe that, with how much work has been put into this update, it has definitely been worth the wait. + +On a separate note, are you looking to contribute to Modrinth? Have you got experience with Rust or Svelte? We're hiring! Please reach out to `Geometrically#8387` on Discord to apply for a position. + +Thank you for reading, and may your dreams be filled with pineapples, tiny potatoes, and squirrels. + +[Discord]: https://discord.gg/EUHuJHt diff --git a/apps/frontend/content/news/article/two-years-of-modrinth-history.md b/apps/frontend/content/news/article/two-years-of-modrinth-history.md new file mode 100644 index 0000000000..9ee98bce37 --- /dev/null +++ b/apps/frontend/content/news/article/two-years-of-modrinth-history.md @@ -0,0 +1,90 @@ +--- +title: "Two years of Modrinth: a retrospective" +summary: The history of Modrinth as we know it from December 2020 to December 2022. +date: 2023-01-07 +thumbnail: ../two-years-of-modrinth/thumbnail.jpg +--- + +Let's rewind a bit and take a look at the past two years of Modrinth's history. We've come so far from our pre-beta HexFabric days to today. A good portion of our pre-beta history can be found in the [What is Modrinth](../what-is-modrinth) blog post, but Modrinth obviously is not the same platform it was two years ago. + +## December 2020: Modrinth Beta begins + + + +> Modrinth's brand new design, rolling out with the launch of Beta + +December was the release of the initial [Modrinth Beta](../modrinth-beta), bringing a completely different interface and the ability for mods to be created for the first time. This interface has since been completely discarded, but this is what Modrinth looked like for well over a year. It's hard to believe! + +December also brought the introduction of the [Minotaur](https://github.com/modrinth/minotaur) Gradle plugin for the first time for upload automation. Minotaur today also looks nothing like it did when it was introduced, but it still accomplishes the same exact thing. + +## January 2021: Improvements to mod uploading + +An announcement in mid-January brought several essential additions and improvements to Modrinth which we consider commonplace today. Among these were: + +- A separate version creation page +- The ability to edit and delete existing versions +- The ability to delete existing mods and users + +January also brought the introduction of Google AdSense onto Modrinth. The eventual results, including our switch after to EthicalAds, solidified Modrinth's stance that ads should be unobtrusive and generally friendly to users. + +## February-March 2021: Follows, reports, notifications, oh my! + +March brought the first introduction of the abilities to follow and report projects, as well as the automatic featuring of some versions depending on loader and Minecraft version. These systems have largely remained unchanged since their introduction, though the notification system will likely be getting a refresh come 2023. + +## April-December 2021: Season of silence + +After follows, reports, and all that jazz, Modrinth largely went silent for a good while. This time period had some of the largest growth Modrinth had ever seen, and yet it seemed Modrinth's development had ground to a halt. Modrinth Team members were dropping like flies until there was a point where there was a single person on the team. What happened? + +For various reasons, whether it be lack of free time or a lack of interest in Minecraft in general, people ended up leaving to pursue other things. It's not quite as apocalyptic or barren as these descriptions make it seem, but it's more fun to describe it like this. + +Picking up the remnants from what others had left behind, one man was destined to continue developing for Modrinth. The one who began the whole operation in the first place, Geometrically, stood up and began developing. Thus came the development of project types, gallery images, API v2, and modpacks. + +## January 2022: API v2 introduction + +Right around the corner came 2022. Perchance this would be the time for the silence to be broken? Indeed, the world would be able to hear about all that was brewing over the past few months. + +Of course, this wasn't all introduced at once—it was a gradual rollout over several months. First was the introduction of v2 of Modrinth's API, allowing many breaking changes to occur, including namely the renaming of _mods_ to _projects_. Wait, why was this necessary? + +Up until this point, Modrinth only hosted mods. Project types, as we call them, allow projects to be given the designation of something other than _mod_; for example, _modpack_ or _resourcepack_, like we have today. This simple field, alongside all of the infrastructure which was needed to support it, was the first step to allow modpacks on Modrinth. + +## February 2022: Redesign + +Remember the interface introduced in December 2020? Let's scrap it! Actually, it wasn't entirely scrapped, but it got a treatment similar to the [Ship of Theseus](https://en.wikipedia.org/wiki/Ship_of_Theseus) to the point that it was barely recognizable. + + + +> The former Modrinth homepage + +Alongside this was the official announcement of API v2, as well as the introduction of the project gallery, the changelog tab, dependencies, and many other things. [Here's the blog post announcement for the redesign](../redesign)! + +February also brought the introduction of several new Modrinth Team members to the fold, including Prospector and triphora, both of whom are still on the team, alongside Hutzdog and venashial, who we thank for helping us through much of 2022. + +## March-April 2022: Small changes and preparation for modpacks + +A couple weeks after the redesign we pushed out some changes which included improvements to several tabs on project pages and many bug fixes. [The blog post from that can be found here](../knossos-v2.1.0). + +The next couple months were spent preparing for the release of modpacks. This is the first introduction of our "early adopters" program, still in use today, allowing a feedback loop of authors and other community members to create the best product that we can. Without early adopters, many of the features on Modrinth which you've come to love, including modpacks, plugins, resource packs, would be less than ideal. + +## May 2022: Modpacks in alpha + +In May, we finally did the big release of modpacks on Modrinth. Well, in alpha, anyway—but that was less of a marker of instability and more a marker of being incomplete without the launcher. [The modpack alpha release blog post can be found here](../modpacks-alpha). + +When we first announced modpacks, the initial format had been set in stone for a couple years, and it had been decided that CurseForge links would be allowed within them. This got turned on its head due to an email sent to us by Overwolf. More information on that can be found on the [Changes to Modrinth Modpacks blog post](../modpack-changes). + + + +## June-August 2022: Plugins and resource packs + +The summer of 2022 was largely dedicated to working on releasing creator monetization. First, though, we made a pit stop to introduce plugins and resource packs to Modrinth. [Find that blog post here](../plugins-resource-packs). + +Plugins in particular were tricky since we had to account for projects which had both mod and plugin versions. It was at this point we realized that the project type system isn't entirely what we cracked it up to be, and we're hoping to completely replace it once API v4 rolls around, as far away as that may sound. For now, though, it will suffice. + +## September-November 2022: Creator monetization + +With plugins and resource packs done, we continued working on creator monetization. This included [a brief experiment](../carbon-ads) with a different ad provider before we eventually switched to creating [our own ad system](https://adrinth.com). + +November brought the actual beta release of creator monetization—[here's the blog post for that](../creator-monetization-beta). We are continuing to develop and refine this system to ensure authors continue to earn money from publishing projects on Modrinth. + +## December 2022-January 2023: Anniversary Update + +That, of course, brings us to today's [Anniversary Update](../two-years-of-modrinth)! Now that you're done reading this, feel free to go back over to that post and read about everything that's new in the Anniversary Update so that I don't have to repeat myself. Take a look at our New Year's Resolutions for 2023 while you're at it, too! diff --git a/apps/frontend/content/news/article/two-years-of-modrinth.md b/apps/frontend/content/news/article/two-years-of-modrinth.md new file mode 100644 index 0000000000..3a6484e398 --- /dev/null +++ b/apps/frontend/content/news/article/two-years-of-modrinth.md @@ -0,0 +1,128 @@ +--- +title: Modrinth's Anniversary Update +summary: Marking two years of Modrinth and discussing our New Year's Resolutions for 2023. +date: 2023-01-07 +thumbnail: ./thumbnail.jpg +--- + +Modrinth initially [went into beta](../modrinth-beta) on November 30th, 2020. Just over a month ago was November 30th, 2022, marking **two years** since Modrinth was generally available as a platform for everyone to use. Today, we're proud to announce the Anniversary Update, celebrating both two years of Modrinth as well as the coming of the new year, and we'll be discussing our New Year's Resolutions for 2023. + +Before you read this post, though, we recommend taking a look at [our retrospective on Modrinth's history through 2020—2022](../two-years-of-modrinth-history). It just wouldn't be right to take a look at the present and the future without also taking a look at our past, seeing how far we've come from our humble beginnings. + +With that out of the way, this post primarily serves to announce a few of the smaller features we've been working on after the release of creator monetization. We've bundled these all together as the **Anniversary Update**. + +Looking just at what's already done is boring, though, so we'll also be looking at what's yet to come. Modrinth's future is even brighter than any of us can imagine, so we'll be focusing on what we're gonna do in order to get to that bright future. If you've ever made **New Year's Resolutions**, we're going to briefly discuss our resolutions for 2023. + +Without further adieu, let's get right into what's new with this new year! + +## Shader packs and data packs + +The long-awaited arrival of shader packs and data packs is now here on Modrinth! + +Shader packs can be viewed in the [shaders tab](/shaders). This includes shaders that support [Iris](/mod/iris), [Canvas](/mod/canvas), and OptiFine, as well as vanilla core shaders. (Even though they're installed via the resource pack system, we have decided to put Canvas and core shaders in shader packs since most users will not search in resource packs for shader packs, even if that's how they're installed.) + +Data packs can be found in the [data packs tab](/datapacks). These are implemented similarly to plugins, in that projects with a mod version can also upload a data pack version (and vice versa). Additionally, data pack authors can choose to have their data packs packaged as a mod using the handy-dandy button on the site. + +Data packs can optionally upload a corresponding resource pack as a separate file. We discourage bundling data files and asset files in the same zip file. + +## New landing page + +The [homepage](/) has been completely remade, featuring a scrolling list of random projects from Modrinth. Feel free to use this to discover new projects—just make sure you refresh occasionally, because they loop after a little while until you refresh! + + + +## Project overhaul for creators + +We're continuing to bring expansions to the creator dashboard introduced with monetization. The new **Projects** tab allows you to view all of your projects in a table and quickly access their information and settings. + +[](/dashboard/projects) + +The same page also introduces the ability to bulk-edit the external resource links without having to edit each page individually. For example, if your Discord invite expires, you used to have to edit each of your projects individually to add it back. Now you can just select the projects you want to edit the links for and edit them all at the same time! + + + +Even better are the changes to the settings page for individual projects. Previously, the project settings page was disorganized and cluttered. The project settings page has been completely redone, inspired by GitHub's repository settings page. + + + +Draft projects also now have a publishing checklist, making it more clear to authors as to what their next steps should look like. Red asterisks are items that must be completed before submitting and purple light bulbs are suggestions. + + + +## Version page overhaul + +The layout of the individual version page has gotten a complete overhaul. It's much easier to just show the new UI in action rather than trying to explain it! + +A screenshot of the way that individual versions look now: + + + +That's not all, though. Version creation now automatically infers most details after you upload your first file. Try it out sometime—whenever you upload your first file, most stuff should already be filled in. This system is still in-development, so if you find any issues, please file an issue on [GitHub](https://github.com/modrinth/code). + +## Project card views + +Anywhere which lists projects, namely search and user pages, have gotten a great overhaul. You can choose between the classic list view, the grid view, and the gallery view. + + + +By default, shader packs and resource packs use the gallery view, user pages use the grid view, and everywhere else use the list view. You can cycle through them near the top of each page or change them in your [display settings](/settings). + +The gallery image uses the featured gallery image on a project, so please ensure if you are a shader pack or resource pack author that you set a featured gallery image! + +## Gallery image UI for creators + +The existing UI for gallery image creation, editing, and deletion was flawed in many ways, so we threw out the old way of doing it and created a whole new system for this. It should be less prone to the many many bugs that plagued the previous implementation. + + + +## New project webhook + +Our [Discord server](https://discord.modrinth.com) has a brand new channel: #new-projects. A webhook sends a message to this channel every time a new project gets approved. Check it out when you get a chance! + + + +## Miscellaneous additions + +- Custom SPDX license identifiers can now be selected, and a license's text is now displayed in a modal if the author has not manually set a license link. +- Each project now has a color associated with it, generated from the icon. This color is used in place of a gallery image in search if the project has no gallery image. +- The [bug with disappearing and duplicated versions](https://github.com/modrinth/code/issues/1748) due to the reuse of version numbers is now fixed. +- Whenever a project gets its status updated (for example from _under review_ to _approved_), the project's team members will now get a notification. +- The ability to manually reorder gallery images has been added via an integer ordering field. In the future, this sorting ability may expand to team members and versions. We also hope to add a drag-and-drop functionality similar to Discord server organization. +- You can also now formally request that your project be marked as unlisted, private, or archived instead of always having it be listed first. +- The ability to schedule the release of projects and versions has been added to the backend and is likely to be added to the frontend in the next few weeks. +- Several other bug fixes and minor features, mainly contributed by community members. + +## New Year's Resolutions + +Now that we've looked at everything accomplished over the past month and a half, let's take a look at our New Year's Resolutions—things we wish to achieve during 2023. + +### Theseus Launcher + +During 2023, our main focus will shift to the Modrinth launcher, code-named Theseus. Progress has been off and on for the past year and a half, but we intend to fully launch it before the end of the year. Theseus will bring a next-level experience to Minecraft launchers, bringing first-class support for Modrinth and unique features that would be difficult for other providers to parallel. + +The release of the Theseus project will also mark the end of the "alpha" status for Modrinth modpacks. Stay tuned for more information about alpha tests and early adopters programs! + +### Continuing to grow creator tools + +Another one of our focuses for this year is to put more work into our analytics system and in growing creator monetization through our [Adrinth](https://adrinth.com) ad network. As of today, monetization is now out of beta, but we are still constantly working on ways to make Modrinth even better and easier to use for new and returning creators. Some of these improvements are big, like the project settings overhaul, while others are more subtle quality-of-life improvements, like the fixes to usage of duplicate version numbers. + +### API changes + +This year, Modrinth hopes to introduce version 3 of [our API](https://docs.modrinth.com/api/) with lots of fixes and smaller changes. While our plans are still work-in-progress for this, one of the things that needs to be done first is the removal of the old API v1, which was deprecated starting in January 2022. Here's our planned timeline for the removal of API v1: + +- **January 7th, 2023 (Now):** Begin sending messages to existing API v1 users +- **January 7th, 2023 (Now):** Add a field to each API result telling people to switch +- **February 14th, 2023:** Begin doing flickers of 5-10 minutes of 410 GONE response codes +- **March 1st, 2023:** Begin sending a permanent 410 GONE response for any non-GET routes +- **March 1st, 2023:** Ramp up 410 GONE flickers to last 6-12 hours for GET routes +- **March 15th, 2023:** Replace all remaining GET routes with a permanent 410 GONE response + +### Small updates throughout the year + +As always, we will be interspersing other, smaller quality-of-life updates throughout the year even as we work on the big stuff. We also want to fix any bugs which might come up alongside any updates. + +## Conclusion + +Modrinth was founded with the goal of creating a platform which keeps the broader modding community's interests at heart. Modrinth would not exist without the support of our users and of our contributors, and we thank everyone involved immensely for everything. Modrinth's development shall continue as long as the community is willing to support us on the way! + +We would love to hear any feedback you might have. Feel free to get in contact on [Discord](https://discord.modrinth.com), on [Twitter](https://twitter.com/modrinth), and on [Mastodon](https://floss.social/@modrinth). diff --git a/apps/frontend/content/news/article/whats-modrinth.md b/apps/frontend/content/news/article/whats-modrinth.md new file mode 100644 index 0000000000..ab451d151c --- /dev/null +++ b/apps/frontend/content/news/article/whats-modrinth.md @@ -0,0 +1,61 @@ +--- +title: What is Modrinth? +summary: "Hello, we are Modrinth – an open source mods hosting platform. Sounds dry, doesn't it? So let me tell you our story – and I promise, it won't be boring!" +date: 2020-11-27 +--- + +Hello, we are Modrinth – an open source mods hosting platform. Sounds dry, doesn't it? So let me tell you our story – and I promise, it won't be boring! + +## Prelude and conception + +Before Modrinth was even thought of, there already were several giant platforms for mod hosting. However, most of them were too specialized, outdated, or transitively dependent on an uncaring hegemonic 3rd party. Authors and players were always in struggle. The community had to choose 2 out of 3: inconvenience, indifference, obsolescence. Urge for better service, either new or renewed, just founded or acquired arose. + +Although demand for proper competition is the seed, the germ of Modrinth, the biggest role was played by the Fabric project. It set an example of a community-powered alternative. It was democratic, FOSS, listening to the community, and welcoming contribution and 3rd party initiatives. They have shown the modding community that they can evolve and adapt, be accessible and welcoming, cooperative, and caring. + +## Fabricate and HexFabric + +And, oh boy, did they connect – the demand for competition grew so high, that at some point the community just exploded with novelty. During several months, almost a dozen projects were aiming to be the second Walmart, the third IKEA, the fourth Amazon for your mods. Here beings the story of HexFabrics... – wait, what? What's that? + +> HexFabric is an umbrella term for modern mod hosting technology. It got its name from Fabric, which at the point was poorly supported (if at all) by the major players on the stage. In practice, HexFabric is just a cozy Discord server, on which several projects have their deputizing channels. + +Back on track – Lots of HexFabrics were founded almost simultaneously. Altar.gg, Astronave, Diluv, ModForest, Minerepo... and, most importantly, Fabricate. + +Fabricate began its journey as a proprietary project indexing website by a single developer – Geometrically. It remained relatively unnoticed for a couple of weeks, and then it started gaining attention. This new website has amazing search! Yup, the whole thing was primarily about making seamless, gracious, appeasing smart real-time search. The community is now intrigued. + +## Becoming a team + +"But this looks awful! And it's proprietary!" – a few voices said. Among those voices were falseresync and MulverineX. They both had several objections to that and were pestering the original author. "FOSS is the true way for community project" and "Just use a license to prevent others from creating instances of your work," they told. + +Yet Fabricate remained proprietary for a while. However, once the pressure on the author became high, they gave up and open-sourced their work. This was the birth of Modrinth. It did not get its name for a little while longer though. + +Now that Modrinth was open source, it started gaining traction. Remember falseresync and MulverineX? They joined Geometrically on the branding site, and somewhere in the middle of the brainstorming process the logo and the name were born. At the same time AppleTheGolden, Aeledfyr, and Redblueflame began contributing to the actual code of the project, which is – nowadays known to everyone – in Rust. A solo suddenly became a team, ready for whatever future holds. + +## Development non-stop + +The newly born FOSS project is now evolving swiftly. Before our team arose the question: monolithic vs split app architecture. Monolithic would be easier to deploy and can serve pages quicker. The split architecture will simplify the development and allow for a feature-full user experience. The discussion was hot, and the sides were fierce. Nevertheless, the split pattern won. Now it was time to make proper backend and frontend apps. + +The work first began with the backend. Aeled, Red, and Geo started detaching API methods from visuals. The team worked hard. Consequent to the API splitting from the GUI, it became getting new and exciting features. The first feature to be added was custom Modrinth mods – before that, the website only indexed the competitor's service. + +However, for that to happen there had to be another step taken – migration from MongoDB to PostgreSQL. It was crucial for efficient data storage and complex relationships between projects. And the biggest propagator of that change was Apple, who introduced and successfully defended their case. + +Thus, with custom mods, better yet search has been implemented. After search, user accounts with external log-in made their way into the project. Now it first creators started uploading their mods – a monumental achievement. + +After the first creators came more – the community began taking Modrinth as a serious alternative hosting. At some point, uploads accelerated to the point that our team was forced to redo their plans and establish project editing and moderation considerably earlier than it could have been. Besides, creators need analytics, they need teams, they needed support system. So the backend developers tried their best to keep up and achieved their goals through enthusiastic labor and dedication. + +## Refreshed look + +Although, on the frontend side things weren't as bright, unfortunately. Once falseresync presented the new look and feel Modrinth should aim for, he was forced to dedicate less time to the project. As a consequence, the frontend was implemented rather haphazardly and was lacking in features compared to the backend. + +However, this did not stop the project from evolving. The backend team has continued to expand on existing features, and after a long period of time, the savior descended on the frontend – Prospector, who rapidly became a crucial contributor and a part of the team. With new and comprehensive design guidance from falseresync and critique from MulverineX and the community, Prospector achieved feature parity with backend and greatly improved the website look and feel. + +Improving the frontend wasn't an easy job: naughty CSS, runtime errors, the abundance of framework-related nuances – all were obstacles, and all were defeated. Through battles with web technologies, jokes about quirky styles, and hard work our team created the UI you see today. + +## Going beta + +> You have to believe that the dots will somehow connect in your future. _– Steve Jobs_ + +With the story complete, we are proud to announce that the Modrinth beta will be coming out on November 30th, with a refreshed look and a feature-complete modding website! It is a tremendous achievement for us and the community, which we are very proud of. + +It is heart-warming to admit that we're finally going officially online. We know it's not perfect yet. But regardless, we will continue our passion project as a team, and we will expand on it and make it only better! + +Stay tuned! diff --git a/apps/frontend/content/news/article/windows-borderless-malware-disclosure.md b/apps/frontend/content/news/article/windows-borderless-malware-disclosure.md new file mode 100644 index 0000000000..065af2656b --- /dev/null +++ b/apps/frontend/content/news/article/windows-borderless-malware-disclosure.md @@ -0,0 +1,84 @@ +--- +title: 'Malware Discovery Disclosure: "Windows Borderless" mod' +summary: Threat Analysis and Plan of Action +thumbnail: ./thumbnail.jpg +date: 2024-05-07T12:00:00-08:00 +--- + +This is a disclosure of a malicious mod discovered to be hosted on the Modrinth platform. It is important to not panic or jump to conclusions, please carefully read the [Am I Affected?](#am-i-affected) and [Threat Summary](#threat-summary) sections. + +## Am I Affected? + +If you run **Windows** and have downloaded a mod called "**Windows Borderless**" (specific files listed below) between May 4th, 2024 and May 6th, 2024 and have run the game with the mod installed, you are affected. + +**IMPORTANT NOTE:** This mod is called, exactly, "Windows Borderless". There are other mods with similar names on Modrinth, which are **_NOT_** malware, such as "Borderless Mining", "Borderless", and "Borderless Mining Reworked". + +If you have not downloaded that mod or do not run Windows, there is no reason to believe you are at any risk. We have released a detection tool [available here](https://github.com/modrinth/oracle/releases/download/v0.0.1/ModrinthMalwareScanner.exe) which can scan your mods folder for the malicious files if you wish to make sure your instance does not have the mod. The tool is also [open-source](https://github.com/modrinth/oracle). + +**Download and run the detection tool [here](https://github.com/modrinth/oracle/releases/download/v0.0.1/ModrinthMalwareScanner.exe)!** + +### What do I do if I have used the "Windows Borderless" mod? + +First, delete the mod entirely from your computer. + +The mod harvested data stored by many Chromium-based projects such as **Google Chrome**, **Discord**, **Microsoft Edge**, and many other browsers such as Opera/Opera GX, Vivaldi, Brave, Firefox and over dozen more. Included in this data may be **account tokens**, **stored passwords**, **banking information**, **addresses**, and more. + +In order to protect yourself, change all of your passwords, and keep an eye out on your bank accounts and credit cards. + +## Threat Summary + +**Exposure level:** Low, ~372 distinct IPs downloaded affected files. One Discord account is alleged to have been stolen due to this. + +**Malware severity:** Medium (Discord, browser, and system info stealer, but does not self-replicate) + +**Projects affected:** + +| Name | Project ID | Former URL | +| ------------------ | ---------- | -------------------------------------------- | +| Windows Borderless | `ZQpQzwWE` | `https://modrinth.com/mod/windowsborderless` | + +**Files affected:** + +| Name | SHA1 Hash | Version ID | Download count | +| ---------------------------------------- | ------------------------------------------ | ---------- | -------------- | +| `windowedborderless-v0.2 - 1.20.4.jar` | `179b5da318604f97616b5108f305e2a8e4609484` | `NkTbhEmf` | 116 | +| `windowedborderless-v0.3 - 1.20.4.jar` | `1a1c4dcae846866c58cc1abf71fb7f7aa4e7352a` | `v87dk8Q7` | 15 | +| `windowedborderless-v0.4 - 1.20.+.jar` | `e4d55310039b965fce6756da5286b481cfb09946` | `pVfdgPhy` | 68 | +| `windowedborderless-v0.4 - 1.20.+.jar` | `2f47e57a6bedc729359ffaf6f0149876008b5cc3` | `Wt4RjZ49` | 119 | +| `windowedborderless-v0.4.1_-_1.20.+.jar` | `2f47e57a6bedc729359ffaf6f0149876008b5cc3` | `oIlYelrb` | 1 | + +None of these files were included in any modpacks on the Modrinth platform, so you are only at risk if you downloaded the mod directly. + +## Timeline + +### April 29th, 2:39pm - Project submitted for review as a legitimate mod + +The Modrinth project "Windows Borderless" is submitted for review with a single file uploaded that does not contain any malware. + +### April 30th, 12:15am - Modrinth moderators approve the project + +The "Windows Borderless" project is approved with only one file, which contained no malware. + +### May 2nd, 3:50am - New version containing malware is published + +A "Windows Borderless" version containing the file windowedborderless-v0.2 - 1.20.4.jar (mentioned in the table of affected files above) is published. This initial version of the malware did not include any credential or token stealing, but only sent identifying information about a user’s machine to a discord webhook. + +### May 4th, 4:01pm thru May 6th, 3:46am - More versions are uploaded + +Between May 4th, 4:01pm and May 6th, 3:46am, more new versions of the mod containing the malware were uploaded. These versions all contain credential and token stealers. + +### May 6, 2024 @ 7:21am - A Modrinth user reports the project + +A user submits a report against the mod, alleging that their Discord account got compromised after using the mod. + +### May 6, 2024 @ 10:37am - Modrinth moderators investigate the project + +The mod is investigated by Modrinth staff. We decompiled the mod and discovered that the mod contained malicious code. The threat is immediately obvious, so within a few minutes we take down the project, all CDN links related to the project, and all other projects by the same users. + +## Conclusion + +In response to this incident, we are actively developing a shared system to effectively quarantine known malicious mods by creating a web API to allow launchers to check if any of the files a user has downloaded match any of the files in our known malware database, and return up-to-date information about any known malware. + +We are also in the process with working with relevant law enforcement agencies to pass along all information we have. + +In order to also more proactively increase safety, we're also investigating possible methods of sandboxing or algorithmically detecting malware patterns in Java software. While these are infamously tricky to implement on certain platforms, we hope to do our best in order to ensure the best security for the modding community. diff --git a/apps/frontend/nuxt.config.ts b/apps/frontend/nuxt.config.ts index 6f94188327..3ebc22f7ec 100644 --- a/apps/frontend/nuxt.config.ts +++ b/apps/frontend/nuxt.config.ts @@ -360,7 +360,7 @@ export default defineNuxtConfig({ }, }, }, - modules: ["@vintl/nuxt", "@pinia/nuxt"], + modules: ["@vintl/nuxt", "@pinia/nuxt", "@nuxt/content"], vintl: { defaultLocale: "en-US", locales: [ @@ -406,6 +406,9 @@ export default defineNuxtConfig({ }, nitro: { moduleSideEffects: ["@vintl/compact-number/locale-data"], + prerender: { + routes: ["/news/feed/rss", "/news/feed/atom", "/news/feed/json"], + }, }, devtools: { enabled: true, diff --git a/apps/frontend/package.json b/apps/frontend/package.json index 64b7a31cf4..2239f8777b 100644 --- a/apps/frontend/package.json +++ b/apps/frontend/package.json @@ -39,7 +39,9 @@ "@modrinth/assets": "workspace:*", "@modrinth/ui": "workspace:*", "@modrinth/utils": "workspace:*", + "@nuxt/content": "^3.2.2", "@pinia/nuxt": "^0.5.1", + "@unhead/vue": "^1.11.20", "@vintl/vintl": "^4.4.1", "@vueuse/core": "^11.1.0", "ace-builds": "^1.36.2", @@ -63,7 +65,8 @@ "vue-typed-virtual-list": "^1.0.10", "vue3-ace-editor": "^2.2.4", "vue3-apexcharts": "^1.5.2", - "xss": "^1.0.14" + "xss": "^1.0.14", + "feed": "^4.2.2" }, "web-types": "../../web-types.json" } diff --git a/apps/frontend/src/components/ui/ShareArticleButtons.vue b/apps/frontend/src/components/ui/ShareArticleButtons.vue new file mode 100644 index 0000000000..8813a7caf4 --- /dev/null +++ b/apps/frontend/src/components/ui/ShareArticleButtons.vue @@ -0,0 +1,86 @@ + + + + + diff --git a/apps/frontend/src/layouts/default.vue b/apps/frontend/src/layouts/default.vue index 733ffc4511..a2daf1e1ed 100644 --- a/apps/frontend/src/layouts/default.vue +++ b/apps/frontend/src/layouts/default.vue @@ -1035,9 +1035,9 @@ const footerLinks = [ label: formatMessage(defineMessage({ id: "layout.footer.about", defaultMessage: "About" })), links: [ { - href: "https://blog.modrinth.com", + href: "/news", label: formatMessage( - defineMessage({ id: "layout.footer.about.blog", defaultMessage: "Blog" }), + defineMessage({ id: "layout.footer.about.blog", defaultMessage: "News" }), ), }, { diff --git a/apps/frontend/src/locales/en-US/index.json b/apps/frontend/src/locales/en-US/index.json index 478b01b889..385eda01b4 100644 --- a/apps/frontend/src/locales/en-US/index.json +++ b/apps/frontend/src/locales/en-US/index.json @@ -291,7 +291,7 @@ "message": "About" }, "layout.footer.about.blog": { - "message": "Blog" + "message": "News" }, "layout.footer.about.careers": { "message": "Careers" diff --git a/apps/frontend/src/pages/[type]/[id]/settings/license.vue b/apps/frontend/src/pages/[type]/[id]/settings/license.vue index cd946ad1d8..2a1083e95f 100644 --- a/apps/frontend/src/pages/[type]/[id]/settings/license.vue +++ b/apps/frontend/src/pages/[type]/[id]/settings/license.vue @@ -7,14 +7,14 @@ {{ formatProjectType(project.project_type).toLowerCase() }}. You may choose one from our list or provide a custom license. You may also provide a custom URL to your chosen license; otherwise, the license text will be displayed. See our - licensing guide - + for more information.
diff --git a/apps/frontend/src/pages/app.vue b/apps/frontend/src/pages/app.vue index 01f07ba853..cd2a19123f 100644 --- a/apps/frontend/src/pages/app.vue +++ b/apps/frontend/src/pages/app.vue @@ -988,12 +988,7 @@ useSeoMeta({ Read more aboutWhen you sign up for our - - Creator Monetization Program + Creator Monetization Program (the "CMP"), we collect:
diff --git a/apps/frontend/src/pages/news/article/[slug].vue b/apps/frontend/src/pages/news/article/[slug].vue new file mode 100644 index 0000000000..f7a81a6046 --- /dev/null +++ b/apps/frontend/src/pages/news/article/[slug].vue @@ -0,0 +1,168 @@ + + + +{{ article.summary }}
+