Custom Live Edge Coffee Tables Los Angeles

Custom live edge coffee tables designed and built in Los Angeles using hand-selected hardwood slabs sourced throughout California. Each table is made to order—shaped by the space it lives in, the proportions of the room, and how it will be used over time. From refined, minimal forms to substantial statement pieces, our work brings natural material into modern Los Angeles interiors with clarity and restraint.

What Is a Live Edge Coffee Table?

A live edge coffee table preserves the natural contour of the tree, allowing the organic shape of the slab to define the form of the piece. Unlike mass-produced furniture, each table is unique—determined by the grain, edge, and structure of the wood itself. In Los Angeles homes, live edge coffee tables are often used to introduce warmth and natural texture into modern interiors.

Handcrafted Live Edge Coffee Tables in Walnut, Elm and Monkeypod

Designed for Each Space

The pieces shown here represent a range of custom live edge coffee tables created for homes across Los Angeles and California. Each one is designed for a specific space, shaped by its proportions, constraints, and daily use.

Balance and Proportion

Balance is essential. A live edge coffee table should feel grounded without overwhelming the room. Some are intentionally light—featuring thinner profiles and restrained edges—while others embrace the full mass of the slab, highlighting the natural weight and presence of the wood.

A Different Interpretation of Live Edge

One project, in particular, began with an unconventional request. The clients wanted the character of a live edge table, but without the live edge itself—something that retained the warmth and movement of natural wood in a more structured, architectural form.

Claro Walnut Coffee Table

The solution was to shift the emphasis inward. We created a custom Claro walnut coffee table with clean, square lines, supported by a pair of crotch slabs that carry the expressive grain and figure typically found along a live edge. It’s a different interpretation of the same material—one that reflects how each custom coffee table evolves in response to the space and the client behind it.

Custom Live Edge Coffee Tables in Los Angeles

Each coffee table is built locally in Los Angeles, allowing for direct collaboration throughout the process—from slab selection to final installation. We work with clients across Los Angeles and Southern California to create pieces tailored to their space, whether for a living room, lounge, or commercial setting.

Explore Custom Coffee Tables

Below is a selection of custom live edge coffee tables created for homes across Los Angeles. Each piece reflects a different approach to scale, material, and use.

Monkeypod Live Edge Side Table

Oval Monkeypod on Vintage Hairpin Legs

Hawaiian Mango Live Edge Coffee Table

Hawaiian Mango on Double Tripods

Hawaiian Monkeypod Live Edge Coffee Table

Hawaiian Monkeypod on Steel Fin Legs

Claro Walnut Live Edge Coffee Table

Claro Walnut Bench / Coffee Table

Spalted Maple Live Edge Coffee Table

Spalted Maple Round Coffee Table on Flat Steel Base

American Elm Live Edge Coffee Table

American Elm on Custom Smithsonian Iron Base

Claro Walnut Live Edge Coffee Table

Walnut Live Edge Table with Flat Steel Legs

Claro Walnut Live Edge Coffee Table

Walnut Live Edge Table with Flat Steel Legs

Hawaiian Monkeypod Live Edge Coffee Table

Monkeypod Live Edge Table with Steel Base

Monkeypod Coffee Table

Hawaiian Monkeypod Rectangular Coffee Table

Claro Walnut Live Edge Coffee Table

Claro Walnut Live Edge Coffee Table

Choosing the Right Slab for a Coffee Table.

Choosing a slab for a coffee table involves balancing size, grain character, and proportion. Narrower slabs can create a lighter presence, while wider slabs become a central focal point. The natural edge, thickness, and base design all contribute to how the table sits within the space.

How Much Doses a Live Edge Coffee Table Cost?

The cost of a custom live edge coffee table depends on the size, wood species, and construction details. Smaller tables with simpler forms typically start at a lower range, while larger or highly figured slabs increase in value. Each project is quoted individually based on material and design.

Explore available slabs and begin designing your custom coffee table

Explore Other Custom Tables

You are reserving:

Reserve Selected

Excerpt

Excerpt

function reserveSlab(button) { const card = button.closest(".e-loop-item, .elementor-post, .elementor-grid-item"); const slabName = card.querySelector(".slab-title")?.innerText.trim() || ""; const slabDesc = card.querySelector(".slab-desc")?.innerText.trim() || ""; const slabDimensions = card.querySelector(".slab-dimensions")?.innerText.trim() || ""; console.log("NAME:", slabName); console.log("DESC:", slabDesc); console.log("DIMENSIONS:", slabDimensions); setTimeout(function () { const popupName = document.querySelector(".popup-slab-title"); const popupDesc = document.querySelector(".popup-slab-desc"); const popupDimensions = document.querySelector(".popup-slab-dimensions"); if (popupName) popupName.innerText = slabName; if (popupDesc) popupDesc.innerText = slabDesc; if (popupDimensions) popupDimensions.innerText = slabDimensions; const formSlabName = document.querySelector('input[name="form_fields[slab_name]"]'); const formSlabDimensions = document.querySelector('input[name="form_fields[slab_dimensions]"]'); if (formSlabName) { formSlabName.value = slabName; formSlabName.setAttribute("value", slabName); } if (formSlabDimensions) { formSlabDimensions.value = slabDimensions; formSlabDimensions.setAttribute("value", slabDimensions); } }, 500); }