Q: Hi.
I'm kind of confused.. this is a website builder? Yes? But it doesn't host the website it just builds it and then exports it? Correct? To what? A zip file to be uploaded at my host? And the limitations that exist are really regarding "builds" and nothing to do with visitors? Nope,..,I'm still confused š¤·š»
Matteo_ReactBricks
May 14, 2024A: Hi!
React Bricks is 2 things that work together:
- A headless CMS
- A React library to create visually editable content blocks as React components
So the APIs are hosted by us, but you create a React-based website (with Next.js or Gatsby) and you host it wherever you want (Vercel, Netlify, AWS Amplify...), together with the Admin interface.
The website is built using the Next.js or Gatsby build process as a static website.
The number of API calls depends only on the number of calls Next or Gatsby do during the builds (and the calls you do to edit content).