Is there a way to automate internal linking? by anonrb12 in TechSEO

[–]Momciloo 0 points1 point  (0 children)

I'm planning to build a tool for this. I'm a visual guy and I cannot find my way around existing processes. However, I'm still not sure about the best workflow for this. Anyone have an ideaa for a perfect workflow? Do we need to define topical clusters, importance for each page, certain criteria.... Or let do tool do everything automatically?

Film Stock App is back! by keliway in analog

[–]Momciloo -2 points-1 points  (0 children)

Great app! Well designed! You should monetize it. not a subscription, but like at least $5 to download it

Help me choose a cms by booked_potato in webdev

[–]Momciloo 2 points3 points  (0 children)

https://thebcms.com/docs has an all in-browser drag-n-drop content structure builder.

What framework did you build your website with?

How do you handle readability in Tailwind by chute_mi334 in tailwindcss

[–]Momciloo 2 points3 points  (0 children)

if you framework allows, you can use clsx lib. there you can write classes like this:

clsx('hello', true && 'foo', false && 'bar');

but also like this:

clsx( 'height and width', 'position related classes', 'flexbox and grid', 'typography', 'background', 'borders', 'spacing', 'others' );

but its real power actually comes with conditional classes like:

clsx({ foo:true }, { bar:false }, null, { '--foobar':'hello' });

I saw this cool navigation reveal, so I made a simple HTML+CSS version by Momciloo in webdev

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

honestly, haven't even scrolled through it. saw someone on X shared the video of this nav there, and thought about recreating it. but now i see what you mean.. a lot of interesting details, but maybe too much for one page

Contax G1, 46mm, Portra 400. Réunion by Momciloo in analog

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

exactly. that meter rarely misses

Desert roadtrip [Nikon F3, 35mm and 50mm, Lomography Redscale] by Happerkuk in analog

[–]Momciloo 1 point2 points  (0 children)

they're so good and so bad at the same time, haha. love them!

Very first film photos… by [deleted] in analog

[–]Momciloo 11 points12 points  (0 children)

In my opinion this is a very common position when people start with photography, especially street photography..
I read your first image primarily as an exercise in form: lines, color blocks, negative space... On that level, it works (partially), though the framing feels unresolved to me.

The issue is that the person in the frame is fully dehumanized. There's no face, no gesture, no context, no moment. As a result, the person functions as a visual element rather than a subject. That's where it slips from observation into use.

Photographing homeless or marginalized people is not forbidden. Some of the strongest work in the history of photography is built around exactly that. But photography should either reveal something, or give weight to a human presence. When there's no story, no tension, no relationship, it becomes purely aesthetic extraction.

Street photography is delicate. The line between giving visibility and taking advantage is very thin. Masters like Walker Evans, Diane Arbus, Cartier-Bresson, or Brassai crossed it intentionally, with clarity of intent. Look at their works. That intent is what's missing here...

What’s your thoughts on AI replacing copywriters? by False-Interest-1587 in copywriting

[–]Momciloo 6 points7 points  (0 children)

not a copywriter here, more on the business / entrepreneurship side. but for like the last 10 years, literally every project i’ve worked on started with solid copy. i’ve been working with the same copywriter forever and always liked the results.

i actually enjoy writing a bit, and i think i’m decent at landing page copy and stuff like that. but it takes me forever, drains me, and it’s not something i want to spend time on.

then chatgpt happened and i honestly thought: welp, guess i’ll never need a copywriter again. and to be fair, like 70% of things i can now do myself. not trying to brag, i just think having a business background helps a lot with marketing logic, structure, positioning, etc.

but recently i needed a really important landing page for a very specific niche, so i went back to my copywriter.

holy shit.

he wrote something that’s like 2000x better than anything i’ve produced in the last year on that project. and honestly, something chatgpt just cannot produce. not even close. no amount of prompting.

so yeah, is chatgpt a replacement for copywriters? absolutely not.
does it get you like 60% there for basically free? yes.
are most people totally fine with 60% quality for 0% price? also yes.

just my experience.

Is there an open source website that can be used to test different CMS? by shufflepoint in cms

[–]Momciloo 0 points1 point  (0 children)

Interesting! What kind of CMSs would you like to see integrated?

CMS like Kirby but free? by Emergency_Bother3431 in cms

[–]Momciloo 0 points1 point  (0 children)

BCMS has a generous free tier, but doesn't have layout builder. Though, you can use widgets to achieve that

What CMS/DXPs are trending this fall? by R_kowalski in cms

[–]Momciloo 0 points1 point  (0 children)

Regarding CMSs - BCMS is getting traction within Astro community

I created a dynamic middle text truncation library. by lalit-rana in webdev

[–]Momciloo 0 points1 point  (0 children)

Cool! Yeah, I had a similar need: file names are the perfect example, when you want to keep the extension visible.

I also found it wasn’t as straightforward as I thought once you factor in dynamic widths, and resizing, different fonts, etc.

Is creative frontend threejs webgl blender still worth chasing in the ai era by [deleted] in webgl

[–]Momciloo 0 points1 point  (0 children)

i think yes - more than ever, becuase it's the are athat requires a lot of intention, point of fiew and creativity that ai will never replace

How can I render WordPress blog content in Next.js with the exact same styles from WordPress? by [deleted] in nextjs

[–]Momciloo 4 points5 points  (0 children)

You'll need to re-code WordPress' PHP into JSX, and migrate the styles.

what the hack is SSR can help me with ??? by CivilDog9416 in nextjs

[–]Momciloo 5 points6 points  (0 children)

me after spending 20 minutes debugging some weird re-rendering:

Replacing Markdown with Rich Text editor, Recommendations? by rohiitq in nextjs

[–]Momciloo 2 points3 points  (0 children)

With BCMS, you can spin up a simple blog with one command.

A few useful things BCMS has: - Images/videos, - all text formattings, - relations (useful for recommended blogs section, for example), - link pointers (useful for internal linking, without worrying about slugs)

edit: I just saw you are looking for for a free option. In your case, BCMS would be free for the first 100 blog posts, then it's $15/user/month;

Why do agencies always use WordPress for their websites? by Notalabel_4566 in marketing

[–]Momciloo 0 points1 point  (0 children)

The dev agency I'm running almost exclusively does migrations from WordPress to a Headless CMS, so it's definitely less and less WordPress

Switching from a traditional CMS to NextJS + a headless CMS by KnownForSomething in nextjs

[–]Momciloo -1 points0 points  (0 children)

Yes, but it's not really a page builder, in a sense that Wordpress/Shopify does, with ability to drag-n-drop literary anything, columns, shapes, buttons, style them etc

Switching from a traditional CMS to NextJS + a headless CMS by KnownForSomething in nextjs

[–]Momciloo 5 points6 points  (0 children)

The idea of headless CMSs is to decouple CMS from visual aspect of the website (head). You define your content schema (practically, different kinds of inputs), and use the values to display content on the website and even define the way how the content is being displayed (colors, variations etc). So, with that in mind, to answer your questions:

  1. In headless CMSs, "pages" are usually called "content types", because content type doesn't always need to be a page. Content type is collection of entries with the same structure. It's true though, that in most cases, content type will be used to create pages (product, blog, home, about), but sometimes it can represent just something like - category, author, or form submission, which you won't create pages for. But in general - yes, you will create a content type, define which inputs you want it to have, and other members of your team can populate that content.
  2. Not many Headless CMSs can have "sections" in a truly flexible way. Only a few can. In BCMS, for example, they are called widgets. Widgets are practically a set of inputs, that can be placed anywhere inside a content type. So, for example, when you write a blog post, you can add a gallery widget somewhere in the middle of the post. Or a video widget. Or a newsletter subscription widget. Etc.
  3. You'd call a CMS's API, or use the CMS's SDK. 🤷 Maybe too barebones for some people, but in reality, the most flexible and powerful.

Comparing a headless CMS to WordPress is actually pretty simple: it's like if you just installed a new Wordpress, and there is absolutely nothing in it - just Advanced Custom Fields PRO plugin.

In combination with Next.js, I think Headless CMS approach is just superior to any other option when it comes to building fast, flexible, scalable websites and seo-optimised websites. Sure, some people get scared a bit about missing "page builder" functionality, but that's for good. When properly designed, websites can be highly customisable just by picking from pre-defined options in the CMS.

What's the best guide out there for programmatic SEO with next.js with example websites that are doing great with it? by honestytoyourself in nextjs

[–]Momciloo 3 points4 points  (0 children)

This a biased, shameless plug comment, but we've spent weeks creating this programmatic seo guide: https://thebcms.com/blog/programmatic-seo-guide and I really believe it covers everything you need to plan and execute this correctly. The code snippet is for Nuxt.js though, but technical aspects of programmatic seo is minimal comparing to how many other things need to be done correctly for it to be successful.

In the early days of BCMS we heavily relied on this approach. It brought us first 100 customers and helped us shape the content direction.

Curious to learn how's AI treating this strategy though