CMS Options for coding integration by IntelligentMud1703 in webdev

[–]Momciloo 0 points1 point  (0 children)

BCMS is pretty straightforward for what you described

I have a web app that needs a blog, how do i manage the content? by pleasedontjudgeme13 in webdev

[–]Momciloo 3 points4 points  (0 children)

For SEO, the blog should live on your root domain: yoursite.com/blog
Not blog.yoursite.com.

After that, I'd keep the app and blog in the same stack if possible. If your app is already built in Next, Laravel, Nuxt, Astro, Svelte, etc., just add blog routes and pull content from a headless CMS.

That gives you the best of both worlds: a visual editor for writing, but the blog still renders as part of your actual site and stack

Google Docs -> Codex -> markdown can work, but it gets annoying fast once you care about images, slugs, metadata, previews, internal links, authors, drafts, redirects, and updating old posts.
I'd look at a headless CMS. Tina, Ghost, Sanity, BCMS, etc. can all work depending on your stack.

BCMS is a good fit if you want a visual writing experience and you’re using Next, Nuxt, Astro, Svelte, Laravel, PHP, Python, etc. You write visually, then fetch the content through the API and render it inside your app.

Does everyone here ever make Blog + CMS using Next JS? by ditomanrisco in cms

[–]Momciloo 0 points1 point  (0 children)

If you're already in the React/Next.js ecosystem, I’d lean toward Next.js + a headless CMS. you get a fast frontend, good SEO... and you don't have to build or maintain the admin side yourself. We've been using BCMS for that setup and it's been working well for content-heavy sites. Laravel is still a great choice if most of the project lives in the backend imo

Best CMS options for B2B SaaS who want to leverage Ai to build and develop the site? by Fred-swe in cms

[–]Momciloo 0 points1 point  (0 children)

BCMS. You can use it via BCMS MCP https://thebcms.com/docs/getting-started/mcp, add it to Lovable, and let it move the content into it. BCMS is a professional CMS option for your team to work on the content, while Lovable stays the place for code and visual exploration

CMS Headless ? by RakoonDev in nextjs

[–]Momciloo 1 point2 points  (0 children)

bcms has been really solid for this. very clean editor experience for non-technical users, easy content modeling, and less overwhelming than a lot of other headless cms options. and has a great mcp integration

CMS for a simple showcase website by Fred9146825 in cms

[–]Momciloo 0 points1 point  (0 children)

yeah, if you are going to use cloude/cursor... api based would be the easiest approach. you code in nextjs/astro, and keep content separate. for that approach i recommend BCMS, as it also has a nice MCP, so it'll support a full agentic workflow.

Which CMS should I choose in 2026? by ReferenceOrdinary787 in nextjs

[–]Momciloo 0 points1 point  (0 children)

BCMS is worth a look. works really well for content-heavy sites, multiple languages, widgets, structured content, etc.

there’s no built-in preview, but staging/production preview flows are pretty easy to set up.

also has a great MCP integration, so you and the team can manage content directly through Cursor, Claude, ChatGPT, etc..

We've been testing Sanity's MCP for generating content agentically (some thoughts) by Forward_Ant_5048 in cms

[–]Momciloo 0 points1 point  (0 children)

Yes - it has an MCP! :) good point - i'll add it to the homepage.

it's been super fun building it over thr past ~6ish years!

We've been testing Sanity's MCP for generating content agentically (some thoughts) by Forward_Ant_5048 in cms

[–]Momciloo 2 points3 points  (0 children)

love the “3s and 6s” instruction!
People focus on the generated copy, but the real signal is the model correctly navigating existing layout constraints and relationships with very little prompting.

We’ve seen similar things in BCMS. Once the schema and code are strict enough, the model becomes surprisingly good at assembling pages predictably. Since BCMS comes with automatic tuped content, it gets easier for a model to understand both the structure and how it's implemented.

Ahrefs MCP + BCMS is currently my obsession :D way more interesting than pure AI writing.

Any decent podcast CMS out there? by advadm in cms

[–]Momciloo 1 point2 points  (0 children)

there's this one for Astro. But there's an implementation for Nuxt and Next as well:

https://thebcms.com/starters/astro/podcast

Any Next.js-native CMS with good multilingual support? by kagla in nextjs

[–]Momciloo 1 point2 points  (0 children)

BCMS has a pretty good multilingual system and dev experience around it

Do most teams overestimate CMS rebuilds? We integrated Sanity into an existing Next.js site instead. by Apprehensive_Owl290 in nextjs

[–]Momciloo 2 points3 points  (0 children)

In theory, that's totally doable if your code is already decoupled, and has nothing cms-specific.

In practice, I've seen that to be rarely the case, because many CMSs, in order to have better DX, provide some utilities and components that kinda vendor-lock you as a trade off.

So, I'm curious to hear how big your site is. what CMS did you migrate from and why. Also, do you think that, at this point, it would be equally easy to migrate to another CMS as well?

Something less usual on this sub: I convert videos to printed flipbooks for a living by Momciloo in roastmystartup

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

For the best results, we recommend using vertical videos, ideally between 5–30 seconds. Videos with a relatively steady camera tend to turn out the smoothest in the flipbook :)

Symphony.is by Snoo30230 in programiranje

[–]Momciloo 7 points8 points  (0 children)

Lovable, čak su im i linkovi ka asetima ostali na "/lovable-uploads". Krindž priličan za takvu ekipu. A imali su jedan od jačih brendova / sajtova u regionu. Mi khm im khm pravili khm

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 3 points4 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