More Premium Hugo Themes Premium Vue Themes

Misskey Hub Next

Website for Misskey since Dec 2023. Built on Nuxt. I18n is available on Crowdin.

Misskey Hub Next

Website for Misskey since Dec 2023. Built on Nuxt. I18n is available on Crowdin.

Author Avatar Theme by misskey-dev
Github Stars Github Stars: 190
Last Commit Last Commit: May 24, 2025 -
First Commit Created: Jan 15, 2024 -
default image

Overview:

Misskey Hub (Next) is a website built with Nuxt, designed as a hub for Misskey. It provides various features and functionalities to enhance the Misskey experience. With Misskey Hub, users can easily navigate through the documentation, access Misskey Web, and make use of other useful tools and resources.

Features:

  • Customizable Announcement Text: Users can easily modify the announcement text by editing the app.config.ts file.
  • Improved Link Handling: Misskey Hub uses the <GNuxtLink> component instead of <NuxtLink> to enhance the processing of internal and external links. The component also incorporates the useGLocalePath composable function, which wraps the useLocalePath function to generate dynamic links that are suitable for the hosting environment.
  • Enhanced Linking to Misskey Web: By starting the address with “x-mi-web://” followed by the relative path of Misskey, users can create links to Misskey Web using the GNuxtLink component and various documentation resources.

Installation:

To install Misskey Hub, follow these steps:

  1. Install the dependencies:
npm install
  1. Start the development server on http://localhost:3000:
npm run dev
  1. Build the application for production:
npm run build
  1. Locally preview the production build:
npm run start

Please refer to the deployment documentation for more detailed information.

Summary:

Misskey Hub (Next) is a website built with Nuxt that serves as a hub for Misskey. With its features like customizable announcement text, improved link handling, and enhanced linking to Misskey Web, Misskey Hub offers a convenient and streamlined experience for Misskey users. Installation instructions are provided for setting up and deploying Misskey Hub.