App Demos

Real-world examples of applications built with Refyne

App Demos

See Refyne in action with these example applications. Each demo showcases different use cases and integration patterns.

Integration Patterns

Both demos use the official refyne-sdk TypeScript SDK but showcase different extraction patterns:

PatternDemoBest For
Sync ExtractRecipe AppQuick extractions, simple pages, when you can block on the response
Async CrawlerDIY ViewerComplex pages, longer processing, progress indicators, background jobs

Both patterns extract photos relevant to the content (recipe steps, tutorial images) using smart filtering in the schema.

Building Your Own

These demos are open source and available in the refyne-demos repository. Use them as starting points for your own integrations.

Each demo includes:

  • Complete source code
  • Schema definitions for extraction
  • API integration patterns
  • Error handling examples