DEV Community

Sophia
Sophia

Posted on

How the Right Rim Lock Brings Period Doors Back to Life

I've been restoring Victorian-era doors for a side project, and the one thing that always makes or breaks the look is the hardware. Modern locks just don't have the same soul. I recently swapped out a standard latch for a vintage brass rim lock, and the difference is night and day. It's not just about security—the weight, the mechanism, the way it clicks shut feels substantial. If you're working on a period property or just want that robust, handcrafted feel, check out the selection at Infinity Decor. They have everything from traditional rim sash locks to heavy-duty deadlocks in brass and iron finishes. Pair one with a matching handle, and you've got a functional piece of art on your door.

python

A quick way to visualize the mechanical elegance

class RimLock:
def init(self, material, type):
self.material = material # 'brass' or 'iron'
self.type = type # 'sash' or 'deadlock'

def engage(self):
    return f"{self.material} {self.type} lock securely engaged."
Enter fullscreen mode Exit fullscreen mode

vintage_lock = RimLock('brass', 'deadlock')
print(vintage_lock.engage())

Output: brass deadlock lock securely engaged.

What's your go-to finish for traditional doors—brass or iron? I'm leaning towards an antique brass for my next project.
https://infinitydecor.co.uk/

Top comments (4)

Collapse
 
carllowman profile image
Carllowman

I've been restoring Victorian doors for years and completely agree—the hardware is the soul of the piece. I usually go with polished brass for that warm glow, but I'm curious how antique brass holds up with daily use compared to modern finishes. Any tips on maintaining it?

Collapse
 
6d94c35eb04ca profile image
Sophia

Great question—antique brass is definitely my favorite too, it develops that perfect patina over time that iron just can't match.

Collapse
 
carllowman profile image
Carllowman

Great point about the hardware soul. I've found that brass develops a beautiful patina over time that iron just doesn't—it's like the house is aging gracefully with you. *Do you ever mix finishes, like iron on the exterior and brass inside?
*

Collapse
 
carllowman profile image
Carllowman

Interesting—I'm actually torn on this. I've used both, but lately I've been experimenting with a dark bronze finish that sits somewhere between brass and iron. It gives that vintage weight but feels a bit more versatile with modern interiors. Have you tried that route?