Giter VIP home page Giter VIP logo

super-star's Introduction

top

GitHub 20K - Super-Star โญ๏ธโœจ

License: MIT License Docs Affiliate

The open-source course sales page built with NextJS and Tailwind

Super-Star

What can you find here:

  • A beautiful sales page for selling your course.
  • Integration with payment providers.
  • Integration with newsletter providers.
  • Integration with CRM providers.
  • Integration with Courses providers.
  • Integration with CMSs for blogs.

Installation

For a quick installation and docs please check:

https://docs.github20k.com

Available Providers

Payment

Newsletter

CRM

Course

ย 

Who am I?

Hi there, I'm Nevo โœจ.

I started programming when I was 21, and now I'm 32.

For years, I've been working as a full-stack developer and team leader.

Three years ago, I started my own startup called Linvo and sold it.

It was a real struggle to grow.

Coding was the easy part, but getting people to use the product was a different story.

That experience made me want to help other startups succeed.

I decided to focus on growth strategies.

That's why I joined Novu, with the goal of letting everyone know about it.

Follow me on: Twitter, GitHub and DEV.to

ย 

Please help me out by starring this repository

starit

super-star's People

Contributors

nevo-david avatar robbie-cahill avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

super-star's Issues

[FEATURE] CMS for the frontend

Description

At the moment the front is mainly built on JSON files.
It would be good to be able to connect to alternate system such as Strapi / Wordpress / Sanity.

Screenshots

No response

Additional information

No response

Replace ngrok with tunnelmole

Description

To generate public URLs for local development, Super-Star uses the unofficial ngrok dependency from npm. This dependency has a few issues:

  • As noted in the README for ngrok, its simply a wrapper around the ngrok CLI tool. So, you must download and install the ngrok CLI tool as an external dependency and this complicates setup
  • You need to manually match the version of the ngrok dependency to specific versions of the ngrok CLI client, further complicating setup. For example, using the version 5 of the npm dependency is not supported with version 2 of the CLI client.
  • The npm dependency is maintained by a third party and is not officially supported by ngrok. So, ngrok could make some unexpected change and the integration might break suddenly.
  • The ngrok CLI tool is not FOSS and is closed source. For some projects, this could create licensing issues if the maintainers are not ok with that for whatever reason.

I propose replacing ngrok with tunnelmole. Tunnelmole is open source and the runtime is implemented in pure JavaScript.

You only need to add it as an npm dependency and you don't need to install anything separately. npm automatically manages all dependencies, you don't need to manually match up versions of anything.

As the runtime code is pure JavaScript, it is automatically cross platform and will run on all operating systems and CPU architectures that NodeJS can run on.

To compare usage:
ngrok
First, download and install ngrok from ngrok.com, or this won't work. Also, ensure your version of the ngrok CLI tool is compatible with the version of the ngrok NPM dependency you are using.

const url = await ngrok.connect(3000);

tunnelmole

const url = await tunnelmole({ port: 3000 });

This works right away, without installing anything separately. I had a look through your project and I think it should be fairly straightforward to refactor your code to use tunnelmole.

Let me know if you'd like to move ahead and I'll create a PR with the changes.

Screenshots

No response

Additional information

No response

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.