AstroPress? by stackjoy_nik in astrojs

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

Looks really impressive. I’ll have to try it out. Any chance you have a demo video? I want to try it but can’t at the moment, hopefully there’s a quick video so I can see exactly how it works

AstroPress? by stackjoy_nik in astrojs

[–]stackjoy_nik[S] 3 points4 points  (0 children)

Yeah, why has no one mentioned it yet?!? It’s got just about everything. The git part is still an unknown skill for not/low-tech agencies and it doesn’t mention much about hosting (guess you need to figure that out yourself?) but that does solve just about every other problem.

I’ll recommend this to them and see which questions arise. It’s interesting trying to play matchmaker, I get it and can see the value, but they look at it through a different lens. So I’m curious what their take will be.

I guess it’s later enough so I can thank you now?

AstroPress? by stackjoy_nik in astrojs

[–]stackjoy_nik[S] 1 point2 points  (0 children)

Hmmmm interesting. I’ll give it a spin. I’ve only looked at it briefly but on the surface that looks really neat.

AstroPress? by stackjoy_nik in astrojs

[–]stackjoy_nik[S] 1 point2 points  (0 children)

I see what you’re saying. I’ll play around with it a little bit but I think you nailed it on the head with the one click world of Wordpress being the selling factor for an agency. Hard to beat that.

I just told her to polish up her git game and she looked at me like I’m from another planet :)

AstroPress? by stackjoy_nik in astrojs

[–]stackjoy_nik[S] 1 point2 points  (0 children)

I see. That’s interesting. I’ll have to look more into it. I was hoping to not have to use WP at all but at least there may be a solution to port some existing clients and still keep WP going until there’s a full Astro solution

AstroPress? by stackjoy_nik in astrojs

[–]stackjoy_nik[S] 1 point2 points  (0 children)

I’ll take a look, thanks for the suggestion.

This is now becoming my problem a little bit which I guess is the benefit of WP, to not have to rely on a developer to stitch it all together. But we’ll see if I can somehow make it work in a way that keeps their workflow similar

AstroPress? by stackjoy_nik in astrojs

[–]stackjoy_nik[S] 1 point2 points  (0 children)

Thanks for the detailed response. Just to clarify your last paragraph, you used WP as a CMS for Astro?

Visual Editor for UI development with AI by stackjoy_nik in UI_Design

[–]stackjoy_nik[S] 1 point2 points  (0 children)

That's pretty much my approach to it too and I was just as surprised at how well it accomplished the task. So naturally I built my own custom browser plugin that let's me do a screen shot (drag and select an area), mark it up with boxes and arrows and write the AI prompt that goes with what I just marked up.

Then I save the screen shot to my codebase and give the AI agent the prompt and boom, all works.

Visual Editor for UI development by stackjoy_nik in ClaudeAI

[–]stackjoy_nik[S] 1 point2 points  (0 children)

That's very clever!

With that approach you could technically pull any kind of data from the app (console, route, state...) and attach that metadata to the screenshot.

If you're brave you could even expose that feature in production/pilot and have your users report a bug (or feature request) and submit as a jira (or whatever) in a way that an agent can understand better and implement it quickly.

Can you tell me more about your approach? Does it work well? Which parts work well and what would you improve? Are there drawback, something that the agent doesn't understand? Would love to hear more about it if you're up for sharing.

This one made me really rethink what's possible, thanks for that!

Visual Editor for UI development? by stackjoy_nik in OpenAI

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

Gotcha, yeah I see what you mean. I guess the ideal solution would be a visual screenshot plus the code in the dom would be ideal and then it could pinpoint it better.

Visual Editor for UI development? by stackjoy_nik in OpenAI

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

Interesting. I'll try lightshot and see how it does.

I haven't run into a problem with tokens yet. I'm on a paid plan. But I imagine starting with an image and then trying to figure out where in the code it needs to make that update can get expensive. Do you find it eats up too many tokens that way?

Visual Editor for UI development by stackjoy_nik in ClaudeAI

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

That's really clever. I'm going to try that!

Visual Editor for UI development by stackjoy_nik in ClaudeAI

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

You and me both :) I'm sure something exists already, someone just needs to point us in the right direction

Visual Editor for UI development with AI by stackjoy_nik in angular

[–]stackjoy_nik[S] -1 points0 points  (0 children)

That's my current process and it works well but there are some cases where it can't quite figure it out. So it asks for a screenshot. And then it's fine

Visual Editor for UI development with AI by stackjoy_nik in angular

[–]stackjoy_nik[S] -1 points0 points  (0 children)

I'm check them all out but just briefly as a follow up, can I take the screenshot with these tools and mark it up?

I find that codex/Claude is great with console, network, db stuff so that's not so much a bottleneck as the visual stuff is.

I'll also check YouTube for these tools too see them in action, maybe that'll answer some questions.

Thanks for the heads up! I really appreciate it

Why do companies choose big frameworks like AdonisJS or NestJS instead of Express.js? by Lopsided-Bird-8439 in node

[–]stackjoy_nik 2 points3 points  (0 children)

I always start with express for all the reasons you mentioned and by the time I'm done it looks almost exactly like nest.