web-frameworks

Build Next.js apps with Turborepo monorepos and RemixIcon for SSR/ISR.

Updated Dec 16, 2025
One-click install
npx skills add https://github.com/nguyenvanlinh1902/trackingSolar --skill web-frameworks-nguyenvanlinh1902
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-frameworks
Source: https://github.com/nguyenvanlinh1902/trackingSolar/tree/main/.opencode/skill/web-frameworks
Command: npx skills add https://github.com/nguyenvanlinh1902/trackingSolar --skill web-frameworks-nguyenvanlinh1902

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill group consolidates Next.js (App Router, RSC, SSR, ISR), Turborepo monorepos, and RemixIcon to streamline building scalable React web applications.

Core Features & Use Cases

  • Supports Next.js App Router, React Server Components, SSR/ISR, and ISR with Turborepo for multi-app deployments
  • Provides integrated guidance for monorepo structures, shared packages, and professional iconography using RemixIcon
  • Use cases include building a standalone Next.js app or a multi-app workspace with reusable UI components

Quick Start

Create a Next.js app with App Router and set up a Turborepo monorepo structure including RemixIcon for icons.

Frequently Asked Questions about web-frameworks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a Next.js monorepo with Turborepo?

Setting up a Next.js monorepo with Turborepo involves configuring Turborepo pipelines to manage multi-app workspaces, validating project dependencies, and structuring shared packages for scalable web architectures.

How do I configure SSR and ISR in Next.js App Router?

Configuring SSR and ISR in the Next.js App Router uses React Server Components to enable server-side rendering and incremental static regeneration for optimized multi-app deployments within a Turborepo monorepo.

What's the best way to integrate RemixIcon into a React web app?

The best way to integrate RemixIcon into a React web app is by configuring the iconography assets as shared packages within a Turborepo monorepo to ensure consistent UI components across multi-app workspaces.

Do I need Turborepo to build a standalone Next.js app?

You do not need Turborepo to build a standalone Next.js app, as the architecture supports both standalone applications and multi-app workspaces using reusable UI components and App Router configurations.

When should I use a monorepo workflow for React web applications?

You should use a monorepo workflow for React web applications when managing multi-app deployments that require shared packages, consistent UI assets like RemixIcon, and optimized scalable web architectures.