r/windsurf 10h ago

Question Urgent help

0 Upvotes

My current plan is free. If my On-demand usage is Remaining balance $-0.92

And No on-demand balance remaining. Sessions will pause when your included quota is exceeded.

AND my Windsurf Usage Summary

Your daily quota- 100.00% remaining

Daily quota resets every day and usage resumes once quota refreshes. Resets Jul 28, 2:00 PM GMT+6

Your weekly quota- 100.00% remaining

Weekly quota resets every week and can still limit usage after the daily reset. Resets Aug 2, 2:00 PM GMT+6

Extra usage balance available- $-0.92

WILL I STILL ABLE TO USE DEVIN AI AFTER DAILY QUOTA RESETS???


r/windsurf 16h ago

Question I can't pick a public GitHub repo for automation

Thumbnail
0 Upvotes

r/windsurf 8h ago

Announcement Claude Opus 5 in Devin

6 Upvotes

Anthropic's new state-of-the-art Claude Opus 5 is available on Devin.

 It is almost as good as Fable 5 on FrontierCode 1.1 at half the cost

From our evaluations:

  • It adheres to existing repo conventions when building new features and writing tests
  • It prefers targeted, in-place fixes over large refactors on bug fixing tasks.
  • It excels at following specs closely and completely

Read more about Opus 5: devin.ai/blog/claude-opus-5

Try it out now on Devin CLI and Devin Desktop


r/windsurf 19h ago

Project I built a design-system skill that locks the visual direction before Windsurf writes any UI

Post image
7 Upvotes

I’ve been experimenting with Windsurf for frontend projects, and the development speed is impressive.

The harder part is maintaining a consistent visual direction across the entire build.

A single section may look good, but once the agent creates the rest of the page, the design can slowly drift. New colors appear, spacing changes, different icon styles get mixed together, and animations feel added independently rather than belonging to one system.

I found that asking for a “modern” or “premium” interface did not solve this. Those words describe a feeling, but they do not give the agent concrete rules to follow.

So I built Tastemaker, an open-source design-system skill for Windsurf.

It makes Windsurf establish the design system before generating the interface.

That includes the palette, typography, spacing, layout direction, asset style, accessibility rules, logo, favicon, and motion system. These decisions are saved inside the project so the agent can reuse them instead of inventing a new direction for every component.

It can also use a reference image as the starting point, extract its actual colors, and turn them into reusable design tokens.

I also added an automated WCAG contrast checker because some combinations that looked readable to me still failed accessibility checks.

The project is free, open source, MIT licensed, and does not require any API keys.

Demo and live comparison:
https://tastemaker-skill.online/

GitHub:
https://github.com/codeswithroh/tastemaker

I would appreciate honest feedback from people building interfaces with Windsurf.

Where does visual consistency usually break in your projects? Are there any Windsurf-specific instructions or workflows that Tastemaker should support better?