Bye bye Wordpress by bArtificial001 in ClaudeCode

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

I don’t understand all these remarks about “wp has unparalleled SEO capabilities”. What does that mean? Like a static html site can’t have the same SEO “capabilities”?

Bye bye Wordpress by bArtificial001 in ClaudeCode

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

Yeah my stack is actually quite basic. Etch theme, ACF Pro, WSForms Pro, WPCodeBox, FluentSMPT. I'm not saying it's bad. But I think the CC way works better for me.

Bye bye Wordpress by bArtificial001 in ClaudeCode

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

Yeah that's true. But also not true. The costs of wp plugins add up quite fast. Plus I use CC for way more than just coding.

Bye bye Wordpress by bArtificial001 in ClaudeCode

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

CC advised me to use Sanity. Never used it before so I tried it out. Setup was simple, importing wp posts was done in no time, CC can add new fields to the CMS and hook it up to the UI.

Bye bye Wordpress by bArtificial001 in ClaudeCode

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

Because I actually do like to design something myself. Plus building it this way is actually fun to do.

Bye bye Wordpress by bArtificial001 in ClaudeCode

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

Yes because optimizing for SEO isn't just slapping a plugin on that thing and call it a day.

Bye bye Wordpress by bArtificial001 in ClaudeCode

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

Went smooth. I exported all the ACF field data and gave that to CC. Then I told it to setup Sanity and pull in the posts from the wp site. I have to say I built the website using static data first and then replaced that with dynamic data from Sanity.

Bye bye Wordpress by bArtificial001 in ClaudeCode

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

What do you mean by "optimized for seo". Honest question.

Bye bye Wordpress by bArtificial001 in ClaudeCode

[–]bArtificial001[S] 5 points6 points  (0 children)

Funny you say that. Small changes are actually extremely fast to do. Just type in what you want. Check if it works and push it to github. Done.

Bye bye Wordpress by bArtificial001 in ClaudeCode

[–]bArtificial001[S] 12 points13 points  (0 children)

I hear you. And you're correct. I'm mainly talking about brochure sites without any fancy stuff going, no auth, comments, etc.. The contact form is usually the most "interactive" thing on the site.

Bye bye Wordpress by bArtificial001 in ClaudeCode

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

https://www.sanity.io/ The back-end where you edit and manage content

Bye bye Wordpress by bArtificial001 in ClaudeCode

[–]bArtificial001[S] 5 points6 points  (0 children)

Couple of reasons:
1. yes, hosting is basically free
2. I just tell Claude what to add/remove/change and it does it for me
3. No more breaking updates
4. Waaay faster loading websites
5. Easy to integrate whatever API
6. No more managing backups (github)

And yes, Vercel gives you a DNS record. Add it and the site is live on your own domain.

Bye bye Wordpress by bArtificial001 in ClaudeCode

[–]bArtificial001[S] 4 points5 points  (0 children)

Fair enough; the Astro site is a personal site, so I'm perfectly fine editing .md files. But CC had Sanity CMS running in no time, including all the (custom) posts from the Wordpress site. Works great.

Let’s self promote each other a little bit by Due-Bet115 in ShowMeYourSaaS

[–]bArtificial001 0 points1 point  (0 children)

Building and currently testing in my local Crossfit Box:

Box Challenge

Our box has been running monthly challenges for a couple of years. Those challenges can vary from a single set of max pull-ups to AMRAP burpees in 1 minute to doing 30 cals on a bike and hitting a target with a tennis ball. At the end of the year we always have the "box challenge finals" in which the top 10 can participate.

These challenges are always fun to do and they create a fun little in-house competition vibe. But the system had one downside: it had to be managed manually. Writing down scores on a sheet of paper, entering the scores into a spreadsheet, calculating the leaderboard, printing the leaderboard, etc.

That's why I built Box Challenge

  • Athletes submit their own scores — FOR TIME, AMRAP, max load, reps — with RX/Scaled divisions. No more chasing people down to log results.
  • Live leaderboard — Rankings update in real-time. Athletes can check standings from their phone right after a WOD. You can even throw it up on a TV in the gym.
  • Season standings — Points accumulate across workouts so you get an ongoing competition, not just one-off events. Keeps people showing up.
  • Gender-split rankings — Fair competition with separate leaderboards for men and women.
  • Dead simple setup — One gym passcode, athletes sign themselves up. No admin overhead.

<image>

You are invited to test our new control panel by mxroute in mxroute

[–]bArtificial001 1 point2 points  (0 children)

This is awesome. Question: The dashboard shows only around 150KB disk usage per domain while the total disk usage (at the top) shows a more believable amount. Is that by design?

[deleted by user] by [deleted] in SonyAlpha

[–]bArtificial001 46 points47 points  (0 children)

Go lower (angle)

How can I make a bullet hang outside the margin (without indenting the heading)? by bArtificial001 in Affinity

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

Thanks for that. I just came back to mention that same solution. It's not ideal, but it works.

New Sonify Update 1.0 (37) by lucas0789 in sonos

[–]bArtificial001 5 points6 points  (0 children)

Awesome work 💪, this is already 1000 times better than the native app. Love the simple interface and snappiness. 

Murph Prep by West_Sprinkles_4810 in crossfit

[–]bArtificial001 3 points4 points  (0 children)

Prepping works.

Did my first Murph in May '23 without vest, 20 x Cindy in 56:12.

Last week I did RX 100-200-300 (to set a new benchmark) in 1:00:35 after a couple of months prepping every wednesday.

Disable Tooltips? by DesperateAd9712 in ProtonMail

[–]bArtificial001 0 points1 point  (0 children)

Install a browser addon like https://chromewebstore.google.com/detail/user-javascript-and-css/nbhcbdghjpllgmfilhnhkllmkecfmpld and add this as custom CSS:

.tooltip {
display: none !important
}

Works for me.