UpChannels
Back to Blog

Welcome to the UpChannels Blog

Product updates, guides, and stories from the team building UpChannels — the all-in-one platform for modern operations.

We're excited to launch the UpChannels blog. This is where we'll share product updates, deep dives, and practical guides to help you get the most out of the platform.

What you'll find here

  • Product updates — new features, improvements, and what's coming next.
  • How-to guides — step-by-step walkthroughs for inventory, sales, finance, scheduling, and communications.
  • Behind the scenes — engineering notes and stories from the team.

Writing posts

Posts live as Markdown (.mdx) files in apps/web/content/blog/. To publish a new post, add a file like my-post.mdx with frontmatter at the top:

---
title: My Post Title
description: A short summary for previews and SEO.
date: 2026-07-01
author: Your Name
tags:
  - guides
---

Your content here. You can use **Markdown** and embed components.

The filename (without .mdx) becomes the URL slug — so the file above would be available at /blog/my-post.

That's it. Welcome aboard. 🚀