Skip to main content

Welcome to Lucitra

Lucitra provides AI-powered infrastructure for simulation and validation of robotics and autonomous systems.

Products

Lucitra Studio

AI-powered 3D asset generation platform for game developers, robotics teams, and creative professionals.

Key Features:

  • Text-to-3D Generation - Generate 3D models from text descriptions
  • Image-to-3D Generation - Convert reference images to 3D models
  • Physics-Accurate Validation - Validate assets for simulation and real-world use
  • Multi-Engine Export - Export to Unity, Unreal, Godot, Bevy, and Omniverse

Get started with Studio →

Lucitra Privacy

Privacy compliance infrastructure for web applications.

Key Features:

  • Consent Management - GDPR and CCPA compliant consent banners
  • Global Privacy Control - Automatic GPC signal detection
  • Data Subject Requests - Streamlined DSR handling

Learn about Privacy →

Quick Start

Using the Studio API

import { createClient } from '@lucitra-studio/sdk';

const client = createClient({
apiKey: process.env.LUCITRA_API_KEY,
});

const result = await client.generate({
prompt: 'A realistic medieval sword with ornate golden handle',
type: 'prop',
style: 'realistic',
});

console.log('Generated model:', result.modelUrls.glb);

Installation

npm install @lucitra-studio/sdk

Resources

Support