Home » Channel Herald » Channel Herald Change Log
Highlights
Approved and Live in the Slack Marketplace!!
https://slack.com/marketplace/A09C7DVKRGT-channel-herald
Decription
We are excited to announce that Channel Herald is officially live. This initial release marks the transition from a local prototype to a fully-deployed serverless application. Our goal was to build a notification engine that is both lightweight for the user and incredibly robust on the backend.
The Technical Foundation
The architecture of Channel Herald was built from the ground up to handle high-frequency data syncing with zero overhead for the end user. To achieve this, we selected a specialized tech stack:
- Next.js 15 (App Router): By utilizing the latest Next.js 15 release, we’ve optimized the application’s routing and server-side rendering. The App Router allows for more efficient data fetching, ensuring that your dashboard remains responsive even as your channel list grows.
- Slack Integration via @slack/bolt: We chose the
@slack/boltframework to power our core logic. Unlike basic webhooks, this robust framework allows Channel Herald to handle complex Slack interactions and event subscriptions with high reliability and security. - Neon Postgres: For our data layer, we integrated Neon, a serverless PostgreSQL database. Neon’s architecture allows us to maintain the power of a relational database while benefiting from serverless scaling, ensuring your data is always available and consistent.
- Vercel Deployment: The entire platform is hosted on Vercel. This ensures that our serverless functions are executed as close to the user as possible, minimizing latency and providing a seamless experience across the globe.
A User-Driven Roadmap
Now that the v1.0 foundation is stable, our primary focus has shifted to growing the Channel Herald community. We believe that the best products aren’t built in a vacuum, but are shaped by the people who use them every day.
We are actively looking for early adopters to help guide the next phase of development. Whether you are managing a small team or a large organization, we want to hear how Channel Herald fits into your workflow.
Your feedback is our roadmap. We are committed to listening to our users to determine which features to prioritize next. If there is a specific integration, filter, or notification style that would make your life easier, let us know. By joining us in this early stage, you have a direct hand in shaping the future of the tool.
Feature Set
- Curated Industry News Delivered into Slack
- Send relevant tech and industry stories and posts them in team Slack channels, so users don’t have to chase multiple newsletters or sites
- resh formatted digest posted to the selected channel every business day
- Configuration
- Easy installation and setup via Slack, using native commands to configure
- Users can update settings or unsubscribe anytime
- Scheduling Job
- An hourly cron job checks for channels awaiting their daily digest and delivers news right on schedule.
- Admin Portal
- Allow admins to check on app health, usage statistics, and update
