Tech News
← Back to articles

Show HN: Generate Web Interfaces from Data

read original related products more articles

syntux is the generative UI library for the web.

You give it a value and it designs the UI to display it.

demo.mp4

⚡ Streamable - display UI as you generate.

- display UI as you generate. 🎨 Custom Components - use your own React components.

- use your own React components. 💾 Cacheable - reuse generated UIs with new values.

How does it work? syntux generates a JSON-DSL to represent the UI, known as the React Interface Schema. The specifics are in the FAQ below.

API

syntux is built for React and Next.js.

One component is all you need:

... continue reading