Tutorial: Packager for Microsoft Intune at $60K/Month

Thomas spent years as an IT admin packaging Windows apps for Microsoft Intune before building Packager to automate it — and crossed $60K/month without outside funding. This post breaks down his five-step niche SaaS playbook alongside a live deployment demo and official Microsoft documentation. If you serve a narrow B2B audience with a high-pain workflow, this is the framework worth studying.


0

How a Boring IT Tool Hits $60K/Month: Thomas’s Niche SaaS Playbook

Thomas spent years as an IT admin packaging Windows applications for Microsoft Intune — a task that could consume an hour per app with no adequate tooling. He built Pckgr to solve his own problem, launched it free on Reddit, and crossed $60K/month without outside funding or a large team. After working through this tutorial, you’ll be equipped with his five-step framework for finding an underserved niche, validating demand before over-building, and a hands-on walkthrough of the Pckgr one-click deployment workflow.

Thomas launched on r/Intune with a free tool post — the first angry comment ('It DOESN'T WORK') became his product roadmap
Thomas launched on r/Intune with a free tool post — the first angry comment (‘It DOESN’T WORK’) became his product roadmap
  1. Build where you already have credibility. Start in a domain where you have genuine professional depth, not just surface curiosity. Thomas had spent years operating inside Microsoft Intune environments. That expertise meant he understood the actual failure modes — and customers could detect his fluency during support calls, which built trust faster than any marketing copy.
  2. Hunt for pain points, not ideas. Rather than brainstorming in the abstract, watch what colleagues and community members complain about repeatedly. Thomas noticed the same packaging frustrations recurring across Intune forums before he wrote a single line of code. The problem surfaced; he simply listened closely enough to hear it.
Pckgr's four-step distribution playbook: Reddit validation → customer feedback → early monetization → niche YouTube sponsorships
Pckgr’s four-step distribution playbook: Reddit validation → customer feedback → early monetization → niche YouTube sponsorships

3. Avoid competing with the masses. While most founders chase the same large addressable markets, the gaps sit in niches those founders dismiss as too small. Pckgr’s enterprise competitors targeted customers managing millions of devices; Thomas aimed at smaller IT teams and found more than enough volume to sustain a full-time business at premium pricing.

Why Pckgr charges $1,491/month: enterprise device scale unlocks 10x pricing vs. generic SaaS competitors
Why Pckgr charges $1,491/month: enterprise device scale unlocks 10x pricing vs. generic SaaS competitors

4. Charge early, even at a low price. Thomas introduced a $25/month subscription during the beta — not to maximize revenue, but to confirm customers would actually open their wallets. If nobody pays at $25, they won’t pay at $250. Early pricing is a validation signal, not a monetization strategy.

5. Optimize for freedom over growth-at-all-costs. A lean team and tight cost controls mean the revenue you generate stays yours. Pckgr runs on Bubble.io for the frontend ($350/month), GitHub Actions for CI/CD ($800/month), and Azure serverless functions ($200/month) — keeping margins high while preserving the work-life balance Thomas explicitly set out to build.

Pckgr's full tech stack: Bubble.io frontend ($350/mo), GitHub CI/CD ($800/mo), and Azure serverless functions ($200/mo)
Pckgr’s full tech stack: Bubble.io frontend ($350/mo), GitHub CI/CD ($800/mo), and Azure serverless functions ($200/mo)

6. Open the Pckgr app library and select your company profile. Click Add an App, then choose Pckgr Library to access pre-managed packages. Select your target application — 7-Zip in the demo — and confirm it shows an Awaiting Deployment status. Click Deploy to Intune, review configuration options including the auto-update toggle, and confirm. Pckgr’s backend packages the application and uploads it directly to your Microsoft Intune tenant. Open Intune, verify the app entry has populated with metadata and a logo, then assign it to all devices.

Choosing between Custom Library (your own apps) or Pckgr Library (pre-packaged) when adding a new application
Choosing between Custom Library (your own apps) or Pckgr Library (pre-packaged) when adding a new application
Pckgr's Deploy to Intune modal: configure auto-updates and click one button to push Firefox to your entire device fleet
Pckgr’s Deploy to Intune modal: configure auto-updates and click one button to push Firefox to your entire device fleet

How does this compare to the official docs?

The video gives you a confident walkthrough of the Pckgr interface, but Microsoft’s own Intune documentation covers the underlying Win32 packaging requirements — .intunewin format, detection rules, and assignment scopes — that Pckgr abstracts away, and those details become critical when a deployment behaves unexpectedly.


Here’s What the Official Docs Show

Act 1 walks you through Thomas’s niche SaaS playbook and the Pckgr deployment workflow exactly as he demonstrated it. What follows fills in the documented foundation underneath that workflow — specifically what Microsoft’s own published materials confirm about Intune as the deployment target, and where the official record runs out.


Step 1 — Build Where You Already Have Credibility

No official documentation was found for this step —
proceed using the video’s approach and verify independently.


Step 2 — Hunt for Pain Points, Not Ideas

No official documentation was found for this step —
proceed using the video’s approach and verify independently.


Step 3 — Avoid Competing with the Masses

No official documentation was found for this step —
proceed using the video’s approach and verify independently.


Step 4 — Charge Early, Even at a Low Price

No official documentation was found for this step —
proceed using the video’s approach and verify independently.


Step 5 — Optimize for Freedom Over Growth-at-All-Costs

No official documentation was found for this step —
proceed using the video’s approach and verify independently.


Step 6 — The Demo: Deploying an App Through Pckgr into Intune

This is the one step where official documentation is adjacent — and the distinction matters.

The screenshots captured for this post confirm that Microsoft Intune is an active, commercially supported, cloud-hosted endpoint management platform. The “unified device management” positioning Microsoft publishes is consistent with what Thomas showed in the demo: apps deployed via Packager’s backend are pushed to a live Intune tenant and can be assigned to all devices from a single action.

Microsoft Intune product overview page (microsoft.com/security) showing the endpoint management platform that Packager deploys applications into via API.
📄 Microsoft Intune product overview page (microsoft.com/security) showing the endpoint management platform that Packager deploys applications into via API.
Microsoft Intune features section showing 'Simplify endpoint management' and cross-platform device management capabilities referenced in the Demo's device assignment step.
📄 Microsoft Intune features section showing ‘Simplify endpoint management’ and cross-platform device management capabilities referenced in the Demo’s device assignment step.
Microsoft Intune 'Get cloud-based endpoint management' section — confirms cloud-hosted nature of the Intune tenant targeted in the Demo step.
📄 Microsoft Intune ‘Get cloud-based endpoint management’ section — confirms cloud-hosted nature of the Intune tenant targeted in the Demo step.

What the screenshots do not show is Packager’s proprietary interface — the app library, the Add an App button, the catalog selection, or the Deploy to Intune modal — nor the Intune admin center at intune.microsoft.com where you would actually verify that a deployed app has populated with metadata and a logo. The screenshots captured here are from Microsoft’s external marketing site, not the admin UI. To verify the deployment outcome Thomas describes, you will need to log into your own Intune tenant directly.

One additional detail worth noting: Packager abstracts the Win32 packaging requirements that Intune enforces natively — .intunewin format, detection rules, and assignment scope configuration. Microsoft documents all of these at learn.microsoft.com. Those details become critical if a deployment behaves unexpectedly and you need to debug below Packager’s abstraction layer. The video does not cover this layer, which is appropriate given Packager’s one-click value proposition — but you should know it exists.

No official documentation was found for Packager’s specific UI workflow or the 7-Zip catalog entry shown in the demo —
proceed using the video’s approach and verify independently.


  1. Microsoft Intune Core Features | Microsoft Security — Microsoft’s official product overview for Intune, confirming its cloud-based endpoint management capabilities and cross-platform device assignment features that underpin the Packager deployment workflow.
  2. Bubble: Build web & mobile apps with the only no-code AI app builder — The no-code platform referenced in Step 5 as Packager’s frontend layer, running at approximately $350/month in Thomas’s disclosed tech stack.
  3. GitHub Actions · GitHub — The CI/CD platform referenced in Step 5 as Packager’s build and automation layer, running at approximately $800/month in the disclosed stack.
  4. Cloud Computing Services | Microsoft Azure — The cloud infrastructure platform referenced in Step 5 as Packager’s serverless functions layer, running at approximately $200/month and serving as the underlying runtime for Intune’s cloud services.
  5. monday.com Support — Captured during the screenshot research phase; not referenced in any tutorial step and included here for documentation completeness only.

Like it? Share with your friends!

0

What's Your Reaction?

hate hate
0
hate
confused confused
0
confused
fail fail
0
fail
fun fun
0
fun
geeky geeky
0
geeky
love love
0
love
lol lol
0
lol
omg omg
0
omg
win win
0
win

0 Comments

Your email address will not be published. Required fields are marked *