DEV Community

Cover image for Introducing Floyd Framework
Syed Faraaz Ahmad
Syed Faraaz Ahmad

Posted on • Updated on

Introducing Floyd Framework

Floyd is a framework for building GraphQL backends, with first-class support for Typescript.

Check it out here.

Why

Building REST APIs is repetitive and boring, It is even tougher to deal with for frontend developers. GraphQL eliminates most of the problems developers face while building and using APIs. See more benefits of GraphQL here.

Features

1. Zero config

You won't have to spend time searching and downloading packages and then setting them up just so you can get started. Floyd will do all that for you so you can hit the ground running and start writing your application logic.

2. Components

Floyd will split your application code into separate components so that the logic remains easy to understand and maintain.

The project is currently in Beta and I would love to get some feedback from you

Top comments (0)