🌐
Reddit
reddit.com › r/claudeai › claude code is offering web credits through nov 18
r/ClaudeAI on Reddit: Claude Code is offering Web Credits through Nov 18
November 4, 2025 -

From the email:

We're offering a limited-time promotion that gives Pro and Max users extra usage credits exclusively for Claude Code on the web and mobile. This is designed to help you explore the full power of parallel Claude Code sessions without worrying about your regular usage limits.

  • Pro users receive $250 in credits

  • Max users receive $1,000 in credits

These credits are separate from your standard usage limits and can only be used for Claude Code on the web and mobile. They expire on November 18 at 11:59 PM PT. Your regular Claude usage limits remain unchanged.

Promotion dates: Tuesday, November 4, 2025 at 9:00 AM PT through Tuesday, November 18, 2025 at 11:59 PM PT.

This is a limited time offer. It is available for existing users and only available for new users while supplies last.

🌐
Claude
claude.com › blog › claude-code-on-the-web
Claude Code on the web | Claude
November 12, 2025 - Claude Code on the web lets you kick off coding sessions without opening your terminal. Connect your GitHub repositories, describe what you need, and Claude handles the implementation.
🌐
GitHub
github.com › hesreallyhim › awesome-claude-code
GitHub - hesreallyhim/awesome-claude-code: A curated list of awesome commands, files, and workflows for Claude Code
A tool that adds small enhancements to Claude Code. A webhook service that connects Claude Code to GitHub repositories, enabling AI-powered code assistance directly through pull requests and issues.
Starred by 18.5K users
Forked by 1K users
Languages   Python 98.9% | Makefile 1.1%
🌐
GitHub
github.com › sugyan › claude-code-webui
GitHub - sugyan/claude-code-webui: Web-based interface for Claude CLI with streaming chat responses
Both projects aim to make Claude Code more accessible through web interfaces, each with their own strengths and approach. We welcome contributions! Please see our development setup and feel free to: ... Fun fact: This project is almost entirely written and committed by Claude Code itself!
Starred by 763 users
Forked by 170 users
Languages   TypeScript 92.1% | JavaScript 7.2%
🌐
GitHub
github.com › anthropics › claude-code
GitHub - anthropics/claude-code: Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.
Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.
Starred by 48.2K users
Forked by 3.4K users
Languages   Shell 46.4% | Python 33.8% | TypeScript 12.9% | PowerShell 4.7% | Dockerfile 2.2%
🌐
AI Engineer Guide
aiengineerguide.com › blog › free-claude-code-web-credits-for-pro-max-users
Free Claude Code on Web credits for Pro & Max Users
November 4, 2025 - Anthropic Team is giving away free credits for Claude Code for web if you’re paid user. It is available until Nov 18, 2025 (11:59 PM PT). Based on your plan you get credits. Plan Credits Max users $1,000 in credits Pro users $250 in credits ...
🌐
Quanta AI LLC
quantaintelligence.ai › home › blog › anthropic launches free credits promotion for claude code users
Anthropic Launches Free Credits Promotion for Claude Code Users - Quanta Intelligence
November 5, 2025 - The promotional credits apply automatically when using Claude Code, with no additional configuration required. Users must have the Claude GitHub app installed and their Claude account connected to GitHub to access the web version.[14][2]
🌐
Threads
threads.com › @boris_cherny › post › DQpHGFnkxHk › video-were-giving-pro-and-max-users-free-usage-credits-for-claude-code-on-the-web-and
We're giving Pro and Max users free usage credits for Claude Code on the web and iOS app. Since launching, your feedback has been invaluable for improving the Claude Code web & native iOS experience. We’re temporarily adding free usage so you can experiment with the tool.
Really wanted to be able to say “fix issue [#] X and it work. Can’t access the repo errors. I thought maybe the reason I installed the GitHub app was to tag Claude in the GitHub issue and it show in Claude Code Web and fix the issue (Like Codex operates) but it didn’t work either.
🌐
Reddit
reddit.com › r/claudeai › limited time: $1,000 in free credits for claude code on the web
r/ClaudeAI on Reddit: Limited time: $1,000 in free credits for Claude Code on the web
November 4, 2025 -

I just received an email from Anthropic:

We're offering a limited-time promotion that gives Pro and Max users extra usage credits exclusively for Claude Code on the web and mobile. This is designed to help you explore the full power of parallel Claude Code sessions without worrying about your regular usage limits.

Pro users receive $250 in credits
Max users receive $1,000 in credits

These credits are separate from your standard usage limits and can only be used for Claude Code on the web and mobile. They expire on November 18 at 11:59 PM PT. Your regular Claude usage limits remain unchanged.

Promotion dates: Tuesday, November 4, 2025 at 9:00 AM PT through Tuesday, November 18, 2025 at 11:59 PM PT.

Source: Claude Code Promotion | Claude Help Center

Find elsewhere
🌐
Claude
code.claude.com › docs › en › claude-code-on-the-web
Claude Code on the web - Claude Code Docs
Platform restrictions: Claude Code on the web only works with code hosted in GitHub.
🌐
GitHub
github.com › anthropics › claude-code › issues › 11486
[BUG] Credit balance incorrectly reported as "too low" despite $821 remaining credits Claude Code WEB · Issue #11486 · anthropics/claude-code
November 12, 2025 - The Claude Code web interface is displaying a "Credit balance is too low" error message despite the account showing $821 in remaining credits (specifically showing "$671 credit" at the top with "87% remaining").
Published   Nov 12, 2025
🌐
Reddit
reddit.com › r/claudeai › github @claude free with claude pro / max subscription v2
r/ClaudeAI on Reddit: GitHub @claude free with Claude Pro / Max subscription v2
June 7, 2025 -

[UPDATE 2025-07-08]

Anthropic finally released this capability officially as part of claude code. You can uninstall everything previously installed via the installer with the new uninstaller:

# cd into your repo
bash <(curl -fsSL https://raw.githubusercontent.com/grll/claude-code-action/main/scripts/uninstaller.sh)

Then follow the official instructions to setup the github action from claude code:

claude
/install-github-app     Set up Claude GitHub Actions for a repository
use current repo
│ A Claude workflow file already exists at .github/workflows/claude.yml
│
│ What would you like to do?
│
│ ❯ 1. Update workflow file with latest version   👈

│ > Create a long-lived token with your Claude subscription 👈
│   Enter a new API key 

[ORIGINAL POST]

Hey there,

It's been more than a month that Anthropic released the integration of Claude Code with GitHub action using @claude on Github issues or PRs. Yet as of this time it is still not possible to use it with you Claude Pro / Max subscription unless you pay additionally per tokens for the use of that feature.

Few days after the release of @claude I made my own fork of the github action allowing anyone to use their subscription credentials with @claude. It's been quite successful but we also discovered a few issues with the setup.

Today I am releasing the biggest update of that fork so far. The key improvement that we worked on with the community was the handling of the authentication. We now properly support the full oauth flow from Anthropic independently from your local setup. This means we will refresh the tokens when they are expired (no more manual intervention every 8 hours) and we will not invalidate your local authentication flow.

Furthermore we also released and installer script that make it easier than ever to install @claude on your own repo. It's basically one command to run in your terminal:

# cd into your repo
bash <(curl -fsSL https://raw.githubusercontent.com/grll/claude-code-action/main/scripts/installer.sh)  

What are you waiting to start solving all your GitHub issues, opening and review PRs with Claude Code right from GitHub?

repo: https://github.com/grll/claude-code-action new release article: https://grll.bearblog.dev/major-update-for-pro-max-subscriber-using-claude-github-action/

🌐
Apidog
apidog.com › blog › claude-code-free-credits
How to Claim Free Claude Code Credits: $250 for Pro, $1000 for Max Subscribers
November 6, 2025 - First, navigate to claude.ai/code and log in with your Claude account. The system detects eligibility and applies credits to qualifying sessions. Next, install the Claude GitHub app if not already done – this step authenticates repository ...
🌐
Reddit
reddit.com › r/claudeai › we're giving pro and max users free usage credits for claude code on the web.
r/ClaudeAI on Reddit: We're giving Pro and Max users free usage credits for Claude Code on the web.
November 4, 2025 -

Since launching Claude Code on the web, your feedback has been invaluable. We’re temporarily adding free usage so you can push the limits of parallel work and help make Claude even better.

Available for a limited time (until November 18):
• Max users: $1,000 in credits
• Pro users: $250 in credits

These credits are separate from your standard plan limits and expire November 18 at 11:59 PM PT. This is a limited time offer for all existing users and for new users while supplies last.

Learn more about Claude Code on the web:
• Blog post: https://www.anthropic.com/news/claude-code-on-the-web
• Documentation: https://docs.claude.com/en/docs/claude-code/claude-code-on-the-web

Start using your credits at claude.ai/code. See here for more details.

🌐
Aboard
aboard.com › home › newsletter › claude code for web ruined my brain
The Future of AI: Programming with Claude Code for Web
November 12, 2025 - The setup is simple. You go to claude.ai/code and point to a GitHub repository. Claude sets up a little Linux container somewhere on Earth and then grabs your code. You tell it what to do with that code.
🌐
GitHub
github.com › topics › claude-code
claude-code · GitHub Topics · GitHub
Use Claude Code or Cursor CLI on mobile and web with Claude Code UI.
🌐
Reddit
reddit.com › r/claudeai › how i used up 1000$ of claude code web credits in one evening.
r/ClaudeAI on Reddit: How I used up 1000$ of Claude Code Web credits in one evening.
November 7, 2025 -

I work for a company that has some databases with content created by various freelancers since different domains require different experts with their respective area of expertise. One of these databases is moderately sized at 2000 entries with quite a number of interrelated columns. As is to be expected, it's a mess because no two people follow the same standards, and people can be sloppy sometimes in very technically nuanced ways that are hard to catch.

This is where Claude Code Web comes in. Together with the project lead, I created quite technical and nuanced instrucctions for Claude Code to analyze each and every entry in this database and perform a comprehensive fact check using various specialized subagents in parallel. We had already tested and refined the prompts so we knew it did a pretty good job in informing us of factual inaccuracies in the database content. Suddenly, I get 1000$ for free in Claude credits, so I spin up 30+ agents to work in parallel since this task is extremely parallelizable in nature. I'm mildly surprised it let me spin up that many agents. There was a toast message a couple of times that I apparently reached the concurrency limit, but it would just spin up the agents regardless.

I go for dinner, and once I come back I have burned through 500$ and fact-checked a decent chunk of my database and found a bunch of really nuanced factual inaccuracies. Rinse and repeat aaaaaaand it's gone. I burned through 1000$ of Claude Code Web credits in one evening.

But let's be real for a moment. Please don't burn tokens just because you can. Don't compete on token leaderboards and stuff like that. I did this specifically because

  • It is a very nuanced workflow that had been previously tested a lot and we knew from experience that it could reliably be highly parallelized since the individual database entriers are independent. It took me a few initial runs to adjust some minor things to the Claude Code Web environment but then it ran just as smoothly as in my terminal.

  • Facts for the database entries can be easily checked with web searches, but usually require checking various sources and aggregating a lot of information. Claude Code usually performs something between 10 and 30 web searches to verify all the factual claims in one entry, which is the bulk of the cost. Analyzing 100 entries takes about 2000 web searches plus a bunch of additional work.

  • It actually provides significant value because the database that contains client-facing information now can be turned into something more professional and detailed with much less effort because our domain expert can just evaluate Claude's detailed reports on issues and double check the various sources and links it has provided. The actual value are literally hundreds of hours of work saved.

So, the question is: will I keep using Claude Code Web with my Claude Max subscription going forward? Yes, but only occasionally for now. I still prefer the terminal for more complex things and the fact that it spins up a new environment every time comes with some drawbacks. But I think it is quite decent for long-running established or simple workflows that you can just kick off and then forget about. For these it can be nice to just kick them off and be able to close my laptop. The only other application I honestly see is coding from my phone, which I don't expect I will be doing a lot but I think occasionally it will be helpful.

TL;DR: I gave Claude Code Web a highly parallelizable fact-checking task that requires a lot of web searches from different sources. Used the 1000$ free credits to do in an evening what would have required hundreds of hours of human work.

🌐
Reddit
reddit.com › r/claudeai › claude code 2.0.36
r/ClaudeAI on Reddit: Claude Code 2.0.36
November 8, 2025 -

This week we shipped Claude Code 2.0.36 with Claude Code on the Web enhancements, un-deprecated output styles based on community feedback, and improved command handling. We also extended free credits for Claude Code on the Web until November 18th and fixed several critical bugs around message queuing, MCP OAuth connections, and large file handling.

Features:

  • Claude Code on the Web now includes free credits until November 18th ($250 for Pro, $1000 for Max)

  • Diffs with syntax highlighting now available in Claude Code on the Web

  • Skills now work in Claude Code on the Web

  • Un-deprecated output styles based on community feedback

  • Added companyAnnouncements setting for displaying announcements on startup

  • Increased usage of AskUserQuestion Tool outside of Plan Mode

  • Improved fuzzy search results when searching commands

  • Long running (5m) bash commands no longer cause Claude to stall on the web

Bug fixes:

  • Fixed queued messages being incorrectly executed as bash commands

  • Fixed input being lost when typing while a queued message is processed

  • Fixed claude mcp serve exposing tools with incompatible outputSchemas

  • Fixed menu navigation getting stuck on items

  • Fixed infinite token refresh loop that caused MCP servers with OAuth (e.g., Slack) to hang during connection

  • Fixed memory crash when reading or writing large files (especially base64-encoded images)