TheLightIs THLIS

Simplify Your Online Presence

TheLightIs (THLIS) offers an easy way to create and manage custom subdomains and shortened URLs for your projects.

Learn More

Our Features

Powerful tools to manage your online presence in a simple and elegant way.

Custom Subdomains

Create custom subdomains in the format your-name.thlis.com and direct them to any destination URL.

  • Set up in just a few clicks
  • Manage multiple subdomains
  • Access statistics

URL Shortener

Create short and memorable links to easily share with your audience.

  • Short and friendly links
  • Track clicks
  • API integration

API Integration

Automate the creation of subdomains and short links with our easy-to-use API.

API Usage Example

fetch('https://thlis.com/api/webhook/subdomains', {
    method: 'POST',
    headers: {
        'Content-Type': 'application/json',
        'X-API-Key': 'YOUR_API_KEY'
    },
    body: JSON.stringify({
        slug: 'my-project',
        targetUrl: 'https://my-website.com'
    })
})
.then(response => response.json())
.then(data => console.log(data));