https://github.com/zequez/hoja-core
A collaborative open source multi-tenant website building and hosting system on a pay-as-much-as-you-want subscription model
https://github.com/zequez/hoja-core
Last synced: about 1 year ago
JSON representation
A collaborative open source multi-tenant website building and hosting system on a pay-as-much-as-you-want subscription model
- Host: GitHub
- URL: https://github.com/zequez/hoja-core
- Owner: Zequez
- Created: 2024-02-28T12:44:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-13T06:57:05.000Z (about 2 years ago)
- Last Synced: 2024-05-13T07:54:22.851Z (about 2 years ago)
- Language: TypeScript
- Homepage: https://hoja.ar
- Size: 2.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Hoja
Hoja is a cultural operative system that runs on the web. Using Hoja, each person takes responsibility for managing their own websites. The system is build as a patchwork of everyone's websites.
An Hoja node allows you to host any number of websites.
At the time there is only one node at [hoja.ar](https://hoja.ar) managed by Ezequiel.
There are many ways to interact with Hoja.
## Node Beneficiary
The tradition is that for having a website using Hoja you pay a pay-as-much-as-you-want monthly subscription to the Node Ambassador or Node Administrator that served you. He's your contact for any support in using Hoja.
## Node Ambassador
Anyone can join to onboard people into a node, just ask for a special account to any Node Administrator. The tradition is that while you use an Hoja node administrated by someone else you share 50% of subscriptions income with the node administrator.
## Node Administrator
Additionally you can learn to host your own node and keep 100% subscription income, this requires learning some programming skills.
The tradition is that the Node Administrator holds space Ambassador to learn all necessary skills to manage their own Node and collaborating in creating the Hoja's core system.
## Node Investors
If you want to support the growth of Hoja financially, investment is given directly to Node Administrators.
The investment is paid pack from subscriptions at a 50% split rate until the investment is paid back in full. The paid-back amount is split among Node Investors proportionally to the invested amount left to be paid back.
Additionally, Node Investors are invited to play Node Ambassador roles, which makes it so after th
investment is paid back, they still can receive income from everyone they onboarded.
# Language
Hoja core UI is currently internationalized to Spanish as that's the expected native language of the initial rollout. English and more languages will be added soon.
# Development
Install
```
git clone https://github.com/Zequez/a-website-builder
cd a-website-builder
pnpm i
```
TODO