---
name: feathers
summary: "feathers is an open-source TypeScript project with 15.2k GitHub stars. It is associated with browser, feathers, feathersjs, framework. The repository is actively maintained, with recent commits."
language: TypeScript
license: MIT
repo: https://github.com/feathersjs/feathers
source: https://opensources.dev/resource/feathers
health: 100
---

# feathers

feathers is an open-source TypeScript project with 15.2k GitHub stars. It is associated with browser, feathers, feathersjs, framework. The repository is actively maintained, with recent commits.

---

[![CI](https://github.com/feathersjs/feathers/workflows/CI/badge.svg)](https://github.com/feathersjs/feathers/actions?query=workflow%3ACI)
[![Download Status](https://img.shields.io/npm/dm/@feathersjs/feathers.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/feathers)
[![Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](https://discord.gg/qa8kez8QBx)

Feathers is a full-stack framework for creating web APIs and real-time applications with TypeScript or JavaScript.

Feathers can interact with any backend technology, supports many databases out of the box and works with any frontend like React, VueJS, Angular, React Native, Android or iOS.

# Getting started

Get started with just three commands:

```bash
$ npm create feathers my-new-app
$ cd my-new-app
$ npm run dev
```

To learn more about Feathers visit the website at [feathersjs.com](http://feathersjs.com) or jump right into [the Feathers guides](https://feathersjs.com/guides/).

# Contributing

To start developing, clone this repository, then run:

```tsx
cd feathers
npm install
```

To run all tests run

```tsx
npm test
```

Individual tests can be run in the module you are working on:

```tsx
cd packages/feathers
npm test
```

# License

Copyright (c) 2024 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)

Licensed under the [MIT license](LICENSE).
