Skip to content

Commit 405c25c

Browse files
committed
Screenity Pro launch
1 parent 2e9bb61 commit 405c25c

File tree

459 files changed

+28047
-45389
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

459 files changed

+28047
-45389
lines changed

.babelrc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"presets": ["@babel/preset-env", "@babel/preset-react"]
3-
}
2+
"presets": [
3+
"@babel/preset-env",
4+
["@babel/preset-react", { "runtime": "automatic" }]
5+
]
6+
}

.gitignore

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,9 @@ yarn-error.log*
66
node_modules/
77
.DS_Store
88
.vscode/
9-
node_modules
10-
src/pages/Background/modules/gapi.json
9+
.env
10+
.env.local
11+
.env.development
12+
.env.production
13+
.env.*.local
14+
build/

README.md

Lines changed: 26 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,23 @@ The free and privacy-friendly screen recorder with no limits 🎥
88

99
Screenity is a powerful privacy-friendly screen recorder and annotation tool to make better videos for work, education, and more. You can create stunning product demos, tutorials, presentations, or share feedback with your team - all for free.
1010

11-
> You can support this project (and many others) through [GitHub Sponsors](https://github.com/sponsors/alyssaxuu)! ❤️
12-
13-
Made by [Alyssa X](https://alyssax.com)
14-
15-
<a href="https://www.producthunt.com/posts/screenity?utm_source=badge-top-post-badge&utm_medium=badge&utm_souce=badge-screenity" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/top-post-badge.svg?post_id=275308&theme=light&period=daily" alt="Screenity - The most powerful screen recorder for Chrome | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
11+
<a href="https://www.producthunt.com/posts/screenity?utm_source=badge-top-post-badge&utm_medium=badge&utm_source=badge-screenity" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/top-post-badge.svg?post_id=275308&theme=light&period=daily" alt="Screenity - The most powerful screen recorder for Chrome | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
1612
<a href="https://news.ycombinator.com/item?id=25150804" target="_blank"><img height=53 src="https://hackerbadge.now.sh/api?id=25150804&type=orange" alt="Featured on HackerNews"></a>
1713

18-
> ❗️ Screenity has been rebuilt from the ground up, and updated to MV3. [Click here](https://help.screenity.io/getting-started/77KizPC8MHVGfpKpqdux9D/what%E2%80%99s-changed-in-the-new-version-of-screenity/bDtvcwAtw9PPesQeNH4zjE) to here to learn more about why, and what's changed in the new version. Also note that **the license has changed to [GPLv3](https://github.com/alyssaxuu/screenity/blob/master/LICENSE)**, but the older MV2 version remains MIT licensed. Make sure you read the license and the [Terms of Service](https://screenity.io/en/terms/) regarding intellectual property.
14+
> Want to support the project (and the solo developer behind it)?
15+
>
16+
> Check out [**Screenity Pro**](https://screenity.io/pro): a privacy-friendly, EU-hosted platform with link sharing, multi-scene editing, zoom keyframes, captions, and more ❤️
1917
20-
## Table of contents
18+
Made by [Alyssa X](https://alyssax.com)
2119

22-
- [Features](#features)
23-
- [Self-hosting Screenity](#self-hosting-screenity)
24-
- [Creating a development version](#creating-a-development-version)
25-
- [Enabling Save to Google Drive](#enabling-save-to-google-drive)
26-
- [Acknowledgements](#acknowledgements)
20+
## Table of contents
21+
- [Screenity](#screenity)
22+
- [Table of contents](#table-of-contents)
23+
- [Features](#features)
24+
- [Self-hosting Screenity](#self-hosting-screenity)
25+
- [Creating a development version](#creating-a-development-version)
26+
- [Enabling Save to Google Drive](#enabling-save-to-google-drive)
27+
- [Acknowledgements](#acknowledgements)
2728

2829
## Features
2930

@@ -42,6 +43,9 @@ Made by [Alyssa X](https://alyssax.com)
4243
💙 No limits, make as many videos as you want, for as long as you want<br> …and much more - all for free & no sign in needed!
4344

4445
## Self-hosting Screenity
46+
> 🛠️ Note: When self-hosted, the extension runs entirely in local-only mode.
47+
> No API calls, sign-in flows, or platform features are enabled, nothing is sent anywhere.
48+
> Some internal code paths connect to [Screenity Pro](https://screenity.io/pro), but these are only active in the official Chrome Store version.
4549
4650
You can run Screenity locally without having to install it from the Chrome Store. Here's how:
4751

@@ -50,41 +54,31 @@ You can run Screenity locally without having to install it from the Chrome Store
5054
3. Drag the folder that contains the code (make sure it's a folder and not a ZIP file, so unzip first), or click on the "Load unpacked" button and locate the folder.
5155
4. That's it, you should now be able to use Screenity locally. [Follow these instructions](#enabling-save-to-google-drive) to set up the Google Drive integration.
5256

57+
<small>Self-hosting is totally fine for personal, educational, or internal use.
58+
If you’re thinking of building a commercial product from this, feel free to [reach out](mailto:[email protected]), I’m open to chatting 💜</small>
59+
5360
## Creating a development version
5461

5562
> ❗️ Note that the license has changed to [GPLv3](https://github.com/alyssaxuu/screenity/blob/master/LICENSE) for the current MV3 version (Screenity version 3.0.0 and higher). Make sure to read the license and the [Terms of Service](https://screenity.io/en/terms/) regarding intellectual property.
5663
5764
1. Check if your [Node.js](https://nodejs.org/) version is >= **14**.
5865
2. Clone this repository.
59-
3. Run `npm install` to install the dependencies.
60-
4. Run `npm start`.
61-
5. Load the extension by going to `chrome://extensions/` , and [enabling developer mode](https://developer.chrome.com/docs/extensions/mv2/faq/#:~:text=You%20can%20start%20by%20turning,a%20packaged%20extension%2C%20and%20more.).
62-
6. Click on `Load unpacked extension`.
63-
7. Select the `build` folder.
66+
3. Run `npm install` to install dependencies.
67+
4. Run `npm start` to start the local development server.
68+
5. Open `chrome://extensions/` in your browser and [enable developer mode](https://developer.chrome.com/docs/extensions/mv2/faq/#:~:text=You%20can%20start%20by%20turning,a%20packaged%20extension%2C%20and%20more.).
69+
6. Click **Load unpacked** and select the `build` folder.
70+
7. The extension should now be available locally.
71+
To rebuild after code changes, run `npm run build`.
6472

6573
### Enabling Save to Google Drive
6674

6775
To enable the Google Drive Upload (authorization consent screen) you must change the client_id in the manifest.json file with your linked extension key.
6876

6977
You can create it accessing [Google Cloud Console](https://console.cloud.google.com/apis/credentials) and selecting Create Credential > OAuth Client ID > Chrome App. To create a persistent extension key, you can follow the steps detailed [here](https://developer.chrome.com/docs/extensions/reference/manifest/key).
7078

71-
## Libraries used
72-
73-
- [FFmpeg WASM](https://ffmpegwasm.netlify.app/) for editing and encoding videos
74-
- [Tensorflow](https://github.com/tensorflow/tfjs) with the [Selfie Segmentation](https://blog.tensorflow.org/2022/01/body-segmentation.html) model
75-
- [Fabric.js](https://github.com/fabricjs/fabric.js) for drawing and annotating
76-
- [Radix Primitives](https://www.radix-ui.com/primitives) for the UI components
77-
- [react-color](https://uiwjs.github.io/react-color/) for the color wheel
78-
- [localForage](https://github.com/localForage/localForage) to help store videos offline with IndexedDB
79-
- [Wavesurfer.js](https://wavesurfer.xyz/) to create audio waveforms in the popup and the editor
80-
- [React Advanced Cropper](https://advanced-cropper.github.io/react-advanced-cropper/) for the cropping UI in the editor
81-
- [fix-webm-duration](https://github.com/yusitnikov/fix-webm-duration) to add missing metadata to WEBM files
82-
8379
## Acknowledgements
8480

8581
- Thanks to [HelpKit](https://www.helpkit.so/) for sponsoring this project by hosting the [Screenity Help Center](https://help.screenity.io/).
8682
- Thanks to [Mei Xuan](https://www.behance.net/meixuanloo) for helping with the Chinese translation of the extension.
8783

88-
If you need any help, or want to become a Screenity expert, you can browse articles and guides in the [help center](https://help.screenity.io). You can also submit any feedback or ideas in this [form](https://tally.so/r/3ElpXq), or contact through [this page](https://help.screenity.io/contact)
89-
90-
Feel free to reach out to me through email at [email protected] or [on Twitter](https://twitter.com/alyssaxuu) if you have any questions or feedback! Hope you find this useful 💜
84+
If you need any help, or want to become a Screenity expert, you can browse articles and guides in the [help center](https://help.screenity.io). You can also submit any feedback or ideas in this [form](https://tally.so/r/3ElpXq), or contact through [this page](https://help.screenity.io/contact)

0 commit comments

Comments
 (0)