Skip to content

Redesign README for personal website using WebTUI#1

Open
saforem2 wants to merge 2 commits into
mainfrom
saforem2-patch-1
Open

Redesign README for personal website using WebTUI#1
saforem2 wants to merge 2 commits into
mainfrom
saforem2-patch-1

Conversation

@saforem2

@saforem2 saforem2 commented Feb 10, 2026

Copy link
Copy Markdown
Owner

Updated README to reflect personal website redesign using WebTUI.

Fixes #issue-number

What does this PR do?

Checklist

Summary by Sourcery

Documentation:

  • Replace the WebTUI library documentation in the README with a short description and link for the sam.onl personal website built with WebTUI.

Updated README to reflect personal website redesign using WebTUI.
Copilot AI review requested due to automatic review settings February 10, 2026 15:06
@netlify

netlify Bot commented Feb 10, 2026

Copy link
Copy Markdown

Deploy Preview for sam4 ready!

Name Link
🔨 Latest commit 0373060
🔍 Latest deploy log https://app.netlify.com/projects/sam4/deploys/698b7b2a13331b00089b108e
😎 Deploy Preview https://deploy-preview-1--sam4.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@sourcery-ai

sourcery-ai Bot commented Feb 10, 2026

Copy link
Copy Markdown
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Replaces the library-focused README with a minimal personal website description pointing to sam.onl and referencing WebTUI.

File-Level Changes

Change Details Files
Rewrite README from WebTUI library documentation to a short description of the sam.onl personal website.
  • Change top-level heading from the WebTUI project name to a linked sam.onl title.
  • Remove installation, packages, and development sections specific to the WebTUI monorepo.
  • Add a single-line description noting that the personal website redesign uses WebTUI and links to its documentation.
README.md

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've found 1 issue, and left some high level feedback:

  • The updated README replaces the WebTUI project documentation entirely with content about a personal website; consider either adding the personal site as a section while retaining core library info or moving this change to the personal site's repo instead.
  • The new README text is very minimal and a bit unclear (e.g., “Personal website (redesign!) Using WebTUI”); consider expanding this into a brief but complete description (what the repo is, what WebTUI is, and how they relate) with consistent capitalization and punctuation.
Prompt for AI Agents
Please address the comments from this code review:

## Overall Comments
- The updated README replaces the WebTUI project documentation entirely with content about a personal website; consider either adding the personal site as a section while retaining core library info or moving this change to the personal site's repo instead.
- The new README text is very minimal and a bit unclear (e.g., “Personal website (redesign!) Using WebTUI”); consider expanding this into a brief but complete description (what the repo is, what WebTUI is, and how they relate) with consistent capitalization and punctuation.

## Individual Comments

### Comment 1
<location> `README.md:3` </location>
<code_context>
-    ```bash
-    bun run dev
-    ```
+Personal website (redesign!) Using [WebTUI](https://webtui.ironclad.sh)
</code_context>

<issue_to_address>
**suggestion (typo):** Consider lowercasing "Using" so the line reads as a single coherent phrase.

"Using" is mid-sentence here, so lowercasing it to `using` would make the description read more naturally: `Personal website (redesign!) using [WebTUI](...)`.
</issue_to_address>

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Comment thread README.md
```bash
bun run dev
```
Personal website (redesign!) Using [WebTUI](https://webtui.ironclad.sh)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion (typo): Consider lowercasing "Using" so the line reads as a single coherent phrase.

"Using" is mid-sentence here, so lowercasing it to using would make the description read more naturally: Personal website (redesign!) using [WebTUI](...).

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the repository’s top-level README to reference a personal website redesign built with WebTUI, rather than describing the WebTUI project itself.

Changes:

  • Replaced the existing WebTUI root README content with a minimal personal-website description and link.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
Comment on lines +1 to +3
# [sam.onl](https://sam.onl)

Modular CSS Library that brings the beauty of Terminal UIs to the browser

- Docs: https://webtui.ironclad.sh
- Examples: https://webtui.ironclad.sh/showcase
- Discord Server: https://discord.gg/yUS6T8YnfT

## Quickstart

Install the base WebTUI package with your preferred package manager

```bash
bun i @webtui/css
npm i @webtui/css
yarn add @webtui/css
pnpm install @webtui/css
```

In your global CSS file, define the order of layers then import the library

```css
@layer base, utils, components;

@import '@webtui/css';
```

Start using the library in your HTML

```html
<button>click</button>
<button size-="large">click me too</button>
<div box-="square">
<p>content</p>
</div>
```

For more detailed installation instructions, see the [installation guide](https://webtui.ironclad.sh/start/installation) and [framework-specific installations](https://webtui.ironclad.sh/start/installation)

## Packages

All the officially-maintained packages in the monorepo

- [@webtui/css](https://npmjs.com/package/@webtui/css)
- [@webtui/plugin-nf](https://npmjs.com/package/@webtui/plugin-nf)
- [@webtui/theme-catppuccin](https://npmjs.com/package/@webtui/theme-catppuccin)
- [@webtui/theme-gruvbox](https://npmjs.com/package/@webtui/theme-gruvbox)
- [@webtui/theme-nord](https://npmjs.com/package/@webtui/theme-nord)
- [@webtui/theme-vitesse](https://npmjs.com/package/@webtui/theme-vitesse)
- [@webtui/theme-everforest](https://npmjs.com/package/@webtui/theme-everforest)

## Development

This repository is a monorepo that contains the website and all the official WebTUI packages.

1. Ensure [Bun](https://bun.sh/) is installed
2. Clone the repository
```bash
git clone https://github.com/webtui/webtui
```
3. Install dependencies
```bash
bun i
```
4. Build the project
```bash
bun run build
```
4. Start the dev server
```bash
bun run dev
```
Personal website (redesign!) Using [WebTUI](https://webtui.ironclad.sh)

Copilot AI Feb 10, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The top-level README is now describing a personal website (sam.onl), but this repository appears to be the WebTUI monorepo (e.g., packages/@webtui/* and web docs at webtui.ironclad.sh). Replacing the root README with personal-site content will likely confuse users and breaks discoverability for installation/development instructions. Consider restoring a WebTUI-focused root README (or at least a brief project overview + links), and if you need a personal-site README, place it under the relevant app directory (e.g., web/) or in a separate repository.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants