Skip to content

8Base

May 2, 2020


Intro

I ran across 8base today.

It's basically a platform where you can design a database and get an automatically generated GraphQL API for it.

It's very very cool, and takes care of a lot of things for you (e.g: login).

The free account is somewhat limeted though, which makes sense.

I played around with it, creating some models and instances, and was pleasently surprised.

I also used a boilerplate VueJS app to test it.

This is a Vue project that uses VitePress.