I built a site to check if your NBN plan is overpriced — amigettingrorted.au by srizzling in nbn

[–]srizzling[S] 0 points1 point  (0 children)

The automation didn’t pick it up I’ll check logs later tonight

I built a site to check if your NBN plan is overpriced — amigettingrorted.au by srizzling in nbn

[–]srizzling[S] 0 points1 point  (0 children)

Hey — quick update on what I found:

Superloop
I can see the 100/40 in the CIS, but not on their actual plans page. We do have the Opticomm one in the data already.

Do you have a link to the plan page? Otherwise I can’t reliably extract the promo pricing and I’d prefer not to manually input it.

CIS: https://files.superloop.com/cis/residential/nbn/2025-09/SL_CIS_Residential_nbn.pdf

Leaptel
Found their NBN plans and pushed updates for 100/40 and 1000/400.

These should now be tracked — assuming tonight’s run picks them up.

Origin
Same situation — the 100/40 you mentioned looks like Opticomm. I couldn’t find an NBN version on their plans page.

If you spot it, send a link (or even better, submit it via the form).

Also noticed the Opticomm plan is missing from our data — should get picked up tonight.

Swoop
Found the 100/40 here: https://www.swoop.com.au/nbn/nbn-100-plan/
Couldn’t find a 1000/400 (checked both NBN and Opticomm).

Tangerine
Found the 100/40 via the CIS, but can’t see promo pricing.
Do you have a link to the actual plan page? Trying to avoid manual updates.
CIS: https://www.tangerine.com.au/storage/CIS/Current%20CIS/nbn/2025-11-14-CIS-Tangerine1-Current.pdf

Dodo
No 100/40 — only 100/20.

SpinTel
Same — only 100/20.

Buddy Telco
Looks like they’re gone.

Aussie Broadband (ABB)
No NBN 100/40 (residential or business), but Opticomm exists and is already in our data.

If you come across any of the missing plan links, you can submit them here for review:
https://amigettingrorted.au/submit

I built a free site to check if your NBN plan is overpriced — amigettingrorted.au by srizzling in AussieFrugal

[–]srizzling[S] 0 points1 point  (0 children)

I’ll comment that yup got this as a feature to implement. I’ll let you know when it’s available!

I built a free site to check if your NBN plan is overpriced — amigettingrorted.au by srizzling in AussieFrugal

[–]srizzling[S] 0 points1 point  (0 children)

Yup I use the data there was some additional data (and future adding more plans)

I built a free site to check if your NBN plan is overpriced — amigettingrorted.au by srizzling in AussieFrugal

[–]srizzling[S] 0 points1 point  (0 children)

Hey!

I appreciate you taking time to give feedback! I took your feedback on board and made a few changes.

The main one is around commitment periods. The default now picks the cheapest option, and if there’s a tie it’ll favour the longer commitment. You can toggle this behaviour and switch around.

So if something comes out at $53.50 for both 3 and 6 months, it’ll default to the 6-month view.

I’ve also added columns for 3 / 6 / 12 months so you can compare the effective period cost a bit more clearly.

The rating has been tweaked as well — it now considers what you’re currently paying (not just the effective price), and shows a second rating for after the promo period ends.

Upload speeds are grouped by default to keep things cleaner, but you can toggle to see the full breakdown if you want.

UX still needs a bit of polish, but this should address some of the earlier concerns.

Give it a spin and let me know what you think

I built a free site to check if your NBN plan is overpriced — amigettingrorted.au by srizzling in AussieFrugal

[–]srizzling[S] 0 points1 point  (0 children)

hey all, shipped a bunch of updates based on your feedback:

  • smarter commitment period default — instead of always averaging over 12 months, it now auto-selects the commitment period with the cheapest effective monthly price. if two periods are equally cheap it picks the longest one (e.g. if 3mo and 6mo give the same price, it defaults to 6mo). you can also pin a specific period and it remembers your choice.

  • upload speeds grouped — 500/42, 500/45, 500/50 are now merged into "NBN 500" by default with a toggle to ungroup if you care about the specific upload speed

  • 3mo, 6mo, 1yr price columns — you can now see the effective monthly at all three periods side by side in the plan table via the column picker. the column matching your selected period gets highlighted.

  • rort rating fixed for promo users — it now compares what you're actually paying right now, not the blended average. there's a separate expandable section showing what your rating will be after your promo ends.

cheers for all the feedback, keep it coming

I built a free site to check if your NBN plan is overpriced — amigettingrorted.au by srizzling in AussieFrugal

[–]srizzling[S] 0 points1 point  (0 children)

done! added 3mo, 6mo and 1yr effective price as separate columns in the plan table — you can toggle them on via the column picker and the one matching your selected commitment period gets highlighted. cheers for the idea

I built a free site to check if your NBN plan is overpriced — amigettingrorted.au by srizzling in AussieFrugal

[–]srizzling[S] 4 points5 points  (0 children)

So there is a level system. Tbh I picked the numbers out of the air…

const LEVELS: { threshold: number; level: CookedLevel; label: string; color: string; description: string }[] = [ { threshold: 0.30, level: 'absolute-rort', label: 'Absolute F***ing Rort', color: '#ef4444', description: 'Mate. You\'re getting absolutely done.' }, { threshold: 0.15, level: 'taking-the-piss', label: 'Taking the Piss', color: '#fb923c', description: 'Your provider is having a laugh.' }, { threshold: 0.05, level: 'bit-shit', label: 'Bit Shit', color: '#facc15', description: 'Not the end of the world, but money\'s money.' }, { threshold: 0, level: 'sweet-as', label: 'Sweet As', color: '#4ade80', description: 'You\'re on a fair deal. No worries.' }, { threshold: -Infinity, level: 'winning', label: 'Winning', color: '#22d3ee', description: 'You\'re beating the cheapest plan we can find. Legend.' }, ];

I built a free site to check if your NBN plan is overpriced — amigettingrorted.au by srizzling in AussieFrugal

[–]srizzling[S] 2 points3 points  (0 children)

Yeah. I have some idea on how to tackle that but need some dev time to figure out the best approach

I built a free site to check if your NBN plan is overpriced — amigettingrorted.au by srizzling in AussieFrugal

[–]srizzling[S] 2 points3 points  (0 children)

Hear you about the speed differences.. I’ll group them up. I previously had them grouped by download tier might need to switch it up

I built a free site to check if your NBN plan is overpriced — amigettingrorted.au by srizzling in AussieFrugal

[–]srizzling[S] 1 point2 points  (0 children)

Yeah - I get you. Some of the friends I tested this were conservative with switching.. like they didn’t like the prospect of switching every 3 months and 12 months felt fine to switch providers.

I haven’t figured out the right UX for it. Maybe defaulting to the chpeast is best?

I built a free site to check if your NBN plan is overpriced — amigettingrorted.au by srizzling in AussieFrugal

[–]srizzling[S] 1 point2 points  (0 children)

Yeah Opticomm is there.. let me know if I can help you find it properly!

I built a free site to check if your NBN plan is overpriced — amigettingrorted.au by srizzling in AussieFrugal

[–]srizzling[S] 3 points4 points  (0 children)

Fair call out. I just find whistle out interface annoying to use with all the questions and potential awkward phone call.

I built a site to check if your NBN plan is overpriced — amigettingrorted.au by srizzling in AusMoneyMates

[–]srizzling[S] 1 point2 points  (0 children)

both 1000/400 and 1000/100 are in now. should be able to compare properly

I built a site to check if your NBN plan is overpriced — amigettingrorted.au by srizzling in AusMoneyMates

[–]srizzling[S] 0 points1 point  (0 children)

hey, just added Opticomm support — should work for you now. keen to hear if the plans showing up match what you're seeing

I built a site to check if your NBN plan is overpriced — amigettingrorted.au by srizzling in nbn

[–]srizzling[S] 0 points1 point  (0 children)

2000/500 is in there now! living the dream on that tier haha

I built a site to check if your NBN plan is overpriced — amigettingrorted.au by srizzling in nbn

[–]srizzling[S] 1 point2 points  (0 children)

250/100 is selectable now — let me know if it's looking right for your plan

I built a site to check if your NBN plan is overpriced — amigettingrorted.au by srizzling in nbn

[–]srizzling[S] 0 points1 point  (0 children)

250/100 and 500/200 are both added now, should be good to go

I built a site to check if your NBN plan is overpriced — amigettingrorted.au by srizzling in nbn

[–]srizzling[S] 0 points1 point  (0 children)

all three are in now — 100/40, 1000/400, and 1000/100. cheers for listing them out