Hikarinagi Web is a Nuxt 4 application mirrored from a private monorepo, designed for independent development and community contributions.

Stars

9

7-day growth

No data

Forks

0

Open issues

0

License

AGPL-3.0

Last updated

2026-07-30

AI repository intelligence
FR-AI / ANALYSIS

Why it is worth attention

It opens a component of a private project to public contribution under AGPL-3.0, enabling community involvement while maintaining upstream control.

Who it is for

  • Nuxt 4 developers
  • Contributors to open-source web applications
  • Maintainers of the Hikarinagi project
  • Developers interested in modular monorepo architectures

Use cases

  • Contributing bug fixes or features to the Hikarinagi web application
  • Setting up a local development environment using Nuxt 4 and pnpm
  • Running validation tasks (lint, typecheck, test, build) before submitting changes
  • Learning how a Nuxt 4 project can be extracted from a monorepo

Strengths

  • Uses modern tooling: Node.js 24, Nuxt 4, pnpm 10.10
  • Includes a complete validation pipeline (lint, typecheck, test, build)
  • Open to pull requests and issues, with a clear contribution process
  • Licensed under AGPL-3.0, ensuring source availability for derivative works

Considerations

  • Limited documentation about the application's purpose and features
  • Mirroring from a private monorepo may cause occasional overwrites of accepted contributions
  • Requires specific Node.js and pnpm versions, potentially restricting some developers

README quick start

Hikarinagi Web

The Nuxt 4 web application for Hikarinagi.

This repository is mirrored from Hikarinagi's private development monorepo. It contains the web application and the small set of shared packages required to build it independently. Issues and pull requests are welcome here; maintainers import accepted changes into the upstream monorepo before the next mirror sync.

Requirements

  • Node.js 24
  • pnpm 10.10

Develop

corepack enable
pnpm install
pnpm dev

Validate

pnpm lint
pnpm typecheck
pnpm test
pnpm build

License

AGPL-3.0-or-later

Description

Hikarinagi web application

Related repositories

Similar projects matched by category, topics, and programming language.

TanStack
Featured
TanStack GitHub avatar

router

TanStack Router is a type-safe, data-driven React router with built-in caching, prefetching, and nested layouts, while TanStack Start extends it into a full-stack SSR framework.

Web DevelopmentFrontend Frameworks
14,861
NUber-dev
Featured
NUber-dev GitHub avatar

YTubic

YTubic is a fast, responsive, open-source YouTube Music desktop client for Windows, Linux, and macOS that uses direct InnerTube API communication and aggressive caching to provide instant navigation and playback.

Web DevelopmentFrontend Frameworks
226
react
Featured
react GitHub avatar

react

React is a JavaScript library for building user interfaces with declarative, component-based, and cross-platform design.

Web DevelopmentFrontend Frameworks
246,741