Documentation site of NextGraph.org https://docs.nextgraph.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docs-site/src/pages/en/ecosystem.md

24 lines
1.5 KiB

---
title: Ecosystem
description: Apps developed with NextGraph integrate its ecosystem
layout: ../../layouts/MainLayout.astro
---
7 months ago
7 months ago
NextGraph ecosystem is composed of
- Several Apps that you can download and install for your OS (linux, macOS, windows, android and soon iOS), and a webapp.
7 months ago
- A Platform : Within those apps, the user can already enjoy several [features](/en/features) that come by default, including a social network.
- A Framework for App developers, with SDK for nodeJS/Deno, web apps in Svelte and React, an SDK for Rust, and soon for Tauri apps too.
7 months ago
- An App store integrated inside our official apps, so that App developers can easily reach their audience, and users can easily install those apps. Those apps will run inside an iframe embedded in our official apps.
7 months ago
- App developers can also build standalone apps with our framework, without being embedded inside our official apps. They can be shipped separately, and have total control on their GUIs. In this case, they will still need to integrate with our Capabilities APIs, in order to request permissions for using the users' data. More on that soon.
7 months ago
- An Open Network that anybody can join, by running their own self-hosted broker, or by using our Open Protocol (with the libraries we already provide or with new bindings they develop).
7 months ago
All the pieces of this ecosystem are being built at the moment. We are currently focusing our efforts on readying the Framework for App developers. Stay tuned!
You can already try our [apps here](/en/getting-started).