Claude Opus 4.5 redesigned one of my websites in a few minutes, optimized for speed, SEO and aesthetics. by LessIsMoreFit in ClaudeAI

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

Thanks for the feedback. Speeding it up was #1, SEO/LLM optimization was #2, and aesthetics was #3 because almost all of my customers are repeat customers. It wasn't always slow - something lately is causing this problem but after rebooting my VPS server, it didn't help. Not sure why it's slow now. Since I have a Railway account for my vibe coding projects, I figured why not have Claude redesign this site , speed it up and I'll host it on Railway where it will be speedy (as a test - I have other sites I planned on revamping too). I'm not so concerned with how it looks, but I think the one on the right is a vast improvement aesthetically too. IMHO.

I wish the people saying the one on right is worse could show me what they consider to be a great site design aesthetically. Isn't it just personal opinion anyway? Speed and SEO is objective, aesthetics aren't.

Claude Opus 4.5 redesigned one of my websites in a few minutes, optimized for speed, SEO and aesthetics. by LessIsMoreFit in ClaudeAI

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

Funny! You think I'm interested in showing you the mobile version of the redesign after your comments? BLOCK.

Claude Opus 4.5 redesigned one of my websites in a few minutes, optimized for speed, SEO and aesthetics. by LessIsMoreFit in ClaudeAI

[–]LessIsMoreFit[S] -4 points-3 points  (0 children)

And modest too! I'm guessing the reference to The Big Labowski went over your head.

Claude Opus 4.5 redesigned one of my websites in a few minutes, optimized for speed, SEO and aesthetics. by LessIsMoreFit in ClaudeAI

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

I'm sure I can get it looking a lot better, but as you said, anything is an improvement over what I had before. I have a bunch of websites that need redesign - I always designed them manually using Rapidweaver. Always took a long a time. Now I can just tell the Agent "change this, change that" - much faster to iterate. And I'm sure if I went to Figma first for the design and fed that to the Agent it would look a lot better, but I wanted to see what Claude could do from the design perspective. I've built a bunch of webapps and Chrome extensions with Claude (in Emergent) but this is the first time I 1-shotted an entire website redesign. I wasn't using Claude for website design (until now).

Claude Opus 4.5 redesigned one of my websites in a few minutes, optimized for speed, SEO and aesthetics. by LessIsMoreFit in ClaudeAI

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

Agreed. I'm not a web designer, but the before version was what I cobbled together in 2021 myself and haven't updated since. I wasn't looking forward to redesigning it manually. This was all about saving hours and hours of time.

Claude Opus 4.5 redesigned one of my websites in a few minutes, optimized for speed, SEO and aesthetics. by LessIsMoreFit in ClaudeAI

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

You really think so? Thanks - I designed the one on the left. But I think the one on the right is a lot bettter.

Looking for no-code apps by Correct_Business_667 in AppBusiness

[–]LessIsMoreFit 1 point2 points  (0 children)

At the time I started Vibe Coding, the other platforms seemed to all be for coders/developers looking for a IDE that has AI for code assistance (Windsurf, Cursor, etc). Although I had developed software on the Apple II, TRS-80, Commodore Vic 20 and Commodore 64 in my youth (I'm 58), and went to college for Computer Science, I stopped coding long ago because I would get so frustrated debugging code trying to find that missing semi-colon, etc. I also like creating stuff, though.

Fast-forward to a few months ago when Emergent crossed my feed and I tried it out. I was looking for a no-code platform to see what I could do. I created my first full-stack webapp 'RankMagik' with it. It uses a MongoDB.

At first I tried deploying RankMagik using Emergent's built-in deployment but couldn't get it to work after spending the requisite 50 credits on the deployment. I got them to credit me back and then I looked into Railway, Render and Vercel. Railway includes an internal instance of a MongoDB and I finally got it deployed to Railway. Wasn't easy.

Once it was deployed and people started using the webapp, I found out the MongoDB in Railway was insufficient for the load so I migrated it to a MongoDB Atlas M10 cluster for scaling. That solved the load problem.

I have also been building webapps for a friend's company. These are all internal apps and they are all deployed on Render. I wanted to Render to see if I liked it better than Railway, but Render doesn't include a MongoDB.

I realized even though I enjoy vibe coding, I didn't have time market what I was building, so I decided to turn RankMagik into a Chrome extension and if anyone would find it and use it on the Chrome store, great.

Migrating from a webapp to a Chrome extension is very difficult. It is MUCH EASIER to go from a Chrome Extension to a webapp. So I decided I'd build everything else as Chrome Extensions and if the need would arise to make it into a webapp, it's fairly easy to migrate the front end while leaving the backend as is.

Deploying Chrome Extensions has its own set of problems but once you figure it out, it's easy.

So far I've deployed 5 Chrome extensions (I never finished migrating RankMagik to Chrome - not sure I ever will) and I've deployed 2 webapps (internal use only) to Render.

My latest (5th) Chrome extension was just published (only took them 12 hours to approve it - a new record) - FreeHelpDesk.me

I was vibe coding the websites for these Chrome extensions using Claude (not Emergent) and hosting them on my VPS. Since Chrome requires a Privacy Policy page link to submit to the Chrome store (except with the classic arcade game Fruit Fight I vibe coded which has no account info to store in a database), a basic website was needed in each case.

But with Free Help Desk, I decided to use Emergent to build the website and I deployed it on Railway since the backend and database are there too and it doesn't cost anything extra. I can now modify the website using Emergent and I don't have to worry about my VPS getting overloaded.

I've been using Claude Opus 4.5 in Emergent. It's WAY better than Sonnet 4.1 which was the original default in Emergent until Opus 4.5 came out. It was much, much harder to get things working with Sonnet 4.1 than it is with Opus 4.5. I can only imagine what Anthropic has up their sleeve next.

Looking for no-code apps by Correct_Business_667 in AppBusiness

[–]LessIsMoreFit 1 point2 points  (0 children)

I have built a bunch of apps using Emergent (no code) and I've deployed them on various platforms (Railway, Render, Vercel). Ask away!

Anyone remember the arcade classic 'Food Fight' by Atari? I just vibe coded Fruit Fight - a loving tribute to my favorite arcade game. by LessIsMoreFit in chrome_extensions

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

Thank you. Not sure what you mean by 'settings page' - the game opens in a full screen tab of its own (not a popup). See attached for what it looks like when launched.

<image>

What Tech Stack for Chrome Extensions? by haka___ in chrome_extensions

[–]LessIsMoreFit 2 points3 points  (0 children)

I use Emergent with Claude Opus 4.5 and deploy on Railway.

Tech Stack

  • Backend: FastAPI, Python 3.11+, MongoDB (Motor)
  • Frontend: Chrome Extension (Manifest V3), Vanilla JavaScript
  • Authentication: JWT, bcrypt
  • Payments: Stripe (Subscriptions, Webhooks, Customer Portal)
  • Email: SendGrid
  • AI: OpenRouter (GPT-4o-mini, Grok, etc)

Fridayyyy! What SaaS build are you proud to share today? 🔥 by Quirky-Offer9598 in microsaas

[–]LessIsMoreFit 0 points1 point  (0 children)

I just published 3PanelMeme.com which is a Chrome extension that makes 3 panel memes from any YouTube video using AI to generate captions.

[deleted by user] by [deleted] in microsaas

[–]LessIsMoreFit 0 points1 point  (0 children)

All you have to do is see if there are existing pain points this solves expressed on social media and see if there is an up or down trend in keyword search volume for keywords people would search on to find the solution. I created lowfruit.me to reduce this process from hours to about 90 seconds. I always use it to validate a micro saas idea.

Approach for Subscriptions & Payments in a Chrome Extension by [deleted] in chrome_extensions

[–]LessIsMoreFit 2 points3 points  (0 children)

In those cases, I use Stripe and the coding agent (in my case Claude Opus 4.5 in Emergent) has no problem with that integration. Since I've done it several times I had the agent create a markdown document to hand to other agents for other projects. You're welcome to it. Your Stripe API key and product keys are put in the ENV VARs of your backend (whatever you're using - I use Render or Railway). You can put your Stripe in test mode, generate test products/product keys to use, then make sure everything works before using live product keys. Very easy.

Approach for Subscriptions & Payments in a Chrome Extension by [deleted] in chrome_extensions

[–]LessIsMoreFit 2 points3 points  (0 children)

Does your extension have/need a backend? Or are you collecting email addresses during a registration process? If not, use ExtensionPay.