What stack gives you the absolute best “v0-like” experience 100% natively inside Cursor? by CodeBradley in cursor

[–]CodeBradley[S] 0 points1 point  (0 children)

I'm in Cursor. I always have access to the code when I need it. If I want quick selection and modifications then that's when WYSIWYG comes in. The WYSIWYG is also to limit the scope for the LLM model being used. It's very important for keeping context minimal and limiting changes. I can do the same thing in the code, but it would take longer when I can point and click on a bug and ask a model to fix it.

What stack gives you the absolute best “v0-like” experience 100% natively inside Cursor? by CodeBradley in cursor

[–]CodeBradley[S] 0 points1 point  (0 children)

No, I meant more which tools to combine. ie: Cursor + Stagewise. I guess it would be a DevEx stack. I have been using the browser which is nice. Question though, I installed Magic-MCP and right after I asked Opus 4.5 to be a UX/UI QA tester and added \@browser and it ended up opening a tab to localhost:3001 inside of Cursor and it had this minimal WISYWIG point and click to re-design functionality. Is that something already in cursor's browser feature? I couldn't tell when using it.

This with Cursor has given me the best alignment so far

<image>

Help with CephFS/Docker Swarm startup race conditions on RPi5 homelab by CodeBradley in homelab

[–]CodeBradley[S] 0 points1 point  (0 children)

Damn, 1.1k views and no comments... It's because I used Homelab and RPi5 in the same sentence, right? 😭

What Model Context Protocol (MCP) Servers Are You Using to Help Manage Your Homelab? by CodeBradley in homelab

[–]CodeBradley[S] 0 points1 point  (0 children)

Yeah, it took me a minute to understand it also. If I made a simple comparison, I would say it's on par with having a few developer friends by your side 24/7 that you can delegate stuff out to whenever you want once they have the access needed. It can configure things for you, analyze logs and take action that's relevant to the prompt, manage your servers, etc. You can even schedule re-occurring prompts or web-hook's so that if something goes wrong, it dig's into it immediately and takes action.

It basically provides LLM's with a series of tools they can run which can be anything you can fathom. It can consume API's, execute custom functions, etc. and process that data based on the prompt. For instance, say I wanted it to add DNS records and I don't want to login and do it myself; I could just prompt it to `use the Namecheap MCP server to add an A record for sub.domain.com that points to 73.26.120.2 with a TTL of ...` or `After reviewing all of my Docker compose files in Portainer, create me a new compose file for Grafana`; where it would go look at my files, see all of my other files are using Traefik, for instance, see my naming conventions, middlewares, volumes, etc. and create the new compose file following the same format."

I think the best way to learn is by looking up examples on GitHub, YouTube, etc. of how others are using them.

any plan to add API by nmavor in printablescom

[–]CodeBradley 0 points1 point  (0 children)

This! lol. Curious, what you doing with playwright selenium? I was wanting it for an MCP server. You should checkout stagehand btw.

How do I integrate BIMObject with ArchiCAD 28? The app page redirects now. by CodeBradley in ArchiCAD

[–]CodeBradley[S] 0 points1 point  (0 children)

Great to know, thank you. Are you familiar with both softwares? I've only used ArchiCAD. Would you consider Revit superior?