We are actively working on the REST API, TypeScript SDK and more as well as getting it properly documented.

Examples

Explore real-world examples of integrating Lydie into your projects. Each example demonstrates best practices for using the REST API with different frameworks and use cases.

Next.js Blog

Next.js

A simple blog built with Next.js that fetches and displays documents from the Lydie REST API.

View on GitHub
Server-side rendering Dynamic routes API integration TypeScript support

Getting Started with Examples

To use any of these examples, you'll need:

  • A Lydie account and organization ID

  • An API key from your organization settings

  • Documents created in your Lydie workspace

API Endpoint: All examples use the REST API at /v1/:organizationId . Make sure to configure your API key and organization ID in the example's environment variables.

Contributing Examples

Have an example you'd like to share? We welcome contributions! Check out our GitHub repository to submit your example.