I got tired of sketchy optimization tools, so I built a web-based gaming suite on a 0 budget.
I game on a low-end laptop and have a pretty strict internet data limit at home.
If you look up ways to optimize Windows for FPS, you mostly find shady registries or black-box .exe files uploaded to Mediafire by random creators. On the streaming side, copying standard 1080p 60fps guides without calculating your upload bandwidth or monthly data caps is a quick way to choke your connection, spike your ping, and run up your internet bill.
I wanted to solve these exact problems for myself, so I built an all-in-one web tool called OptiMax.
The live link is optimax1 [dot] netlify [dot] app (I will also drop a clickable link in the comments below to avoid triggering spam filters).
Here is what the MVP does right now:
- PC Slimmer: Generates transparent PowerShell scripts based on ON/OFF toggles for disabling telemetry, enabling ultimate performance plans, and optimizing TCP network throttling. You can read the script directly on the screen before copying it so there are no safety concerns.
- ResScale: An aspect ratio and FOV calculator for stretched resolution (4:3, 16:10). I added a live dual-monitor container that visually stretches a simulated in-game target model in real-time so you can see the horizontal pixel stretch.
- Stream Planner: Calculates your gigabyte-per-hour data consumption and warns you if your chosen bitrate exceeds a safe 30% buffer on your upload speed.
The 30-Day Constraint Challenge
I am building this entirely in public under some tight personal constraints. I have set a strict budget of $0. The frontend is hosted on Netlify's free tier, and I am limited to their built-in visual editor credits to update the code. I am currently on Day 2 of 30, and my goal for this first week is purely dedicated to rigorous testing and community improvisation before locking in a stable version.
Here is my plan for the next few days:
- Days 3 to 4: Testing the generated PowerShell script syntax across different Windows builds and fixing any layout clipping issues on the ResScale visualizer when viewed on ultra-budget 1366x768 screens.
- Days 5 to 6: Implementing actual user-requested features. I want to add guides for managing startup apps and debloating pre-installed Windows junk.
- Day 7: Shipping the stable version 1.0.
I really need people to break this and point out the flaws. Are the PowerShell scripts clean? Is the math for the FOV translation accurate? Please roast the UI and let me know what utilities actually matter to you. BTW I am gonna get a domain soon, its just that Im building it on netlify...