Connect.
with Misskey.
{{ $t('_landing._keyFeatures._open.title') }}
{{ $t('_landing._keyFeatures._federated.title') }}
{{ $t('_landing._keyFeatures._powerful.title') }}
{{ $t('_landing._getStarted.title') }}
{{ $t('_landing._donation.title') }}
{{ $t('_landing._donation.description') }}
{{ $t('_landing._introduction.title') }}
TIP: {{ $t('_landing._introduction.tip') }}
{{ $t('_landing._decenterized.title') }}
{{ $t('_landing._useCases.title') }}
{{ $t('_landing._useCases.single') }}
{{ $t('_landing._useCases.official') }}
{{ $t('_landing._useCases.community') }}
{{ $t('_landing._useCases.inHouse') }}
{{ $t('_landing._free.title') }}🍀
{{ $t('_landing._features._root.title') }}
{{ $t(item.title) }}
{{ $t('_landing._featuresServer._root.title') }}
{{ $t(item.title) }}
{{ $t('_landing._featuresClient._root.title') }}
{{ $t(item.title) }}
{{ $t('_landing._featuresUpcoming._root.title') }}
{{ $t('_landing._featuresUpcoming._jwt.title') }}
{{ $t('_landing._featuresUpcoming._newBackend.title') }}
{{ $t('_landing._featuresUpcoming._vueVapor.title') }}
{{ $t('_landing._getStarted.title') }}
{{ $t('_landing._donation.title') }}
{{ $t('_landing._donation.description') }}
Made by
Misskey Project
>
> このプログラムはMisskey Projectの使用するインフラストラクチャで動作するように設計されており、その他の環境で使用することは想定されていません。
>
> This program is designed to run on the infrastructure used by the Misskey Project and is not intended to be used in other environments.
Build the application for production:
```bash
# npm
npm run build
# pnpm
pnpm run build
# yarn
yarn build
```
Locally preview production build:
```bash
# npm
npm run preview
# pnpm
pnpm run preview
# yarn
yarn preview
```
Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.
## (おまけ) デプロイ時のオートメーションプログラム
`/__misc/gas/` に、Misskey Hubデプロイ時に自動実行しているプログラムを同梱しています。
Google Apps Scriptで動作します。
## License
GNU Affero General Public License v3.0
(c) 2023-2025 syuilo, kakkokari-gtyih and Misskey Project
================================================
FILE: app/router.options.ts
================================================
import type { RouterConfig } from '@nuxt/schema'
export default 


