Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

A SwiftUI **Generative UI** framework. AI generates JSON specs, your app renders them as native SwiftUI views.

Inspired by [json-render](https://github.com/vercel-labs/json-render) from Vercel Labs.
Inspired by [json-render](https://github.com/vercel-labs/json-render) from Vercel Labs. You can go to `release` to download the example app to try the on demand UI generation by yourself.
Copy link

Copilot AI Apr 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The README says to go to release, but on GitHub the tab is typically “Releases” (plural). Consider linking directly to the repository releases page (e.g., .../releases) and rephrasing the sentence for clarity (also “on-demand” is usually hyphenated).

Suggested change
Inspired by [json-render](https://github.com/vercel-labs/json-render) from Vercel Labs. You can go to `release` to download the example app to try the on demand UI generation by yourself.
Inspired by [json-render](https://github.com/vercel-labs/json-render) from Vercel Labs. You can download the example app from the repository’s [Releases](https://github.com/anthropics/json-render-swift/releases) page to try the on-demand UI generation yourself.

Copilot uses AI. Check for mistakes.

![screenshot](./screenshots/app-screen1.png)
Copy link

Copilot AI Apr 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For accessibility, the image alt text screenshot is very generic. Consider using a more descriptive alt text that conveys what the screenshot shows (e.g., the example app UI / generated screen).

Suggested change
![screenshot](./screenshots/app-screen1.png)
![JSONRenderSwift example app UI showing a generated SwiftUI screen](./screenshots/app-screen1.png)

Copilot uses AI. Check for mistakes.

## Why

Expand Down
Binary file added screenshots/app-screen1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.