2
6 Comments

What objections do you have?

Hey! I've updated my landing page and I'm overall pretty happy with its current state, but it lacks an objections section.

I'm curious what objections you would have after going through the page that would stop you from starting a trial?

https://p42.ai/

on November 26, 2022
  1. 2

    What would stop me from starting a trial is that you require users to have Github account to start a trial. I'm developer myself and I sometimes also work with JavaScript using Visual Studio Code but I don't have a Github account.

    1. 2

      Thanks this is great input and something I want to address - there is indeed a drop-off at that stage. I am trying to avoid rolling my own auth though - would something like Google OAuth be an option for you?

      1. 2

        Google OAuth would be much better for me, absolutely.

  2. 2

    My immediate though is "doesn't GitHub co-pilot already do this?"

    1. 1

      Thanks! Do you find the following helpful?
      --
      How is the JS Assistant different from GitHub Copilot?

      The JS Assistant and GitHub Copilot serve different purposes. GitHub Copilot provides completions that help you write new or additional code. The JS Assistant helps you understand and refactor existing code. It shows metrics and graphs, suggests refactorings, and automates code actions. Many of our users use both tools together.