Skip to content

docs: Improve Visibility of Recommended Options During create-next-app Initialization #1301

Open
@subigya-js

Description

@subigya-js

While initializing a new Next.js project using the command:

npx create-next-app@latest

users are prompted to choose between multiple setup options (e.g., TypeScript, Tailwind CSS, ESLint, App Router, etc.).

Currently, the recommended choices are displayed using bold text. However, in terminal environments—especially those with dark themes—the bold formatting is not always easily distinguishable from regular text. This can lead to users missing the recommended configuration options.

Suggestion:

To improve user experience and visibility, it would be helpful to apply a more attentive and distinctive text color (such as green or cyan) to the recommended choices. This visual enhancement would make it easier for users to identify and follow best practices when creating a new Next.js project.

How to discover:

Visit the Next.js Installation part of the transformer.js documentation and reference to "Step 1 of Client-side inference"

Screenshot:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions