Meshless logomeshless
DocsPricingChangelogContactWaitlist
Sign inGet Early Access
Join Beta
Meshless logomeshless

Theft-proof 360° viewers for e-commerce. Built for engineers who care about LCP.

All systems normal · v0.0.1

Product

  • Overview
  • Pricing
  • Changelog
  • Roadmap

Developers

  • Docs
  • API reference
  • Status

Company

  • About
  • Waitlist
  • Contact

Legal

  • Terms
  • Privacy
  • Security
  • DPA
© 2026 Meshless, Inc.v0.0.1

Overview

  • Getting Started
  • Quick Start

Models

  • Uploading Models
  • Supported Formats

Embedding

  • Embed Options
  • JavaScript SDK

Reference

  • API Reference

Quick Start

Encode and embed your first 3D model with the current Meshless embed domain.

1. Create a model

  1. Log in to the Meshless dashboard.
  2. Click New Model.
  3. Drag your .glb or .gltf file into the upload zone.
  4. Set a display name and optional thumbnail.
  5. Click Encode.

2. Copy the embed code

Once encoding is complete, open the model and click Embed.

3. Paste into your page

Use the Meshless embed runtime on embed.meshless.io:

<script
  src="https://embed.meshless.io/v1.js"
  data-model="your-model-id"
  style="width:100%;aspect-ratio:1"
></script>

The viewer is responsive and respects the width of its container.

What's next?

  • Uploading Models - file requirements, plan limits, and encoding details
  • Embed Options - coming soon
PreviousGetting Started
NextUploading Models