Make data-driven prototypes

Use Notion to create databases for your prototype, then access your data in Framer.

FramerComponent.jsx
demo-data.json
{"comic_books": [
{
"title": "Spider-Man: Into the Spider-Verse",
"year": 2018,
"authors": ["Phil Lord", "Rodney Rothman"],
"characters": ["Miles Morales", "Peter Parker", "Gwen Stacy"],
"rating": 9.0
},
{
"title": "Batman: The Dark Knight Returns",
"year": 1986,
...