Maxies Donuts

The Recipe for a
Truly Sweet Day.

100% Australian owned. Fresh hot jam donuts and creamy soft serve, fried from scratch daily in Dandenong.

Order Fresh Now

The Maxies Difference

Dietary Conscious

Our donuts contain no eggs or dairy, are low in saturated/trans fats, and are Halal Accredited.

Proudly Local

Proudly 100% Australian owned. Production based in Dandenong, serving the Melbourne Metro area.

Franchise Opportunities

Custom franchise opportunities available. Join the Maxies family today.

What Our Customers Say

"Hot jam donuts that hit different. Always fresh and the sweetness is just right."

— Liam P

"Used Maxies for our community event. The staff were amazing and the donuts were a massive hit."

— Sarah G

"The thick shakes are actually THICK. Hard to find a place that does them this well anymore."

— Tyson W
requestAnimationFrame(animate); const time = Date.now() * 0.001; jamParticles.forEach((particle) => { const ud = particle.userData; particle.position.y += ud.velocityY; const wobbleY = Math.cos(time * ud.wobbleSpeed * 0.5 + ud.phase) * 0.05; particle.position.y += wobbleY; if (particle.position.y < -45) { particle.position.y = 45 + Math.random() * 10; particle.position.x = (Math.random() - 0.5) * 60; } }); renderer.render(scene, camera); } animate(); window.addEventListener('resize', () => { camera.aspect = window.innerWidth / window.innerHeight; camera.updateProjectionMatrix(); renderer.setSize(window.innerWidth, window.innerHeight); });