diff --git a/.gitignore b/.gitignore
index 4108b33..ea2ff9e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,6 @@ dist-ssr
*.njsproj
*.sln
*.sw?
+release/**
+
+# npx electron-builder --mac --win
\ No newline at end of file
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..4513941
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,8 @@
+OpenScreen Free Use License
+Copyright (c) 2025 Siddharth Vaddem
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/README.md b/README.md
index f02aedf..08afd3c 100644
--- a/README.md
+++ b/README.md
@@ -1,30 +1,63 @@
-# React + TypeScript + Vite
-This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
-Currently, two official plugins are available:
-- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
-- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
+
+
+
-## Expanding the ESLint configuration
-If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:
+# OpenScreen
-- Configure the top-level `parserOptions` property like this:
+OpenScreen is your free, open-source alternative to Screen Studio (sort of).
-```js
-export default {
- // other rules...
- parserOptions: {
- ecmaVersion: 'latest',
- sourceType: 'module',
- project: ['./tsconfig.json', './tsconfig.node.json'],
- tsconfigRootDir: __dirname,
- },
-}
-```
-- Replace `plugin:@typescript-eslint/recommended` to `plugin:@typescript-eslint/recommended-type-checked` or `plugin:@typescript-eslint/strict-type-checked`
-- Optionally add `plugin:@typescript-eslint/stylistic-type-checked`
-- Install [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and add `plugin:react/recommended` & `plugin:react/jsx-runtime` to the `extends` list
+If you don't want to pay $29/month for Screen Studio but want a much simpler version that does what most people seem to need, making beautiful product demos and walkthroughs, here's a free-to-use app for you. OpenScreen does not offer all Screen Studio features, but covers the basics well!
+
+Okay, let's be real: Screen Studio is an awesome product and this is definitely not a 1:1 clone. OpenScreen is a much simpler take, just the basics for folks who want control and don't want to pay. If you need all the fancy features, your best bet is to support Screen Studio (they really do a great job, haha). But if you just want something free (no gotchas) and open, this project does the job!
+
+OpenScreen is 100% free for personal and commercial use. Use it, remix it, build on it. (Just be cool and give a shoutout if you feel like it!)
+
+
+
+**⚠️ DISCLAIMER: This is very much in beta and might be buggy here and there (but hope you have a good experience!).**
+
+
+
+
+
+
+
+
+
+## Core Features
+- Record your whole screen or specific apps
+- Add manual zooms (customizable depth levels)
+- Customize the duration and position of zooms however you please
+- Crop video recordings to hide parts
+- Choose between wallpapers, solid colors, or gradients for your background
+- Motion blur and exponential easing for smoother pan and zoom effects
+
+**Note:**
+- OpenScreen is designed to support both Windows and macOS. We did not use any native APIs specific to one OS, so it should work on both. However, it hasn't been fully tested on Windows yet, if you run into issues, please let me know!
+- After you install the app, you'll need to grant it accessibility and screen recording permissions for it to work properly.
+
+**Contribution:**
+Planning to add a contribution guide soon so people can contribute to this repo. Stay tuned!
+
+## Getting Started
+Download the latest installer for your platform from the [GitHub Releases](https://github.com/siddharthvaddem/openscreen/releases) page.
+
+## Stack
+- Electron
+- React
+- TypeScript
+- Vite
+- PixiJS
+
+---
+
+
+_I'm new to open source, idk what I'm doing lol. If something is wrong please raise an issue 🙏_
+
+## License
+MIT License: You can use, modify, and distribute this software for any purpose, including commercial use, without restriction. See the LICENSE file for details.
diff --git a/icons/1024x1024.png b/icons/1024x1024.png
deleted file mode 100644
index cefcab1..0000000
Binary files a/icons/1024x1024.png and /dev/null differ
diff --git a/icons/128x128.png b/icons/128x128.png
deleted file mode 100644
index 5b767f2..0000000
Binary files a/icons/128x128.png and /dev/null differ
diff --git a/icons/16x16.png b/icons/16x16.png
deleted file mode 100644
index ba89653..0000000
Binary files a/icons/16x16.png and /dev/null differ
diff --git a/icons/24x24.png b/icons/24x24.png
deleted file mode 100644
index fffef02..0000000
Binary files a/icons/24x24.png and /dev/null differ
diff --git a/icons/256x256.png b/icons/256x256.png
deleted file mode 100644
index 7992367..0000000
Binary files a/icons/256x256.png and /dev/null differ
diff --git a/icons/32x32.png b/icons/32x32.png
deleted file mode 100644
index 96532c0..0000000
Binary files a/icons/32x32.png and /dev/null differ
diff --git a/icons/48x48.png b/icons/48x48.png
deleted file mode 100644
index 2eea10f..0000000
Binary files a/icons/48x48.png and /dev/null differ
diff --git a/icons/512x512.png b/icons/512x512.png
deleted file mode 100644
index eb120c0..0000000
Binary files a/icons/512x512.png and /dev/null differ
diff --git a/icons/64x64.png b/icons/64x64.png
deleted file mode 100644
index e285c9c..0000000
Binary files a/icons/64x64.png and /dev/null differ
diff --git a/icons/icon.icns b/icons/icon.icns
deleted file mode 100644
index ded3092..0000000
Binary files a/icons/icon.icns and /dev/null differ
diff --git a/icons/icon.ico b/icons/icon.ico
deleted file mode 100644
index 33a52ec..0000000
Binary files a/icons/icon.ico and /dev/null differ
diff --git a/icons/icons/mac/icon.icns b/icons/icons/mac/icon.icns
index 1fda159..bb9f0c4 100644
Binary files a/icons/icons/mac/icon.icns and b/icons/icons/mac/icon.icns differ
diff --git a/icons/icons/png/1024x1024.png b/icons/icons/png/1024x1024.png
index 95ad197..d4536ea 100644
Binary files a/icons/icons/png/1024x1024.png and b/icons/icons/png/1024x1024.png differ
diff --git a/icons/icons/png/128x128.png b/icons/icons/png/128x128.png
index 0006525..3500213 100644
Binary files a/icons/icons/png/128x128.png and b/icons/icons/png/128x128.png differ
diff --git a/icons/icons/png/16x16.png b/icons/icons/png/16x16.png
index b904605..ee106df 100644
Binary files a/icons/icons/png/16x16.png and b/icons/icons/png/16x16.png differ
diff --git a/icons/icons/png/24x24.png b/icons/icons/png/24x24.png
index bb6b09b..2650b71 100644
Binary files a/icons/icons/png/24x24.png and b/icons/icons/png/24x24.png differ
diff --git a/icons/icons/png/256x256.png b/icons/icons/png/256x256.png
index 4304f8f..db4cb3d 100644
Binary files a/icons/icons/png/256x256.png and b/icons/icons/png/256x256.png differ
diff --git a/icons/icons/png/32x32.png b/icons/icons/png/32x32.png
index 51bd974..47994b9 100644
Binary files a/icons/icons/png/32x32.png and b/icons/icons/png/32x32.png differ
diff --git a/icons/icons/png/48x48.png b/icons/icons/png/48x48.png
index ccc38c9..92cd97e 100644
Binary files a/icons/icons/png/48x48.png and b/icons/icons/png/48x48.png differ
diff --git a/icons/icons/png/512x512.png b/icons/icons/png/512x512.png
index e7c37ff..8f2ac4a 100644
Binary files a/icons/icons/png/512x512.png and b/icons/icons/png/512x512.png differ
diff --git a/icons/icons/png/64x64.png b/icons/icons/png/64x64.png
index 17620c9..7944bc0 100644
Binary files a/icons/icons/png/64x64.png and b/icons/icons/png/64x64.png differ
diff --git a/icons/icons/win/icon.ico b/icons/icons/win/icon.ico
index 609fc3a..5793cce 100644
Binary files a/icons/icons/win/icon.ico and b/icons/icons/win/icon.ico differ
diff --git a/newicon.png b/newicon.png
deleted file mode 100644
index 65d7a21..0000000
Binary files a/newicon.png and /dev/null differ
diff --git a/openscreen.png b/openscreen.png
new file mode 100644
index 0000000..7e44bbb
Binary files /dev/null and b/openscreen.png differ
diff --git a/preview.png b/preview.png
new file mode 100644
index 0000000..b65ad87
Binary files /dev/null and b/preview.png differ
diff --git a/preview2.png b/preview2.png
new file mode 100644
index 0000000..a3fd120
Binary files /dev/null and b/preview2.png differ
diff --git a/preview3.png b/preview3.png
new file mode 100644
index 0000000..edc7369
Binary files /dev/null and b/preview3.png differ
diff --git a/test.png b/test.png
deleted file mode 100644
index 8960721..0000000
Binary files a/test.png and /dev/null differ