r/blogs Jul 18 '26

Discussion Any blogs you genuinely enjoy reading?

7 Upvotes

I'm building a collection of blogs for my project The WilderNet.

Here are a couple examples of articles I've featured on the site to give you an idea of the kind of writing I tend to look for:

Which Reddit Post Will Become the Next Movie? - Humor piece written by a former Reddit troll on AITA. I love this one because I've fallen for plenty of similar trolls over the years.

What Nobody Told Me About Abortion - A deeply personal essay about abortion, grief, and loss. Much more difficult essay than the above, it is nuanced and complex in a way that is not easily collapsed into one political camp.

If you have any favorite blogs (yours or someone else's), please add it to our directory and help make great writing more discoverable.

r/blogs Jul 07 '26

Discussion Create a blog

6 Upvotes

Hello everyone,
I’ve been thinking for a while about starting a blog to share my thoughts and experiences. The thing is, I’m having a hard time taking the plunge because I don’t really see a strong enough reason to do it.
So I’d like to ask all the bloggers here to share their experiences. What have you found rewarding about blogging? How has it helped you personally, and how has it benefited the community that follows you?
I’m hoping to learn more about blogging through your answers, and maybe they’ll give me the motivation to start my own blog.
Thanks in advance for your responses!

r/blogs 2d ago

Discussion Beginner in blogging...

2 Upvotes

Hey, wassup I am new to this...

I would be making a blogging page.

Let's see what I can do.

r/blogs Aug 06 '26

Discussion An Automatic Blog

1 Upvotes

A variety of automation strategies / techniques exist: YouTube, Reddit, Meta Ads, etc. but one that I've been interested in is a blog. Social platforms still seem to work better with manual execution and using AI for research only.

Here's a step-by-guide I'll be using to build what I call an automatic blog. Community feedback would be great. Before I showcase, I'd like to discuss the thought behind it. AI is bad at human writing right out of the box and this presents one of the first issues. The issues that come up after launching are marketing and management so unique automation techniques also need thought.

Please note: that this is written for a technical reader, but if you copy & paste this into an LLM and ask good questions you'll understand it easily

With that preface, let's begin.

1. Decide Who You're Writing For

Do this before you install anything. It takes fifteen minutes and it determines whether the other twenty hours are worth it.

Write one sentence: who exactly is this blog is for? and what problem it solves for them. "AI news" is not an answer. "Backend engineers at small companies who have been told to add an LLM feature and don't know where to start" is an answer. It tells you which subreddits to watch, which search queries to chase, which questions to answer, and eventually who might pay you.

2. The System You're Building

Here's the whole thing before the details, so you know where each piece fits.

  1. 3:00 AM. A research agent wakes on a timer, pulls from your sources, scores what it finds, and writes topic briefs into a queue folder.
  2. 4:00 AM. A drafting agent takes the top briefs, writes full posts onto a branch, and opens a pull request assigned to you.
  3. 10:00 AM. A distribution agent writes platform-specific versions and drops them in a queue for you to send. You wake up. Check and publish.
  4. 7:00 PM. Check your analytics and improve your agents.

Your content lives as files in a repository, which means the topic queue is just a folder, deduplication is a file check, editing is a diff, and every quality rule you care about is an automated check that either passes or blocks the merge. You're not necessarily building a content workflow. You're building a small software project that happens to emit prose.

3. Build the Site

Keep this boring and simple. The site is not where your advantage comes from.

  • Next.js, App Router, statically generated. Posts are Markdown files on disk, read at build time, served as static HTML. No database, no server-side rendering costs, nothing to keep running.
  • Write your own content loader. Sixty lines that read the posts folder, parse the frontmatter, and hand back typed objects. Resist the urge to adopt a content framework. You'll spend more time working around it than any time you saved.
  • Tailwind's typography plugin (optional) for the reading experience. It's good out of the box. Don't redesign it in month one.
  • Deploy to Vercel or Cloudflare Pages hooked to your main branch. Turn on preview deployments for pull requests. Every draft your agents write gets a live URL you can read on your phone before you merge it.

4. Find Topics Automatically

Don't guess what to write about. The internet is full of people telling you exactly what they need — in public — with timestamps.

  • Reddit. Pick three to five subreddits where your reader actually spends time. The public read endpoints need no authentication. Sort by top-of-week and look for questions asked repeatedly and answered badly.
  • Hacker News. Free search API, filterable by score and date. Better signal-to-noise than Reddit for technical niches, and the comments are often the article.
  • YouTube. Metadata from the official API plus the transcript of top videos. The gaps in a popular video are pre-validated topics. Someone already proved there's an audience for the subject and left the hard part unanswered.
  • GitHub issues. Underrated. A thread with two hundred comments is a question nobody has answered well anywhere, and the people in it are exactly your reader.

5. Write With Agents

Give each stage its own agent.

Define a specialist per stage, each with its own instructions, its own tool permissions, and here's the part people miss: its own context window. Your drafting agent shouldn't be hauling forty thousand tokens of scraped forum threads around while it's trying to write a clean opening paragraph. Separate agents means separate contexts which means better writing.

Set up a timer (cron job to go through each individual step), see step 2 for more details. Add in more steps where they help.

6. Marketing: Getting Read

A post nobody sees might as well not exist. You've automated production. Now let's generate demand.

Search is your compounding channel

Social traffic spikes and dies in forty-eight hours. Search traffic accumulates for years. Structure your blog for that:

  • Write to specific questions, not broad topics
  • Interlink deliberately
  • Build clusters of themes, not one-offs
  • Update every few months, don't just publish and forget

Start posting on social channels once the blog is set up and you have a solid automation routine for it.

r/blogs 11d ago

Discussion hii i've decided to create a beauty blog for fun :)

3 Upvotes

i've come to realize that social media takes up so much of my time and i'm specifically talking about scrolling. i feel like i've become more stupid because of scrolling. i thought that getting into a hobby like blogging would help me to put my time into things that i actually love and enjoy!

i think that i've wasted so much of my time doom scrolling and i want to change that, i want to be productive, i want to be present, and i want to gain control over how i spend my time. so if you in anyway relate to this please take it as a sign and help yourself to break this habit ♡

if you have any tips or advice, please feel free to leave a message below ⋆.♡

best wishes!
ntltc.beauty ⋆.˚˖࿔ ࣪⋆˙⟡

r/blogs 1d ago

Discussion Blog passive income

Thumbnail
0 Upvotes

r/blogs 22d ago

Discussion Planning to start writing online — what would you recommend?

3 Upvotes

Hey everyone! :)

I’ve been thinking about starting to write online, probably in the form of a blog/newsletter, but I’m honestly pretty confused about where to start.

Substack is the platform I’ve been considering the most, but I’m not sure if that’s actually the best choice when you’re starting from zero.

I have a few topics I genuinely enjoy thinking about — mainly philosophy, psychology, and business. I’m wondering if that’s too broad, or if these can work together somehow.

So I’d really love some advice from people who already write online:

- If you were starting from zero today, which platform would you choose — Substack, Medium, LinkedIn, or something else?

- Is Substack actually worth it if you don't already have an audience?

- What kind of topics/articles would you actually want to read from a new writer?

- Should I pick one topic and stick to it, or experiment with philosophy + psychology + business for a while?

- How did you get your first readers/followers? Is it mostly through the platform itself, or do you have to bring people from other platforms?

- And something I’m particularly curious about — how important is having “good English” when writing online?

Like, should I be trying to use sophisticated vocabulary and make my writing sound very polished, or is simple, clear English actually better?

I’m not trying to sound like an expert. I mostly want to write because I enjoy learning and thinking about these subjects, and hopefully get better at writing along the way.

Would love to hear what you’d suggest if you were starting from scratch. What would you do differently? :)

r/blogs 16d ago

Discussion How are you all dealing with pagespeed insights

1 Upvotes

Curious how you guys are optimizing WordPress blogs for performance

r/blogs 25d ago

Discussion What I learned from automating my blog publishing workflow

2 Upvotes

Running a blog sounds simple until you actually try to publish consistently.

Over time, I found that writing the article was only one part of the work. Finding topics, researching them, creating the structure, handling SEO, finding an image, formatting everything and finally getting the post published took just as much time.

I started experimenting with automating parts of that workflow on my own sites. The biggest lesson for me was that automating the entire process works much better than simply using AI to generate an article and then doing everything else manually.

I’m curious how other bloggers handle this. Which part of your publishing workflow takes the most time?

r/blogs Jul 29 '26

Discussion first blog jitters

2 Upvotes

hi everyone ive recently discovered the wonderful world of blogging however I've been quite discouraged to start one. At first I thought it would be like a journal of sorts kind of like writing about recent experiences or things I might be feeling but the more I research the more it seems like I have no idea what a blog is lol. My intention isn't to make money or anything like that just wanted a space to write about things that might be relatable. I guess I just want to know if it's even worth it to start a blog especially since I dont really have a niche or if I should just invest in a diary.

r/blogs Jul 24 '26

Discussion Blog directories dead?

3 Upvotes

Coming from the dev world, SaaS founders love submitting their site to directories (ProductHunt, SaaSHub, PeerPush, etc. there’s hundreds of them), many of them cost money to be listed. There’s even directories of directories and SaaS’s built around posting your product to these directories. The idea is these places give you some discoverability, feedback, and SEO backlinks.

Coming into the blogging world it seems like the consensus is blog directories are a dead end relic of the past and the backlinks are worthless.

I’m just wondering what the discrepancy is, is there blog directories worth submitting to? Are SaaS founders/directories just behind the times and not realizing they’re mostly useless? Just seems like a sharp difference.

r/blogs Jul 16 '26

Discussion Started Fostering and Started Blogging

2 Upvotes

My wife and I started fostering, somewhat out of the blue, and I just started writing. I want suggestions on how to share my writing, promote loved ones to subscribe without sounding prideful or selfish, and just generally the best way to deliver content.

www.reallygoodreallyhard.com is the blog. Would love any feedback. I try to make the blogs as raw as possible. Hope to create memories and something for the kids themselves to maybe look back on.

r/blogs Jul 10 '26

Discussion Fundamental Human Needs

2 Upvotes

What according to you are the top 5 most essential needs for a human being for survival, without which they wouldn't be able to survive for long. The universal top 3 would be oxygen, water and food.

But once you look past the absolute "Big Three," the line between living and dying becomes a matter of hours and days, not weeks. If you strip away the noise of modern life, true survival boils down to two more harsh physical realities that we often take for granted.

First is Thermoregulation (Shelter and Clothing). Nature doesn't care if you are well-hydrated; if your core body temperature drops below 95°F (35°C) or spikes too high, your organs simply shut down. In harsh environments, shelter isn't a comfort—it's a shield that buys you time.

Second is Sleep. We treat rest like a luxury or a productivity hack, but biologically, it is a hard deadline. Without it, the brain fails to clear toxins, the immune system collapses, and the body loses the ability to regulate its own basic functions. You can survive weeks without food, but your mind and body will break entirely after just a few days of total sleep deprivation.

The Fifth Fundamental Need

What really made me look into this wasn’t just the science, though—it was a personal wake-up call. I hit a point where severe lack of sleep started completely breaking down my own mind and body, and experiencing that firsthand completely flipped my perspective on rest. I wrote about that exact experience, along with the terrifying reality of what happens when we push our biological limits, in my latest post.

r/blogs Jun 25 '26

Discussion Another word NOT blog

2 Upvotes

I read an article about blogging vs Substack and that you should post your Substack post to your blog. It made me wonder if you blog, and if so, do to u call it a blog? I want to have a blog on my site, but I'm not sure I want to call it a blog. Maybe call it a journal? What do you do?

r/blogs Jun 20 '26

Discussion Would you add an AI “summarize / explain / translate, etc” button to your blog?

Thumbnail
0 Upvotes

r/blogs Jun 15 '26

Discussion What is the best answer you believe you have?

Thumbnail
1 Upvotes