Walnut Live Edge Conference Table

Custom centerpiece for a law firm in Presidio Heights, San Francisco

Custom Claro walnut live edge conference table designed and built in Los Angeles using book-matched slabs selected for their grain movement, symmetry, and long-term stability.

Where Natural Material Meets Professional Space

The firm approached us with a clear intention: to commission a custom live edge conference table that would convey professionalism without the rigidity of a traditional boardroom—something composed yet inviting, capable of anchoring the space while introducing a sense of natural warmth.

This balance often defines modern workspaces throughout Los Angeles and California, where architecture benefits from materials that soften the environment without distracting from it. That approach ultimately guided the selection process.

Claro Walnut Live Edge Conference Table.01

Selecting the Walnut Slabs

After reviewing a range of salvaged hardwoods, the choice settled on a pair of book-matched Claro walnut slabs sourced from a fallen tree in Northern California. The decision was immediate—driven by the wood’s quiet depth, rich tonal variation, fluid grain movement, and natural symmetry.

Claro Walnut Slabs
Claro Walnut Raw Slabs

Shaping the Final Form

The slabs were carefully prepared, debarked, and flattened before being aligned with precision to achieve a seamless book match. Their natural curvature informed the final outline, resulting in an organic edge conference table that feels balanced without appearing rigid.

Refining the Surface

Hand-sanding brought clarity to the walnut grain, while a high-quality oil finish enhanced the depth of the wood without introducing unnecessary gloss—allowing the surface to remain tactile and grounded.

Walnut Live Edge Table Top

Debarked and carefully flattened

Clamping Wood Illustration

 Aligned for a seamless book match

Wood Finish Illustration

Hand-sanded and sealed with oil

Architectural Base Design

The base was developed to complement rather than compete. Clean architectural lines provide structure and stability while remaining visually restrained—an approach we often favor in custom live edge conference tables designed for contemporary offices in Los Angeles.

From Raw Slab to Finished Conference Table

Every stage of the process—from slab selection and stabilization to finishing and installation—was guided by the relationship between material, proportion, and workspace.

Over time, the table continues to evolve with the space. Light moves across the walnut surface, revealing subtle shifts in tone and figure throughout the day—bringing movement into an otherwise structured environment.

More than a functional surface, the table shapes how the room is experienced. Once installed, it settled into the conference room with a sense of inevitability—its proportions aligning naturally with the surrounding architecture while maintaining clear circulation throughout the space.

In its completed form, the piece reflects a modern approach to custom furniture design in Los Angeles—where craftsmanship, material, and proportion come together to create something both enduring and quietly distinctive.

Claro Walnut Live Edge Conference Table
Claro Walnut Live Edge Conference Table

Custom Live Edge Conference Tables in Los Angeles

Each conference table is designed around the scale and function of the workspace it inhabits. Built in Los Angeles using carefully selected hardwood slabs sourced throughout California, these pieces balance natural material with architectural clarity and long-term functionality.

Let's Create Your Piece

Explore available slabs and begin designing a custom live edge conference table tailored to your workspace.

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); }