There is a specific kind of magic when a coffee shop graduates from a trailer to a real space. The vibes are rarely the same. The corners get sanded down. The personality leaks out. Somehow, 10:19 pulled it off.
Not long ago, you could find Leilani and Ty pouring drinks out of a vintage Airstream parked in front of Taqueria Factory on Arizona Ave. Now they have a real spot in Uptown Chandler and the place has range. Pastel waves wash across the upper walls. A gallery of clocks (a nod to the name) takes over another. The service counter is deep green with a light stone top running the full length. The pendant lights are woven. And a chunky white La Marzocco anchors the whole bar. It is retro without trying too hard which is the hardest kind of retro to pull off.
Now to the drinks because that is why we are here. The house coffee beans are a single origin Honduras from Little Jupiter Cafe which I also reviewed on this site. The beans are of washed process and medium roasted. Slight notes of cocoa powder, praline, brown spice, hazelnut and red apple. As a guy who favors light roasted single origin beans, I am into it. The espresso runs mellow rather than punchy but here it is doing a job. The drink program is built around bold flavored signatures and the espresso is meant to support, not steal the show.
And the signatures are where 10:19 really flexes. The menu pulls from Filipino, Korean and Vietnamese coffee traditions while still feeling like its own thing. The Brown Bear is a brown sugar latte topped with house made salted caramel foam and a little graham bear biscuit perched on the lid. Whimsy in a cup. The Espresso Split uses house made Korean style banana milk and sweet cream foam with a chocolate drizzle. And the Blueberry Cloud rounds things out with sweet cream foam and a blueberry drizzle.
We worked our way through two drinks on this visit, and both delivered. The first was the I'm a Star, their tiramisu latte, and it might be the slam dunk of the menu. Cocoa, mascarpone and espresso all sitting in perfect balance. No flavor elbowing the others out. The espresso is not bitter but it also does not bring much of its own personality which turns out to be exactly what a drink like this needs. The bean is a perfect pairing partner. The second was the Blueberry Cheesecake Matcha, which sounds like it could go sideways but absolutely does not. The matcha and blueberry sit in perfect harmony, and the whole thing is rich and smooth in a way that genuinely reminds you of cheesecake. Two for two.
A word of warning. The shop can be loud. Like, very loud when it is busy. This is not the place to grind out emails or finish your novel. This is the place to grab a drink, post up at the bar and chat with whoever is working the espresso machine.
10:19 is named after a moment in time that means a lot to the owners. A reminder to pause. To check in. To think about family. To wish.
And yeah, you should probably go make a wish.
πClick to View the Drink Menu
Menu items are subject to change. Some items could be seasonal.
Signatures
10:19 Cold Brew β’ Brown Bear β’ Blueberry Cloud β’ Leche Flan β’ Espresso Split β’ I'm a Star
Coffee
Latte β’ Cold Brew β’ Mocha β’ Americano β’ Cappuccino β’ Espresso β’ Cortado 4oz
Tea & More
Matcha β’ Chai β’ Classic Black β’ Yuzu Peach Green β’ Earl Grey β’ Chamomile Medley β’ Lotus Energy Drink β’ Italian Soda β’ Chocolate Milk
Add Ons
Cinnamon Sprinkles β’ Raw Sugar Sprinkles β’ Brown Sugar Sprinkles β’ Cocoa Powder β’ Stevia β’ Sugar in the Raw β’ Caramel Drizzle β’ Chocolate Drizzle β’ Cold Foam β’ Salted Caramel Foam β’ Sweet Cream Foam β’ Mascarpone Foam
Flavors
Vanilla β’ Honey β’ Brown Sugar β’ Lavender β’ Maple β’ Blueberry β’ Caramel β’ Chocolate β’ White Chocolate β’ Condensed Milk β’ Strawberry β’ Passionfruit β’ Huckleberry β’ Housemade Tiramisu Syrup
Milks
Whole β’ Oat β’ Almond β’ Coconut β’ Banana β’ Housemade Banana Milk
πClick to View the Food Menu
Menu items are subject to change. Some items could be seasonal.
Pastries
Muffins β’ Coffee Cakes β’ Cookies
Explore Nearby Chandler Coffee Shops
Aristocrat Coffee Roasters
Levante Coffee
Momentto Coffee Roasters
Press Coffee Chandler
Peixoto Coffee Roasters
Mission Coffee And Tea
Bottle & Bean
Sagebrush Coffee Shop & Roastery
East Valley Coffee Guide
/*
============================================
SECTION 4: MAIN CONTAINER & SECTION BUFFERING
============================================
*/
.az-nav-container {
background-color: #f8f5f1; /* Your cream background look */
padding: 15px 10px; /* Slightly adjusted top/bottom padding to accommodate multiple sections */
margin-top: 20px;
border-radius: 6px;
border: 1px solid #e8dfd6;
}
/*
NEW: BUFFER SPACE BETWEEN SECTIONS
This tells CSS: "If an .az-nav-section is NOT the last one in the container,
add space at the bottom." This prevents cramping but keeps the final box looking neat.
*/
.az-nav-section:not(:last-child) {
margin-bottom: 25px;
border-bottom: 1px solid #e8dfd6; /* Optional: A subtle divider line. Delete this line if you don't want a line between sections */
padding-bottom: 20px; /* Space above the divider line */
}
/*
============================================
SECTION 5: TITLE (HEADING TEXT)
============================================
*/
.az-nav-title {
font-size: 15px;
font-weight: 900;
line-height: 1.5;
margin-top: 0px;
margin-bottom: 12px; /* Adds breathing room between the title and the buttons */
color: #5D4037;
font-family: 'Roboto', sans-serif !important;
font-size: 18px !important;
}
/*
============================================
SECTION 6: BUTTON WRAPPER (LAYOUT)
============================================
*/
.az-nav-links {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
/*
============================================
SECTION 7: INDIVIDUAL BUTTONS
============================================
*/
.az-nav-links a {
background-color: #4a3728;
color: #ffffff !important;
font-size: 14px !important;
padding: 8px 20px;
border-radius: 4px;
text-decoration: none;
display: inline-block;
line-height: 1.2;
min-width: 120px;
text-align: center;
transition: all 0.2s ease;
}
/*
============================================
SECTION 8: HOVER EFFECT (INTERACTION)
============================================
*/
.az-nav-links a:hover {
background-color: #7a5a44;
transform: translateY(-1px);
}