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.
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. 🚀