Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Nuxt-built website and docs for the Misskey project, with Crowdin i18n and AGPL-3.0 license.
Misskey Hub Next is an open-source Nuxt.js website and documentation hub for the Misskey social media platform, built by the Misskey Project. It turns Markdown docs in /content/ into a multilingual website with locale-aware routing, and it's also the deployable source behind the official Misskey Hub.
Misskey Hub Next is the official website for Misskey, built on Nuxt. It takes Markdown documentation from the /content/ directory and builds it into a public site with docs and announcements. The project is maintained by syuilo, kakkokari-gtyih, and the Misskey Project, and is released under the GNU Affero General Public License v3.0.
<GNuxtLink> component for enhanced internal/external link handling./content/, with a dedicated /content/.README.md guide for contributors.useGLocalePath composable wrapping Nuxt's useLocalePath.x-mi-web:// deep links — Links starting with x-mi-web:// followed by a Misskey relative path (e.g. /play) are rewritten by <GNuxtLink> into direct Misskey Web links.useGLocalePath applies that configuration when creating dynamic links./__misc/gas/ automates deployment tasks for the Hub.Misskey Hub Next is meant for the Misskey Project and its contributors. Documentation writers can add Markdown pages and preview them with npm run dev. Translators can localize strings through Crowdin, and developers can use the project as a reference for a Nuxt + i18n site with custom link components.
/content/ and following the .README.md guide, then submit a pull request.useGLocalePath.Install dependencies with npm install, pnpm install, or yarn install, then start the development server with npm run dev, pnpm run dev, or yarn dev — it listens on http://localhost:3000. For production, run npm run build, then npm run preview to preview the build locally. The project is explicitly designed for Misskey Project's infrastructure and not intended for other environments.
x-mi-web:// gives content authors a compact way to link into Misskey Web.Misskey Hub Next is free and open-source under the GNU Affero General Public License v3.0. No paid tiers or commercial licensing are mentioned.
Yes, it is open-source under the GNU Affero General Public License v3.0, so it can be used, modified, and shared freely under that license.
x-mi-web://?It's a custom URL scheme used in Misskey Hub content. When a link begins with x-mi-web:// and is followed by a Misskey path like /play, the <GNuxtLink> component converts it to a direct Misskey Web link.
Create a Markdown file in /content/, following the rules in /content/.README.md, then start the dev server to preview. Afterward, submit the change to the repository.
No — the project explicitly notes it is designed for the infrastructure used by the Misskey Project and is not intended for other environments.
npm, pnpm, and yarn are all supported for install, dev, build, and preview commands.
