From 04acc0b18e7435ee9ce932d47c02b2081afbcd37 Mon Sep 17 00:00:00 2001 From: Emily Date: Mon, 27 Jan 2025 14:09:51 +0100 Subject: [PATCH 01/11] add appsumo_unicorn --- shared/data/PREMIUM.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/shared/data/PREMIUM.ts b/shared/data/PREMIUM.ts index 8914965..a409d32 100644 --- a/shared/data/PREMIUM.ts +++ b/shared/data/PREMIUM.ts @@ -18,6 +18,7 @@ export const PREMIUM_TAGS = [ 'APPSUMO_INCUBATION', 'APPSUMO_ACCELERATION', 'APPSUMO_GROWTH', + 'APPSUMO_UNICORN' ] as const; @@ -151,6 +152,14 @@ export const PREMIUM_PLAN: Record = { PRICE_TEST: '', COST: 0 }, + APPSUMO_UNICORN: { + ID: 6006, + COUNT_LIMIT: 5_000_000, + AI_MESSAGE_LIMIT: 20_000, + PRICE: 'price_1Qls1lB2lPUiVs9VI6ej8hwE', + PRICE_TEST: '', + COST: 0 + } } try { From 30b5db4200210c2e3dd2bdadb8e36edcd11a5767 Mon Sep 17 00:00:00 2001 From: antonio Date: Wed, 29 Jan 2025 16:07:58 +0100 Subject: [PATCH 02/11] changed upgrade email text --- .gitignore | 3 ++- shared/services/email_templates/PurchaseEmail.ts | 16 +--------------- 2 files changed, 3 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index aa302cb..0fb5d32 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ PROCESS_EVENT docker dev docker-compose.admin.yml -full_reload.sh \ No newline at end of file +full_reload.sh +build-all.sh \ No newline at end of file diff --git a/shared/services/email_templates/PurchaseEmail.ts b/shared/services/email_templates/PurchaseEmail.ts index 9d2f326..91a4a59 100644 --- a/shared/services/email_templates/PurchaseEmail.ts +++ b/shared/services/email_templates/PurchaseEmail.ts @@ -19,26 +19,12 @@ export const PURCHASE_EMAIL = `

You can find your current plan details and download your invoices under Settings > Billing Tab.

-

What does this mean for you?

- -

With your upgraded plan, you can now enjoy more data collection, advanced features, and additional benefits to enhance your data analysis capabilities:

- -
    -
  1. Access to more storage and increased data limits.
  2. -
  3. Advanced analytics tools like IP-Company Matching, download CSV for your raw data, AI insights, and more.
  4. -
  5. Priority support to help you make the most of your Litlyx experience on Slack or Discord!
  6. -
-

If you have any questions about your new plan or need assistance, feel free to reach out to our support team at help@litlyx.com. We’re here to help you make the most out of your upgraded plan!

-

Thank you for using Litlyx every day as your analytics tool and for being a part of our journey.

- -

We look forward to continuing to support your growth and success!

-

Best regards,

Antonio,

-

CEO | Litlyx

+

CEO @ Litlyx

From a5750d556a083e0c636eab361b55470da51a0f63 Mon Sep 17 00:00:00 2001 From: antonio Date: Wed, 12 Feb 2025 10:58:56 +0100 Subject: [PATCH 03/11] update readme --- README.md | 53 +++++++++++++++++++++----------------- assets/.DS_Store | Bin 0 -> 6148 bytes assets/dashboard-clip.png | Bin 125504 -> 35199 bytes 3 files changed, 29 insertions(+), 24 deletions(-) create mode 100644 assets/.DS_Store diff --git a/README.md b/README.md index c471ffa..7edfd62 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,14 @@

-🌐 Website πŸ“š Docs πŸ‘Ύ Join Discord πŸ”₯ Try Litlyx Cloud. It's Free. +πŸ“š Docs πŸ‘Ύ Join Discord 🌐 Website πŸ”₯ Try Litlyx Cloud. It's Free forever.

#

- The freshest, developer-friendly analytics tool.
- Litlyx is an open-source, self-hostable analytics solution for modern frameworks. Setup takes less than 30 seconds! + Litlys is a modern, developer-friendly, cookie-free analytics tool.
+ Setup takes less than 30 seconds! Completely self-hostable with docker.
+ Alternative to Google Analytics, Matomo, Umami, Plausible & Simple Analytics.

# @@ -25,7 +26,7 @@ ## Get Started on our Cloud Version -Sign-up on [Litlyx.com](https://dashboard.litlyx.com) and create a project. Then simply use your project_id to connect Litlyx to your website OR Self-Host Litlyx with Docker. +Sign-up on [Litlyx.com](https://dashboard.litlyx.com) and create a project. Then simply use your `project_id` to connect Litlyx to your website. ## Universal Installation @@ -33,25 +34,25 @@ Sign-up on [Litlyx.com](https://dashboard.litlyx.com) and create a project. Then ``` -Importing Litlyx with a direct script instantly starts tracking `Page visits`, `Browsers`, `Devices`, `Operating Systems`, `Bouncing Rate`, `Real-Time Online Users`, `Unique Sessions`, `Countries`, and `Average Session Time`. +Importing Litlyx with a direct script instantly starts tracking `Visits`, `Top Pages`, `Bouncing Rate`, `Real-Time Online Users`, `Unique Visitors`, `Countries`, and `Average Session Duration`. # All Javascript Runtimes -You can install Litlyx using `npm`, `pnpm`, `yarn` or any modern package managers: +You can install Litlyx using `npm`, `pnpm` or any modern package managers: ```sh npm i litlyx-js ``` -Litlyx natively works with all JavaScript / TypeScript frameworks. You can use Litlyx in all WordPress Websites by injecting JS code using a plug-in. Litlyx also works in serverless environments with Cloud (or Edge) Functions. +Litlyx natively works with all JavaScript / TypeScript frameworks. You can use Litlyx in all WordPress Websites by injecting JS code using a third party plug-in.

-# Import +# Import using a package manager -Import litlyx-js library into your code: +First, Import litlyx-js library into your code: ```js import { Lit } from 'litlyx-js'; @@ -63,9 +64,9 @@ Once imported, you need to initialize Litlyx: Lit.init('your_project_id'); ``` -After initialization, Litlyx will automatically track analytics such as `Page visits`, `Browsers`, `Devices`, `Operating Systems`, `Real-Time Online Users`, `Unique Sessions`, `Countries`, and `Average Session Time`. +After initialization, Litlyx will automatically track web analytics such as `Page visits`, `Real-Time Online Users`, `Unique Vistors`, and many more. -# Track Custom Events +# Track Custom Events (Actions) You aren't just limited to the built-in KPIs. With Litlyx, you can create your own events to track in your project. @@ -104,11 +105,9 @@ curl -X POST "https://broker.litlyx.com/event" \ }' ``` -# Self-Hosting with Docker +# Self-hosting with docker -To self-host the Litlyx dashboard, first **fork** this repository. - -You can find our Docker images on DockerHub for more. +To self-host the Litlyx dashboard, first **clone** this repository. (Litlyx's Docker images are hosted on DockerHub). Then run the following command: ```bash @@ -117,9 +116,9 @@ docker-compose up at localhost:3000 you will see your own instance of the Litlyx Dashboard. -## Forward data to your local instance with script tag +## Forward data to your self-hosted instance with script tag -To forward your data on your self-hosted instance, you need to set up the following variables: add your `data-host`, add your `data-port`, and add your `data-secure`, setting it to true if it is HTTPS, and false if it is HTTP. +To forward your data on your self-hosted instance, you need to set up the following variables: `data-host`, `data-port`, `data-secure`(`true` if it is HTTPS or `false` if it is HTTP). ```html