novu VS telescope

Compare novu vs telescope and see what are their differences.

telescope

A tool for tracking blogs in orbit around Seneca's open source involvement (by Seneca-CDOT)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
novu telescope
141 335
33,484 93
2.8% -
10.0 5.9
2 days ago 3 months ago
TypeScript JavaScript
MIT License BSD 2-clause "Simplified" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

novu

Posts with mentions or reviews of novu. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-16.
  • How To Build Your Own Newsletter App? р.2
    4 projects | dev.to | 16 May 2024
    import { Body, Column, Container, Head, Heading, Hr, Html, Link, Preview, Section, Text, Row, } from "@react-email/components"; import * as React from "react"; const EmailTemplate = () => ( Hello WorldPreview> Hello WorldHeading> Column> Row> Section> Hey Emil,Text> CoolText> Section> Container> You're receiving this email because your subscribed to Newsletter App Text>
    Newsletter Appstrong>, ©{" "} NovuLink> Text> Section> Body> Html> ); export default EmailTemplate; const main = { backgroundColor: "#f3f3f5", fontFamily: "HelveticaNeue,Helvetica,Arial,sans-serif", }; const headerContent = { padding: "20px 30px 15px" }; const headerContentTitle = { color: "#fff", fontSize: "27px", fontWeight: "bold", lineHeight: "27px", }; const paragraph = { fontSize: "15px", lineHeight: "21px", color: "#3c3f44", }; const divider = { margin: "30px 0", }; const container = { width: "680px", maxWidth: "100%", margin: "0 auto", backgroundColor: "#ffffff", }; const footer = { width: "680px", maxWidth: "100%", margin: "32px auto 0 auto", padding: "0 30px", }; const content = { padding: "30px 30px 40px 30px", }; const header = { borderRadius: "5px 5px 0 0", display: "flex", flexDireciont: "column", backgroundColor: "#2b2d6e", }; const footerDivider = { ...divider, borderColor: "#d6d8db", }; const footerText = { fontSize: "12px", lineHeight: "15px", color: "#9199a1", margin: "0", }; const footerLink = { display: "inline-block", color: "#9199a1", textDecoration: "underline", fontSize: "12px", marginRight: "10px", marginBottom: "0", marginTop: "8px", }; const footerAddress = { margin: "4px 0", fontSize: "12px", lineHeight: "15px", color: "#9199a1", };
  • Open-source notification infrastructure for developers
    1 project | news.ycombinator.com | 6 May 2024
  • How to build Dev.to In-App Notification System in 20 minutes
    2 projects | dev.to | 23 Apr 2024
    I'll guide you on how to swiftly build an In-App Notification system for your next app using Novu and the Dev.to API. While it might not exactly resemble the system mentioned above, it'll have many similarities.
  • What's new in Novu 0.24?
    1 project | dev.to | 18 Mar 2024
    PR for Reference: https://github.com/novuhq/novu/pull/5187
  • Inside the Open-Source Novu Notification Engine
    1 project | dev.to | 14 Mar 2024
    Remember, this is just a glimpse into Novu's broad range of functionalities. Hopefully, you've gained a solid understanding of the core workflow. If you're interested in learning more, I highly recommend exploring the project's GitHub repository.
  • What's new in Novu 0.23?
    1 project | dev.to | 12 Feb 2024
    You can find the full changelog on GitHub.
  • SuprSend - Notification Service VS novu - a user suggested alternative
    2 projects | 3 Feb 2024
  • novu alternatives - SuprSend and SuprSend - Notification Service
    3 projects | 27 Dec 2023
  • What's new in Novu 0.22?
    1 project | dev.to | 19 Dec 2023
    feat(application-generic, shared): Add Rate Limiting feature flag in https://github.com/novuhq/novu/pull/4667
  • 🔥🔥 Our awesome OSS friends 😍
    20 projects | dev.to | 6 Dec 2023
    Novu- The open-source notification infrastructure for developers. Simple components and APIs for managing all communication channels in one place.

telescope

Posts with mentions or reviews of telescope. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-22.
  • Breaking Telescope
    1 project | dev.to | 30 Jan 2023
    It all starts with an old 400 error that was occurring in Telescope for a while now, first documented here.
  • Starchart: Choosing a technology
    5 projects | dev.to | 22 Jan 2023
    Sattelite for the back end
  • Choosing a path
    3 projects | dev.to | 20 Jan 2023
    There are a few places to start with this, one is that we have an issue in Telescope that relates to what I think is the session no longer existing in certain situations that results in a 400. This will give me an opportunity to take a look at Telescopes auth flow. I still am kind of unfamiliar with Telescope despite having been in the last OSD course. I know that we use passport SAML in Telescope however and in the new project we will use a different library called SAMLIFY.
  • Planning: Using Satellite features in Starchart
    3 projects | dev.to | 20 Jan 2023
    The project is currently in the planning phase, and being part of the development team, I have been researching ways to add relevant bits of Satellite in the Remix Blues Stack project, we intend on using for Starchart.
  • Telescope: How I set it up
    1 project | dev.to | 18 Jan 2023
    As a good well-established project, Telescope provides a great environment setup guide, which covers most use cases.
  • Spying on Starchart
    2 projects | dev.to | 17 Jan 2023
    It's been a year since I was supposed to work on Telescope for a class. When the war in Ukraine started in February 24th, 2022, I almost fully stopped contributing. Now, this year I am trying to do more, even though it's not my class anymore. Because I wish that I did more back then.
  • Setting up Telescope
    1 project | dev.to | 12 Jan 2023
    This week, I decided to setup Telescope locally. I had previously contributed to telescope and had set it up already. However, I faced some problems starting it up locally after a shutdown and startup sequence. This was hard to debug since there was no error message, just containers on docker would not start up even after waiting for several minutes. These problems would fix after a restart or just randomly after a few tries. So, I decided to go through the setup again.
  • Setup for Telescope
    3 projects | dev.to | 9 Jan 2023
    Task This week, I try to revisit my setup for running the Telescope project, a single page website that aggregates blog posts.
  • Telescope -filtering feed URLs - release
    1 project | dev.to | 11 Dec 2022
    This week, I finished implementing the feature for filtering out irrelevant feed URLs. Previously, I had added a function for the filtering but had to write the test for it.
  • Patching It Up, Part 3: Release
    1 project | dev.to | 11 Dec 2022
    The two PRs(1 2) mentioned last time were merged without a hitch. For the one that's about parsing Twitch channel feed URL, the maintainer and I agreed that there should be a follow-up issue opened to expand it to YouTube Channel(s). They also found another bug in the sign-up that should exist as its own issue about the RSS feed URL(s) having incorrect domain. For details about them, please see my last post.

What are some alternatives?

When comparing novu and telescope you can also consider the following projects:

toastr - Simple javascript toast notifications

graphql-tools - :wrench: Utility library for GraphQL to build, stitch and mock GraphQL schemas in the SDL-first approach

apprise - Apprise - Push Notifications that work with just about every platform!

github-readme-streak-stats - 🔥 Stay motivated and show off your contribution streak! 🌟 Display your total contributions, current streak, and longest streak on your GitHub profile README

Socket.io - Realtime application framework (Node.JS server)

material-dashboard - Material Dashboard - Open Source Bootstrap 5 Material Design Admin

mjml-react - React component library to generate the HTML emails on the fly

satellite - A Microservice Framework for Telescope

notifIt! - Simple colorful animated notifications with JQuery. It never has been easier to create a notification.

bedrock - Making mozilla.org awesome, one pebble at a time

pnotify - Beautiful JavaScript notifications with Web Notifications support.

IPC144 - Seneca College IPC144 Course Notes

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured