American Elm Live Edge Conference Table

Custom centerpiece for a Los Gatos office

Custom live edge conference table designed and built in Los Angeles using matched American elm slabs selected for their grain movement, tonal depth and long-term stability.

A Custom Live Edge Conference Table Designed for Modern Workspaces

Material Selection

Designed as the centerpiece of a capital management firm’s office, this American elm live edge conference table brings clarity and presence to the heart of the workspace. Developed from detailed architectural plans, the goal aligned with our broader work across Los Angeles—to create a custom live edge conference table that anchors the room while preserving its natural flow.

Built for Long-Term Use

Each slab was reinforced, flattened, and finished for long-term stability in a high-use office environment.

Architectural Base Design

The custom steel base references the structural language of an I-beam, grounding the table visually while preserving openness throughout the workspace.

Flattened while preserving natural contours

Wood Finish Illustration

Reinforced for long-term stability

Welding Illustration

Hand-sanded and finished to reveal the grain

Custom Live Edge Conference Tables in Los Angeles

Each conference table is designed around the scale and function of the space it inhabits. From collaborative workspaces to executive meeting rooms, our custom live edge tables are built in Los Angeles using carefully selected hardwood slabs sourced throughout California.

The slabs were carefully matched and shaped to preserve their natural contours. The resulting organic edge table feels intentional rather than decorative, with a refined asymmetry that complements the clean lines of the space.

American Elm Live Edge Conference Table
American Elm Live Edge Conference Table
American Elm Live Edge Conference Table

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

The final piece reflects a considered approach to custom live edge conference tables in Los Angeles— where material, proportion, and function come together to create a workspace that feels both grounded and quietly distinctive.

American Elm Live Edge Conference Table

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