Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dimimikadze/orca

Build modern community apps with React and Node.
https://github.com/dimimikadze/orca

community customer-engagement jamstack javacript mongodb nodejs orca react social-network typescript

Last synced: about 1 month ago
JSON representation

Build modern community apps with React and Node.

Awesome Lists containing this project

README

        



Orca logo

Launch faster with a Modern and Free community platform.


Within minutes, Orca gives you all the core features for building a community app,
which is beautifully designed, easy to use, and ready to scale.



NPM Version


Monthly download on NPM


Contributing guide to Orca


Documentation



Home Page

## Features

Orca is a free and open-source community platform equipped with:

- **Real-time notifications** Be notified instantly when someone likes or comments on your post, follows you, messages you, etc.
- **Email notifications** Receive an email every time someone interacts with your profile or posts.
- **Messenger** Have a private conversation with other members via an instant messaging system.
- **Newsfeed and a Follow system** See the fresh posts of the members that you are following in your Newsfeed.
- **User presence system** See instantly when members become online or leave the app.
- **Responsive** Great user experience on every device and screen.
- **SEO-friendly** Built-in SEO best practices such as meta tags and page loading performance.
- **Branding** Customize the platform to match your brand.
- **UI library** Dozens of reusable UI components are included.
- **Search and Explore** Explore and Search for new members and their posts.

## Prerequisites

You'll need to have [Node](https://nodejs.org) >=12.20.0, [Yarn](https://yarnpkg.com), and [MongoDB](https://www.mongodb.com) installed and running on your machine.

## Quick start

```
npx create-orca-app my-app
```

This command will create a directory `my-app` inside a current folder. In that directory, it will generate an initial project and install dependencies.

Once the installation is done, you can run the app locally.

```
cd my-app
yarn dev
```

Then open [http://localhost:3000](http://localhost:3000) to see your app.

## Configuration

Although these steps are enough to create an Orca app and run it locally, you'll need to create an admin user, configure CDN and Email service to use all the Orca's features. The [Configuration Docs](https://dimimikadze.github.io/orca-docs/docs/getting-started/configuration) will walk you through all of it.

## Contributing

Thank you for considering contributing to Orca! The contribution guide can be found in the [Orca documentation](https://dimimikadze.github.io/orca-docs/docs/contributing).

## Documentation

See our dedicated [repository](https://github.com/dimimikadze/dimimikadze.github.io/orca-docs) for the Orca documentation, or view it [live](https://dimimikadze.github.io/orca-docs/docs/getting-started/installation).

## Core Contributors



Tom Kochievi


Rajendrasinh Parmar

## License

Orca is an open-source software [licensed as MIT](./LICENSE).