Show HN: 8base – Ready-to-Rock GraphQL API and Serverless Back End
31–40 of 80 posts
Re: Show HN: 8base – Ready-to-Rock GraphQL API and Serverless Back End
#32I happened to met Oscar Perez, their COO at StartupGrind Miami a few night ago. Great guy and super cool product from a company that is passionate about supporting the local developer and startup scene.
Re: Show HN: 8base – Ready-to-Rock GraphQL API and Serverless Back End
#33Super stoked to see 8base out here. I love JAMstack and I love how 8base fills up the data layer for my JAMstack projects nicely. You will know what I am talking about if you have spent days trying to setup a GraphQL backend for JAMstack project. I wrote about how I use 8base for JAMstack on CSS Tricks few months ago https://css-tricks.com/hey-lets-create-a-functional-calendar... . I use 8base extensively and happy t…
Re: Show HN: 8base – Ready-to-Rock GraphQL API and Serverless Back End
#34Cool stuff. How does it compare to Prisma?
Re: Show HN: 8base – Ready-to-Rock GraphQL API and Serverless Back End
#35Re: Show HN: 8base – Ready-to-Rock GraphQL API and Serverless Back End
#36Earlier quoted context omitted.
Think the major difference is that there's much less vendor lockin with 8base. 8base is just a GraphQL endpoint, letting you use any library you want to interact with it, while Amplify requires you to use their specific APIs with their infrastructure. 8base also has a built-in roles and access management system, and lets you do authentication with any OpenID connect service.
Amplify is 'just' graphql too. That's a disingenuous argument. Ironic even because 8base is all aws services bolted together.
Re: Show HN: 8base – Ready-to-Rock GraphQL API and Serverless Back End
#37Your website looks really pretty on mobile and Desktop. How can I build something like this? If you don’t mind me asking. Thanks.
I'd try logging in and creating a data-model for your project. All the GraphQL operations will be generated from that so you can start using the workspace API. Whatever application you're building than then connect through there. https://docs.8base.com https://youtube.com/c/8base
To parent, you are gonna want to look at responsive web page information, most css templates and frameworks will be responsive but it is fairly simple to do from scratch now using stuff like flex box.
Re: Show HN: 8base – Ready-to-Rock GraphQL API and Serverless Back End
#38Re: Show HN: 8base – Ready-to-Rock GraphQL API and Serverless Back End
#39Love the look of the website and the tools, it is worth a try! I'm using AWS and AppSync (The service for GraphQL) directly and managing infrastructure (other services) with AWS CDK. I'm encouraging everyone to try AWS directly. The learning curve is a bit steeper but there will be no lock-in to a single service. Now more and more services are offering a way to run serverless apps: Netlify, Zeit, 8base. It's nice and…
Re: Show HN: 8base – Ready-to-Rock GraphQL API and Serverless Back End
#40Your website looks really pretty on mobile and Desktop. How can I build something like this? If you don’t mind me asking. Thanks.