Merge branch 'main' of git.ourworld.tf:tfgrid/info_tfgrid

This commit is contained in:
kristof de spiegeleer 2024-04-05 07:43:20 +02:00
commit b2bca23456
1906 changed files with 22323 additions and 131 deletions

View File

@ -1,19 +1,47 @@
# INFO for TFGrid
<h1> TFGrid Docs</h1>
<h2>Table of Contents</h2>
- [Overview](#overview)
- [Basic Hero mdBook Commands](#basic-hero-mdbook-commands)
- [Install and Use Hero](#install-and-use-hero)
- [Create a New mdBook](#create-a-new-mdbook)
- [Notes for Repo Owners](#notes-for-repo-owners)
## Overview
This repository contains TFGrid docs in the form of mdbooks generated with the [Hero](https://github.com/freeflowuniverse/crystallib/tree/development/cli/hero) tool.
To see the whole list of books, check the [heroscript directory](https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript).
## Basic Hero mdBook Commands
Once Hero is set on your machine, you can run the following commands to preview mdbooks on your local browser:
- Pull new changes
```
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/nameofyourbook -gp
```
- Build the book
```
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/nameofyourbook
```
- Preview on a web browser
```
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/nameofyourbook -o
```
> Note: You can use -p instead of -u and set a path to your heroscript directory, as explained in the [docs](https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/docs).
## Install and Use Hero
To install and use Hero on a full VM running on the grid, read the [full VM guide](https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/docs/hero_mdbook_fullvm.md).
## Create a New mdBook
To create a new mdbook, read the [mdbook creation guide](https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/docs/hero_create_mdbook.md).
## Notes for Repo Owners
> todo: kristof some content does not belong here, move to other repo
## To preview new changes on local browser
1. Pull new changes from local
(please make sure commit / save your local changes first )
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/nameofyourbook -gp
2. Build the book locally
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/nameofyourbook
3. Preview on web browser
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/nameofyourbook -o

View File

@ -0,0 +1,2 @@
- [Example 1](new_mdbook/new_mdbook_example1.md)
- [Example 2](new_mdbook/new_mdbook_example2.md)

379
books/tfmanual/SUMMARY.md Normal file
View File

@ -0,0 +1,379 @@
- [Introduction](intro/intro_readme.md)
- [Documentation](documentation/documentation.md)
- [Dashboard](documentation/dashboard/dashboard.md)
- [Wallet Connector](documentation/dashboard/wallet_connector.md)
- [TFGrid](documentation/dashboard/tfgrid/tfgrid.md)
- [Grid Status](documentation/dashboard/tfgrid/grid_status.md)
- [Node Statistics](documentation/dashboard/tfgrid/node_statistics.md)
- [Node Monitoring](documentation/dashboard/tfgrid/node_monitoring.md)
- [Deploy](documentation/dashboard/deploy/deploy.md)
- [Pricing Calculator](documentation/dashboard/deploy/pricing_calculator.md)
- [Node Finder](documentation/dashboard/deploy/node_finder.md)
- [Virtual Machines](documentation/dashboard/solutions/vm_intro.md)
- [Micro and Full VM Differences ](documentation/dashboard/solutions/vm_differences.md)
- [Full Virtual Machine](documentation/dashboard/solutions/fullVm.md)
- [Micro Virtual Machine](documentation/dashboard/solutions/vm.md)
- [Nixos MicroVM](documentation/dashboard/solutions/nixos_micro.md)
- [Add a Domain](documentation/dashboard/solutions/add_domain.md)
- [Orchestrators](documentation/dashboard/deploy/orchestrators.md)
- [Kubernetes](documentation/dashboard/solutions/k8s.md)
- [Caprover](documentation/dashboard/solutions/caprover.md)
- [Caprover Admin](documentation/dashboard/solutions/caprover_admin.md)
- [Caprover Worker](documentation/dashboard/solutions/caprover_worker.md)
- [Dedicated Machines](documentation/dashboard/deploy/dedicated_machines.md)
- [Applications](documentation/dashboard/deploy/applications.md)
- [Algorand](documentation/dashboard/solutions/algorand.md)
- [CasperLabs](documentation/dashboard/solutions/casper.md)
- [Discourse](documentation/dashboard/solutions/discourse.md)
- [Funkwhale](documentation/dashboard/solutions/funkwhale.md)
- [Mattermost](documentation/dashboard/solutions/mattermost.md)
- [Nextcloud](documentation/dashboard/solutions/nextcloud.md)
- [Node Pilot](documentation/dashboard/solutions/nodepilot.md)
- [ownCloud](documentation/dashboard/solutions/owncloud.md)
- [Peertube](documentation/dashboard/solutions/peertube.md)
- [Presearch](documentation/dashboard/solutions/presearch.md)
- [Subsquid](documentation/dashboard/solutions/subsquid.md)
- [Taiga](documentation/dashboard/solutions/taiga.md)
- [Umbrel](documentation/dashboard/solutions/umbrel.md)
- [WordPress](documentation/dashboard/solutions/wordpress.md)
- [Your Contracts](documentation/dashboard/deploy/your_contracts.md)
- [Images](documentation/dashboard/deploy/images.md)
- [SSH Keys](documentation/dashboard/deploy/ssh_keys.md)
- [Farms](documentation/dashboard/farms/farms.md)
- [Your Farms](documentation/dashboard/farms/your_farms.md)
- [Farm Finder](documentation/dashboard/farms/farms_finder.md)
- [Node Installer](documentation/dashboard/farms/node_installer.md)
- [Simulator](documentation/dashboard/farms/simulator.md)
- [TFChain](documentation/dashboard/tfchain/tfchain.md)
- [Your Profile](documentation/dashboard/tfchain/your_profile.md)
- [TF DAO](documentation/dashboard/tfchain/tf_dao.md)
- [TF Token Bridge](documentation/dashboard/tfchain/tf_token_bridge.md)
- [TF Token Transfer](documentation/dashboard/tfchain/tf_token_transfer.md)
- [TF Minting Reports](documentation/dashboard/tfchain/tf_minting_reports.md)
- [Developers](documentation/developers/developers.md)
- [Javascript Client](documentation/developers/javascript/grid3_javascript_readme.md)
- [Installation](documentation/developers/javascript/grid3_javascript_installation.md)
- [Loading Client](documentation/developers/javascript/grid3_javascript_loadclient.md)
- [Deploy a VM](documentation/developers/javascript/grid3_javascript_vm.md)
- [Capacity Planning](documentation/developers/javascript/grid3_javascript_capacity_planning.md)
- [Deploy Multiple VMs](documentation/developers/javascript/grid3_javascript_vms.md)
- [Deploy CapRover](documentation/developers/javascript/grid3_javascript_caprover.md)
- [Gateways](documentation/developers/javascript/grid3_javascript_vm_gateways.md)
- [Deploy a Kubernetes Cluster](documentation/developers/javascript/grid3_javascript_kubernetes.md)
- [Deploy a ZDB](documentation/developers/javascript/grid3_javascript_zdb.md)
- [Deploy ZDBs for QSFS](documentation/developers/javascript/grid3_javascript_qsfs_zdbs.md)
- [QSFS](documentation/developers/javascript/grid3_javascript_qsfs.md)
- [Key Value Store](documentation/developers/javascript/grid3_javascript_kvstore.md)
- [VM with Wireguard and Gateway](documentation/developers/javascript/grid3_wireguard_gateway.md)
- [GPU Support](documentation/developers/javascript/grid3_javascript_gpu_support.md)
- [Go Client](documentation/developers/go/grid3_go_readme.md)
- [Installation](documentation/developers/go/grid3_go_installation.md)
- [Loading Client](documentation/developers/go/grid3_go_load_client.md)
- [Deploy a VM](documentation/developers/go/grid3_go_vm.md)
- [Deploy Multiple VMs](documentation/developers/go/grid3_go_vms.md)
- [Deploy Gateways](documentation/developers/go/grid3_go_gateways.md)
- [Deploy Kubernetes](documentation/developers/go/grid3_go_kubernetes.md)
- [Deploy a QSFS](documentation/developers/go/grid3_go_qsfs.md)
- [GPU and Go](documentation/developers/go/grid3_go_gpu.md)
- [GPU Support](documentation/developers/go/grid3_go_gpu_support.md)
- [Deploy a VM with GPU](documentation/developers/go/grid3_go_vm_with_gpu.md)
- [TFCMD](documentation/developers/tfcmd/tfcmd.md)
- [Getting Started](documentation/developers/tfcmd/tfcmd_basics.md)
- [Deploy a VM](documentation/developers/tfcmd/tfcmd_vm.md)
- [Deploy Kubernetes](documentation/developers/tfcmd/tfcmd_kubernetes.md)
- [Deploy ZDB](documentation/developers/tfcmd/tfcmd_zdbs.md)
- [Gateway FQDN](documentation/developers/tfcmd/tfcmd_gateway_fqdn.md)
- [Gateway Name](documentation/developers/tfcmd/tfcmd_gateway_name.md)
- [Contracts](documentation/developers/tfcmd/tfcmd_contracts.md)
- [TFROBOT](documentation/developers/tfrobot/tfrobot.md)
- [Installation](documentation/developers/tfrobot/tfrobot_installation.md)
- [Configuration File](documentation/developers/tfrobot/tfrobot_config.md)
- [Deployment](documentation/developers/tfrobot/tfrobot_deploy.md)
- [Commands and Flags](documentation/developers/tfrobot/tfrobot_commands_flags.md)
- [Supported Configurations](documentation/developers/tfrobot/tfrobot_configurations.md)
- [ThreeFold Chain](documentation/developers/tfchain/tfchain.md)
- [Introduction](documentation/developers/tfchain/introduction.md)
- [Farming Policies](documentation/developers/tfchain/farming_policies.md)
- [External Service Contract](documentation/developers/tfchain/tfchain_external_service_contract.md)
- [Solution Provider](documentation/developers/tfchain/tfchain_solution_provider.md)
- [Grid Proxy](documentation/developers/proxy/proxy_readme.md)
- [Introducing Grid Proxy](documentation/developers/proxy/proxy.md)
- [Setup](documentation/developers/proxy/setup.md)
- [DB Testing](documentation/developers/proxy/db_testing.md)
- [Commands](documentation/developers/proxy/commands.md)
- [Contributions](documentation/developers/proxy/contributions.md)
- [Explorer](documentation/developers/proxy/explorer.md)
- [Database](documentation/developers/proxy/database.md)
- [Production](documentation/developers/proxy/production.md)
- [Release](documentation/developers/proxy/release.md)
- [Flist](documentation/developers/flist/flist.md)
- [Zero-OS Hub](documentation/developers/flist/flist_hub/zos_hub.md)
- [Generate an API Token](documentation/developers/flist/flist_hub/api_token.md)
- [Convert Docker Image Into Flist](documentation/developers/flist/flist_hub/convert_docker_image.md)
- [Supported Flists](documentation/developers/flist/grid3_supported_flists.md)
- [Flist Case Studies](documentation/developers/flist/flist_case_studies/flist_case_studies.md)
- [Case Study: Debian 12](documentation/developers/flist/flist_case_studies/flist_debian_case_study.md)
- [Case Study: Nextcloud AIO](documentation/developers/flist/flist_case_studies/flist_nextcloud_case_study.md)
- [Internals](documentation/developers/internals/internals.md)
- [Reliable Message Bus (RMB)](documentation/developers/internals/rmb/rmb_toc.md)
- [Introduction to RMB](documentation/developers/internals/rmb/rmb_intro.md)
- [RMB Specs](documentation/developers/internals/rmb/rmb_specs.md)
- [RMB Peer](documentation/developers/internals/rmb/uml/peer.md)
- [RMB Relay](documentation/developers/internals/rmb/uml/relay.md)
- [Zero-OS](documentation/developers/internals/zos/readme.md)
- [Manual](documentation/developers/internals/zos/manual/manual.md)
- [Workload Types](documentation/developers/internals/zos/manual/workload_types.md)
- [Internal Modules](documentation/developers/internals/zos/internals/internals.md)
- [Identity](documentation/developers/internals/zos/internals/identity/readme.md)
- [Node ID Generation](documentation/developers/internals/zos/internals/identity/identity.md)
- [Node Upgrade](documentation/developers/internals/zos/internals/identity/upgrade.md)
- [Node](documentation/developers/internals/zos/internals/node/readme.md)
- [Storage](documentation/developers/internals/zos/internals/storage/readme.md)
- [Network](documentation/developers/internals/zos/internals/network/readme.md)
- [Introduction](documentation/developers/internals/zos/internals/network/introduction.md)
- [Definitions](documentation/developers/internals/zos/internals/network/definitions.md)
- [Mesh](documentation/developers/internals/zos/internals/network/mesh.md)
- [Setup](documentation/developers/internals/zos/internals/network/setup_farm_network.md)
- [Flist](documentation/developers/internals/zos/internals/flist/readme.md)
- [Container](documentation/developers/internals/zos/internals/container/readme.md)
- [VM](documentation/developers/internals/zos/internals/vmd/readme.md)
- [Provision](documentation/developers/internals/zos/internals/provision/readme.md)
- [Capacity](documentation/developers/internals/zos/internals/capacity.md)
- [Performance Monitor Package](documentation/developers/internals/zos/performance/performance.md)
- [Public IPs Validation Task](documentation/developers/internals/zos/performance/publicips.md)
- [CPUBenchmark](documentation/developers/internals/zos/performance/cpubench.md)
- [IPerf](documentation/developers/internals/zos/performance/iperf.md)
- [Health Check](documentation/developers/internals/zos/performance/healthcheck.md)
- [API](documentation/developers/internals/zos/manual/api.md)
- [Grid Deployment](documentation/developers/grid_deployment/grid_deployment.md)
- [TFGrid Stacks](documentation/developers/grid_deployment/tfgrid_stacks.md)
- [Full VM Grid Deployment](documentation/developers/grid_deployment/grid_deployment_full_vm.md)
- [Grid Snapshots](documentation/developers/grid_deployment/snapshots.md)
- [Farmers](documentation/farmers/farmers.md)
- [Build a 3Node](documentation/farmers/3node_building/3node_building.md)
- [1. Create a Farm](documentation/farmers/3node_building/1_create_farm.md)
- [2. Create a Zero-OS Bootstrap Image](documentation/farmers/3node_building/2_bootstrap_image.md)
- [3. Set the Hardware](documentation/farmers/3node_building/3_set_hardware.md)
- [4. Wipe All the Disks](documentation/farmers/3node_building/4_wipe_all_disks.md)
- [5. Set the BIOS/UEFI](documentation/farmers/3node_building/5_set_bios_uefi.md)
- [6. Boot the 3Node](documentation/farmers/3node_building/6_boot_3node.md)
- [Farming Optimization](documentation/farmers/farming_optimization/farming_optimization.md)
- [GPU Farming](documentation/farmers/3node_building/gpu_farming.md)
- [Set Additional Fees](documentation/farmers/farming_optimization/set_additional_fees.md)
- [Minting Receipts](documentation/farmers/3node_building/minting_receipts.md)
- [Minting Periods](documentation/farmers/farming_optimization/minting_periods.md)
- [Room Parameters](documentation/farmers/farming_optimization/farm_room_parameters.md)
- [Farming Costs](documentation/farmers/farming_optimization/farming_costs.md)
- [Calculate Your ROI](documentation/farmers/farming_optimization/calculate_roi.md)
- [Advanced Networking](documentation/farmers/advanced_networking/advanced_networking_toc.md)
- [Networking Overview](documentation/farmers/advanced_networking/networking_overview.md)
- [Network Considerations](documentation/farmers/advanced_networking/network_considerations.md)
- [Network Setup](documentation/farmers/advanced_networking/network_setup.md)
- [Farmerbot](documentation/farmers/farmerbot/farmerbot_intro.md)
- [Quick Guide](documentation/farmers/farmerbot/farmerbot_quick.md)
- [Additional Information](documentation/farmers/farmerbot/farmerbot_information.md)
- [Minting and the Farmerbot](documentation/farmers/farmerbot/farmerbot_minting.md)
- [System Administrators](documentation/system_administrators/system_administrators.md)
- [Getting Started](documentation/system_administrators/getstarted/tfgrid3_getstarted.md)
- [SSH Remote Connection](documentation/system_administrators/getstarted/ssh_guide/ssh_guide.md)
- [SSH with OpenSSH](documentation/system_administrators/getstarted/ssh_guide/ssh_openssh.md)
- [SSH with PuTTY](documentation/system_administrators/getstarted/ssh_guide/ssh_putty.md)
- [SSH with WSL](documentation/system_administrators/getstarted/ssh_guide/ssh_wsl.md)
- [WireGuard Access](documentation/system_administrators/getstarted/ssh_guide/ssh_wireguard.md)
- [Remote Desktop and GUI](documentation/system_administrators/getstarted/remote-desktop_gui/remote-desktop_gui.md)
- [Cockpit: a Web-based Interface for Servers](documentation/system_administrators/getstarted/remote-desktop_gui/cockpit_guide/cockpit_guide.md)
- [XRDP: an Open-Source Remote Desktop Protocol](documentation/system_administrators/getstarted/remote-desktop_gui/xrdp_guide/xrdp_guide.md)
- [Apache Guacamole: a Clientless Remote Desktop Gateway](documentation/system_administrators/getstarted/remote-desktop_gui/guacamole_guide/guacamole_guide.md)
- [Planetary Network](documentation/system_administrators/getstarted/planetarynetwork.md)
- [TFGrid Services](documentation/system_administrators/getstarted/tfgrid_services/tf_grid_services_readme.md)
- [GPU](documentation/system_administrators/gpu/gpu_toc.md)
- [GPU Support](documentation/system_administrators/gpu/gpu.md)
- [Terraform](documentation/system_administrators/terraform/terraform_toc.md)
- [Overview](documentation/system_administrators/terraform/terraform_readme.md)
- [Installing Terraform](documentation/system_administrators/terraform/terraform_install.md)
- [Terraform Basics](documentation/system_administrators/terraform/terraform_basics.md)
- [Full VM Deployment](documentation/system_administrators/terraform/terraform_full_vm.md)
- [GPU Support](documentation/system_administrators/terraform/terraform_gpu_support.md)
- [Resources](documentation/system_administrators/terraform/resources/terraform_resources_readme.md)
- [Using Scheduler](documentation/system_administrators/terraform/resources/terraform_scheduler.md)
- [Virtual Machine](documentation/system_administrators/terraform/resources/terraform_vm.md)
- [Web Gateway](documentation/system_administrators/terraform/resources/terraform_vm_gateway.md)
- [Kubernetes Cluster](documentation/system_administrators/terraform/resources/terraform_k8s.md)
- [ZDB](documentation/system_administrators/terraform/resources/terraform_zdb.md)
- [Quantum Safe Filesystem](documentation/system_administrators/terraform/resources/terraform_qsfs.md)
- [QSFS on Micro VM](documentation/system_administrators/terraform/resources/terraform_qsfs_on_microvm.md)
- [QSFS on Full VM](documentation/system_administrators/terraform/resources/terraform_qsfs_on_full_vm.md)
- [CapRover](documentation/system_administrators/terraform/resources/terraform_caprover.md)
- [Advanced](documentation/system_administrators/terraform/advanced/terraform_advanced_readme.md)
- [Terraform Provider](documentation/system_administrators/terraform/advanced/terraform_provider.md)
- [Terraform Provisioners](documentation/system_administrators/terraform/advanced/terraform_provisioners.md)
- [Mounts](documentation/system_administrators/terraform/advanced/terraform_mounts.md)
- [Capacity Planning](documentation/system_administrators/terraform/advanced/terraform_capacity_planning.md)
- [Updates](documentation/system_administrators/terraform/advanced/terraform_updates.md)
- [SSH Connection with Wireguard](documentation/system_administrators/terraform/advanced/terraform_wireguard_ssh.md)
- [Set a Wireguard VPN](documentation/system_administrators/terraform/advanced/terraform_wireguard_vpn.md)
- [Synced MariaDB Databases](documentation/system_administrators/terraform/advanced/terraform_mariadb_synced_databases.md)
- [Nomad](documentation/system_administrators/terraform/advanced/terraform_nomad.md)
- [Nextcloud Deployments](documentation/system_administrators/terraform/advanced/terraform_nextcloud_toc.md)
- [Nextcloud All-in-One Deployment](documentation/system_administrators/terraform/advanced/terraform_nextcloud_aio.md)
- [Nextcloud Single Deployment](documentation/system_administrators/terraform/advanced/terraform_nextcloud_single.md)
- [Nextcloud Redundant Deployment](documentation/system_administrators/terraform/advanced/terraform_nextcloud_redundant.md)
- [Nextcloud 2-Node VPN Deployment](documentation/system_administrators/terraform/advanced/terraform_nextcloud_vpn.md)
- [Pulumi](documentation/system_administrators/pulumi/pulumi_readme.md)
- [Introduction to Pulumi](documentation/system_administrators/pulumi/pulumi_intro.md)
- [Installing Pulumi](documentation/system_administrators/pulumi/pulumi_install.md)
- [Deployment Examples](documentation/system_administrators/pulumi/pulumi_examples.md)
- [Deployment Details](documentation/system_administrators/pulumi/pulumi_deployment_details.md)
- [Mycelium](documentation/system_administrators/mycelium/mycelium_toc.md)
- [Overview](documentation/system_administrators/mycelium/overview.md)
- [Installation](documentation/system_administrators/mycelium/installation.md)
- [Additional Information](documentation/system_administrators/mycelium/information.md)
- [Message](documentation/system_administrators/mycelium/message.md)
- [Packet](documentation/system_administrators/mycelium/packet.md)
- [Data Packet](documentation/system_administrators/mycelium/data_packet.md)
- [API YAML](documentation/system_administrators/mycelium/api_yaml.md)
- [Computer and IT Basics](documentation/system_administrators/computer_it_basics/computer_it_basics.md)
- [CLI and Scripts Basics](documentation/system_administrators/computer_it_basics/cli_scripts_basics.md)
- [Docker Basics](documentation/system_administrators/computer_it_basics/docker_basics.md)
- [Git and GitHub Basics](documentation/system_administrators/computer_it_basics/git_github_basics.md)
- [Firewall Basics](documentation/system_administrators/computer_it_basics/firewall_basics/firewall_basics.md)
- [UFW Basics](documentation/system_administrators/computer_it_basics/firewall_basics/ufw_basics.md)
- [Firewalld Basics](documentation/system_administrators/computer_it_basics/firewall_basics/firewalld_basics.md)
- [File Transfer](documentation/system_administrators/computer_it_basics/file_transfer.md)
- [Advanced](documentation/system_administrators/advanced/advanced.md)
- [Token Transfer Keygenerator](documentation/system_administrators/advanced/token_transfer_keygenerator.md)
- [Cancel Contracts](documentation/system_administrators/advanced/cancel_contracts.md)
- [Contract Bills Reports](documentation/system_administrators/advanced/contract_bill_report.md)
- [Listing Free Public IPs](documentation/system_administrators/advanced/list_public_ips.md)
- [Redis](documentation/system_administrators/advanced/grid3_redis.md)
- [IPFS](documentation/system_administrators/advanced/ipfs/ipfs_toc.md)
- [IPFS on a Full VM](documentation/system_administrators/advanced/ipfs/ipfs_fullvm.md)
- [IPFS on a Micro VM](documentation/system_administrators/advanced/ipfs/ipfs_microvm.md)
- [ThreeFold Token](documentation/threefold_token/threefold_token.md)
- [TFT Bridges](documentation/threefold_token/tft_bridges/tft_bridges.md)
- [TFChain-Stellar Bridge](documentation/threefold_token/tft_bridges/tfchain_stellar_bridge.md)
- [BSC-Stellar Bridge](documentation/threefold_token/tft_bridges/bsc_stellar_bridge.md)
- [BSC-Stellar Bridge Verification](documentation/threefold_token/tft_bridges/bsc_stellar_bridge_verification.md)
- [Ethereum-Stellar Bridge](documentation/threefold_token/tft_bridges/tft_ethereum/tft_ethereum.md)
- [Storing TFT](documentation/threefold_token/storing_tft/storing_tft.md)
- [ThreeFold Connect App (Stellar)](documentation/threefold_token/storing_tft/tf_connect_app.md)
- [Lobstr Wallet (Stellar)](documentation/threefold_token/storing_tft/lobstr_wallet.md)
- [MetaMask (BSC & ETH)](documentation/threefold_token/storing_tft/metamask.md)
- [Hardware Wallet](documentation/threefold_token/storing_tft/hardware_wallet.md)
- [Buy and Sell TFT](documentation/threefold_token/buy_sell_tft/buy_sell_tft.md)
- [Quick Start (Stellar)](documentation/threefold_token/buy_sell_tft/tft_lobstr/tft_lobstr_short_guide.md)
- [Lobstr Wallet (Stellar)](documentation/threefold_token/buy_sell_tft/tft_lobstr/tft_lobstr_complete_guide.md)
- [MetaMask (BSC & ETH)](documentation/threefold_token/buy_sell_tft/tft_metamask/tft_metamask.md)
- [Pancake Swap (BSC)](documentation/threefold_token/buy_sell_tft/pancakeswap.md)
- [Liquidity Provider (LP)](documentation/threefold_token/liquidity/liquidity_readme.md)
- [Pancake Swap LP](documentation/threefold_token/liquidity/liquidity_pancake.md)
- [1inch.io LP](documentation/threefold_token/liquidity/liquidity_1inch.md)
- [Albedo LP](documentation/threefold_token/liquidity/liquidity_albedo.md)
- [Transaction Fees](documentation/threefold_token/transaction_fees.md)
- [FAQ](documentation/faq/faq.md)
- [Knowledge Base](knowledge_base/knowledge_base.md)
- [About](knowledge_base/about/about.md)
- [ThreeFold History](knowledge_base/about/threefold_history.md)
- [Token History](knowledge_base/about/token_history.md)
- [Genesis Pool](knowledge_base/about/genesis_pool.md)
- [Genesis Pool Dubai](knowledge_base/about/genesis_pool_dubai.md)
- [Genesis Pool Ghent](knowledge_base/about/genesis_pool_ghent.md)
- [Genesis Pool Details](knowledge_base/about/genesis_block_pool_details.md)
- [ThreeFold Tech](knowledge_base/about/threefold_tech.md)
- [Organisation Structure](knowledge_base/about/orgstructure.md)
- [Governance](knowledge_base/about/governance.md)
- [ThreeFold Companies](knowledge_base/about/threefold_companies.md)
- [ThreeFold Dubai](knowledge_base/about/threefold_dubai.md)
- [ThreeFold VZW](knowledge_base/about/threefold_vzw.md)
- [ThreeFold AG](knowledge_base/about/threefold_ag.md)
- [Mazraa](knowledge_base/about/mazraa.md)
- [BetterToken](knowledge_base/about/bettertoken.md)
- [DAO](knowledge_base/about/dao/dao.md)
- [ThreeFold DAO](knowledge_base/about/dao/tfdao.md)
- [TFChain](knowledge_base/about/tfchain.md)
- [ThreeFold Roadmap](knowledge_base/about/roadmap/roadmap_readme.md)
- [Release Notes](knowledge_base/about/roadmap/releasenotes/releasenotes_readme.md)
- [TFGrid v3.10.0](knowledge_base/about/roadmap/releasenotes/tfgrid_release_3_10_0.md)
- [TFGrid v3.9.0](knowledge_base/about/roadmap/releasenotes/tfgrid_release_3_9_0.md)
- [TFGrid v3.8.0](knowledge_base/about/roadmap/releasenotes/tfgrid_release_3_8_0.md)
- [TFGrid v3.7.0](knowledge_base/about/roadmap/releasenotes/tfgrid_release_3_7_0.md)
- [TFGrid v3.6.1](knowledge_base/about/roadmap/releasenotes/tfgrid_release_3_6_1.md)
- [TFGrid v3.6.0](knowledge_base/about/roadmap/releasenotes/tfgrid_release_3_6_0.md)
- [TFGrid v3.0.0 Alpha-5](knowledge_base/about/roadmap/releasenotes/tfgrid_release_3_0_a5.md)
- [TFGrid v3.0.0 Alpha-4](knowledge_base/about/roadmap/releasenotes/tfgrid_release_3_0_a4.md)
- [TFGrid v3.0.0 Alpha-2](knowledge_base/about/roadmap/releasenotes/tfgrid_release_3_0_a2.md)
- [TFGrid v3.0.0](knowledge_base/about/roadmap/releasenotes/tfgrid_release_3_0.md)
- [ThreeFold Token](knowledge_base/about/token_overview/token_overview.md)
- [Special Wallets](knowledge_base/about/token_overview/special_wallets/stats_special_wallets.md)
- [Technology](knowledge_base/technology/technology_toc.md)
- [How It Works](knowledge_base/technology/grid3_howitworks.md)
- [Grid Concepts](knowledge_base/technology/concepts/concepts_readme.md)
- [TFGrid Primitives](knowledge_base/technology/concepts/grid_primitives.md)
- [TFGrid Component List](knowledge_base/technology/concepts/grid3_components.md)
- [Infrastructure as Code](knowledge_base/technology/concepts/grid3_iac.md)
- [Proof of Utilization](knowledge_base/technology/concepts/proof_of_utilization.md)
- [Contract Grace Period](knowledge_base/technology/concepts/contract_grace_period.md)
- [What's New on TFGrid v3.x](knowledge_base/technology/concepts/grid3_whatsnew.md)
- [TFChain](knowledge_base/technology/concepts/tfchain.md)
- [TFGrid by Design](knowledge_base/technology/concepts/tfgrid_by_design.md)
- [Primitives](knowledge_base/technology/primitives/primitives_toc.md)
- [Compute](knowledge_base/technology/primitives/compute/compute_toc.md)
- [ZKube](knowledge_base/technology/primitives/compute/zkube.md)
- [ZMachine](knowledge_base/technology/primitives/compute/zmachine.md)
- [CoreX](knowledge_base/technology/primitives/compute/corex.md)
- [Storage](knowledge_base/technology/primitives/storage/storage_toc.md)
- [ZOS Filesystem](knowledge_base/technology/primitives/storage/zos_fs.md)
- [ZOS Mount](knowledge_base/technology/primitives/storage/zmount.md)
- [Quantum Safe File System](knowledge_base/technology/primitives/storage/qsfs.md)
- [Zero-DB](knowledge_base/technology/primitives/storage/zdb.md)
- [Zero-Disk](knowledge_base/technology/primitives/storage/zdisk.md)
- [Network](knowledge_base/technology/primitives/network/network_toc.md)
- [ZNET](knowledge_base/technology/primitives/network/znet.md)
- [ZNIC](knowledge_base/technology/primitives/network/znic.md)
- [WebGateway](knowledge_base/technology/primitives/network/webgw3.md)
- [Zero-OS Advantages](knowledge_base/technology/zos/benefits/zos_advantages.md)
- [Quantum Safe Storage](knowledge_base/technology/qsss/qsss_home.md)
- [Smart Contract IT](knowledge_base/technology/smartcontract_it/smartcontract_toc.md)
- [Introduction](knowledge_base/technology/smartcontract_it/smartcontract_tfgrid3.md)
- [Infrastructure As Code (IAC)](knowledge_base/technology/smartcontract_it/smartcontract_iac.md)
- [3Bot Integration](knowledge_base/technology/smartcontract_it/smartcontract_3bot.md)
- [Farming](knowledge_base/farming/farming_toc.md)
- [Farming Rewards](knowledge_base/farming/farming_reward.md)
- [Proof-of-Capacity](knowledge_base/farming/proof_of_capacity.md)
- [Proof-of-Utilization](knowledge_base/farming/proof_of_utilization.md)
- [PoC DAO Rules](knowledge_base/farming/poc_dao_rules.md)
- [Cloud](knowledge_base/cloud/cloud_toc.md)
- [Cloud Units](knowledge_base/cloud/cloudunits.md)
- [Pricing](knowledge_base/cloud/pricing/pricing_toc.md)
- [Pricing Overview](knowledge_base/cloud/pricing/pricing.md)
- [Staking Discounts](knowledge_base/cloud/pricing/staking_discount_levels.md)
- [Cloud Pricing Compare](knowledge_base/cloud/pricing/cloud_pricing_compare.md)
- [Grid Billing](knowledge_base/cloud/grid_billing/grid_billing.md)
- [Resource Units](knowledge_base/cloud/resource_units_calc_cloudunits.md)
- [Resource Units Advanced](knowledge_base/cloud/resourceunits_advanced.md)
- [Collaboration](knowledge_base/collaboration/collaboration_toc.md)
- [How to Contribute](knowledge_base/collaboration/contribute.md)
- [Development Process](knowledge_base/collaboration/development_process.md)
- [Feature Request](knowledge_base/collaboration/feature_request.md)
- [Bug Report](knowledge_base/collaboration/bug_report.md)
- [Issue Labels](knowledge_base/collaboration/issue_labels.md)
- [Development Cycle](knowledge_base/collaboration/development_cycle.md)
- [Release Process](knowledge_base/collaboration/release_process.md)
- [Pull Request Template](knowledge_base/collaboration/PULL_REQUEST_TEMPLATE.md)
- [Collaboration Tools](knowledge_base/collaboration/collaboration_tools/collaboration_tools.md)
- [Circle Tool](knowledge_base/collaboration/collaboration_tools/circle_tool.md)
- [Website Deployer](knowledge_base/collaboration/collaboration_tools/website_tool.md)
- [Website Link Checker](knowledge_base/collaboration/collaboration_tools/website_link_checker.md)
- [How to Test](knowledge_base/collaboration/testing/testing_readme.md)
- [TestLodge](knowledge_base/collaboration/testing/testlodge.md)
- [Code of Conduct](knowledge_base/collaboration/code_conduct.md)
- [Legal](knowledge_base/legal/terms_conditions_all3.md)
- [Disclaimer](knowledge_base/legal/disclaimer.md)
- [Definitions](knowledge_base/legal/definitions_legal.md)
- [Privacy Policy](knowledge_base/legal/privacypolicy.md)
- [Terms & Conditions](knowledge_base/legal/terms_conditions/terms_conditions_toc.md)
- [Terms & Conditions ThreeFold Related Websites](knowledge_base/legal/terms_conditions/terms_conditions_websites.md)
- [Terms & Conditions TFGrid Users TFGrid 3](knowledge_base/legal/terms_conditions/terms_conditions_griduser.md)
- [TFTA to TFT](knowledge_base/legal/terms_conditions/tfta_to_tft.md)
- [Terms & Conditions TFGrid Farmers TFGrid 3](knowledge_base/legal/terms_conditions/terms_conditions_farmer3.md)
- [Terms & Conditions Sales](knowledge_base/legal/terms_conditions/terms_conditions_sales.md)

View File

@ -0,0 +1,2 @@
#!/bin/bash
rsync -rv ~/hero/www/info/tfmanual/ root@info.ourworld.tf:/root/hero/www/info/tfmanual/

View File

@ -0,0 +1,3 @@
dashboard_tc.png
dashboard_portal_terms_conditions.png
profile_manager1.png

View File

Before

Width:  |  Height:  |  Size: 166 KiB

After

Width:  |  Height:  |  Size: 166 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 666 KiB

After

Width:  |  Height:  |  Size: 523 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 531 KiB

View File

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 68 KiB

View File

Before

Width:  |  Height:  |  Size: 199 KiB

After

Width:  |  Height:  |  Size: 199 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 875 KiB

After

Width:  |  Height:  |  Size: 390 KiB

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 78 KiB

View File

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 86 KiB

View File

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 94 KiB

View File

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB

View File

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

View File

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

View File

Before

Width:  |  Height:  |  Size: 69 KiB

After

Width:  |  Height:  |  Size: 69 KiB

View File

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 73 KiB

View File

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -0,0 +1,2 @@
albedo_confirm.png
albedo_liquidity.png

View File

@ -0,0 +1,9 @@
alpha_signup.png
alpha_trade.png
alpha_wallet.png
inter_funded.png
lobstr_assets.png
metamask_installed.png
metamask_new.png
metamask_pass.png
metamask_privatekey.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 817 KiB

After

Width:  |  Height:  |  Size: 390 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 506 KiB

After

Width:  |  Height:  |  Size: 189 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 547 KiB

After

Width:  |  Height:  |  Size: 270 KiB

View File

View File

@ -0,0 +1 @@
intro_header.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 849 KiB

After

Width:  |  Height:  |  Size: 460 KiB

View File

@ -0,0 +1,23 @@
# Mbweni Ruins and Gardens Wiki
## Introduction
Welcome to the Mbweni Ruins and Gardens Wiki, your ultimate guide to discovering the beauty, history, and community spirit of Mbweni. Previously known as Jungle Paradise, Mbweni Ruins and Gardens is a vibrant and experimental regeneration hub in the heart of Zanzibar, with the desire to inspire, nurture, and embrace sustainable tourism as a catalyst for transformation. More than just a resort, we are a diverse community of passionate individuals with exciting projects, dedicated to doing good and having a good time
Nestled in a serene coastal area, Mbweni offers a unique blend of historical ruins, lush gardens, and vibrant community life. Whether you're a curious traveler, a history enthusiast, or someone seeking a peaceful retreat, Mbweni has something special to offer you.
## Navigation
Navigate easily through the different aspects of Mbweni:
- [Introduction](mbweni/about/intro.md): Learn more about Mbweni, its location, and our story.
- [History](mbweni/history/history.md): Delve into the rich history of Mbweni, including its ruins, gardens, and cultural significance.
- [Community](mbweni/community/community.md): Discover the diverse people, projects, and partnerships that shape our vibrant community.
- [Initiatives](mbweni/initiatives/initiatives.md): Explore our commitment to sustainability and quality of life initiatives.
- [Facilities](mbweni/facilities/facilities.md): Find out about diverse work and leisure facilities at Mbweni.
- [Activities](mbweni/activities/activities.md): From water sports to yoga and community events, experience the fulfilling life at Mbweni.
- [Tours](mbweni/tours/tours.md): Embark on guided tours to explore the surrounding areas, from Mbweni to Kilimanjaro, and immerse yourself in the local culture.
- [Freeflow Nation](freeflow/freeflow_movement.md): Learn about the Freeflow Movement, the driving force behind our core principles and philosophy.
Explore Mbweni Ruins and Gardens Wiki to uncover the treasures that await you in this enchanting corner of the world.

View File

@ -0,0 +1,21 @@
# About Mbweni Ruins and Gardens
Welcome to Mbweni Ruins and Gardens, formerly known as Jungle Paradise. Situated in the heart of Zanzibar, we are more than just a resort we are a vibrant and experimental regeneration hub. Our mission is to inspire, nurture, and embrace sustainable tourism as a catalyst for transformation. At Mbweni, we're not only dedicated to providing a memorable experience for our guests but also to making a positive impact on our community and the environment.
## Location
Located in the upmarket suburb of Mbweni, just 5km south of Zanzibar Town, our establishment holds a rich historical significance. Once a base for the Universities Mission to Central Africa (UMCA) and a settlement for former slaves in the 19th century, Mbweni is steeped in history. The ruins of St Marys School for Girls, originally built by missionaries for girls freed from slave ships, now stand amidst the lush gardens of Mbweni Ruins Hotel. While it may be a trek from Stone Town, a visit to Mbweni is well worth it, offering visitors the chance to explore this evocative spot and enjoy the amenities of the hotel, including its restaurant and private beach.
Nearby, visitors can also find St John's Anglican Church, another poignant reminder of Zanzibar's colonial missionary era. The caretaker-guide, a direct descendant of a freed slave who became the UMCA's first African deacon, offers insights into the church's history and significance.
## What We Offer
Mbweni Ruins and Gardens is a coliving space consisting of 13 rooms and 3 apartments. Our community-driven approach sets us apart, as we strive to create a welcoming environment for travelers and nomads alike. Beyond providing comfortable accommodations, we are committed to supporting various noble causes and initiatives aimed at making a positive impact on our community.
## Address and Contact Information
- **Address:** Mbweni Rd, Unguja Urban West. P.O BOX 3775, Zanzibar, Tanzania
- **Contact:** +255 778 242 424
**Website:** [mbweniruinsandgardens.com](https://mbweniruinsandgardens.com)
Whether you're seeking a tranquil retreat, a cultural experience, or an opportunity to engage with like-minded individuals, Mbweni Ruins and Gardens offers a unique and fulfilling experience. Join us in our journey towards sustainability, community, and adventure.

View File

@ -0,0 +1,25 @@
## Our Story
Formerly known as the Jungle Paradise Resort, 2024 marked a profound shift in our vision and purpose at Mbweni. In this transformation time, we aspire to transform Mbweni from a commercial resort into a regeneration hub; a thriving community woven together by a shared dedication to history, nature, and the boundless possibilities of regeneration. We would like to invite you to join hands in crafting a narrative that transcends time.
More than just a resort, Mbweni is a coliving space where individuals come together to form a dynamic and interconnected community. Here, guests are not merely visitors but active participants in shaping the vibrant culture and ethos of Mbweni.
## Our Philosophy
At Mbweni, we live by the mantra "Create, Play, Grow." We wholeheartedly believe in the power of co-creation, the joy of play, and the constant pursuit of personal growth. This mantra encapsulates our commitment to fostering a community where creativity knows no bounds, where the spirit of play is celebrated for everyone, and where growth extends beyond individual aspirations to embrace the collective flourishing of both people and the environment.
## Our Commitment
More than just a hospitality establishment; as a regenerative hub, we are committed to setting a model for transformative change within the broader landscape of the industry.
We pledge to cultivate a harmonious community that fosters creating impact, personal growth, and at the same time, having a good time. This is our pathway towards regenerative living, where the essence lies in not just sustaining but actively contributing to the well-being of our community and the places we touch.
### Learn More About Our Manifesto and Philosophies:
- [Freeflow Nation](freeflow/freeflow_movement.md)
- [Manifesto](freeflow/manifesto/manifesto.md)
- [Digital Nation](freeflow/manifesto/digital_nation_info_laws.md)
### Learn More About Our Community:
- [Community](mbweni/community/community.md)

View File

@ -0,0 +1,21 @@
# Location
## Mbweni
Mbweni Ruins & Gardens is situated in the scenic region of Mbweni, which lies approximately 5 kilometers south of the bustling hub of Zanzibar Town, Tanzania. Tucked away from the hustle and bustle of urban life, Mbweni offers visitors a tranquil retreat amidst lush greenery and historical ruins. The area is steeped in history, with remnants of ancient structures providing a glimpse into its storied past.
The landscape of Mbweni is characterized by its verdant gardens, swaying palm trees, and pristine coastline. The gardens surrounding the ruins exude a sense of tranquility, making them the perfect setting for leisurely strolls and moments of quiet reflection. Visitors to Mbweni can explore the ruins of St Marys School for Girls, a poignant reminder of the area's colonial history and its role in the abolition of the slave trade.
## Zanzibar
Mbweni Ruins & Gardens is located on the main island of Zanzibar, an archipelago known for its stunning beaches, vibrant culture, and rich history. Zanzibar, often referred to as the "Spice Island," is famous for its aromatic spices, which have been traded in the region for centuries. Visitors to Zanzibar can immerse themselves in the island's cultural heritage by exploring its historic Stone Town, a UNESCO World Heritage Site renowned for its labyrinthine streets and Arab-influenced architecture.
In addition to its cultural attractions, Zanzibar boasts an array of natural wonders, including pristine beaches, coral reefs, and lush forests. Travelers to Zanzibar can enjoy a variety of outdoor activities, such as snorkeling, diving, and hiking, amidst the island's breathtaking scenery.
## Tanzania
Mbweni Ruins & Gardens is located within the United Republic of Tanzania, a diverse and culturally rich country in East Africa. Tanzania is home to an abundance of natural wonders, including Mount Kilimanjaro, the highest peak in Africa, and the Serengeti National Park, famous for its annual wildebeest migration. With its stunning landscapes, diverse wildlife, and warm hospitality, Tanzania offers visitors an unforgettable safari experience.
In addition to its natural beauty, Tanzania is also known for its vibrant culture and friendly people. Travelers to Tanzania can explore traditional Maasai villages, sample delicious Tanzanian cuisine, and learn about the country's rich history and heritage.
Mbweni Ruins & Gardens is proud to be a part of Tanzania's thriving tourism industry, offering guests a unique and memorable experience in this enchanting corner of the world.

View File

@ -0,0 +1,23 @@
# Fun and Productive Activities at Mbweni
Welcome to Mbweni, where every day is filled with excitement, adventure, and productivity. Whether you're seeking thrilling outdoor sports, peaceful yoga sessions, or engaging community events, there's something for everyone at Mbweni. Join us as we explore a variety of activities designed to enhance your experience and make your stay both enjoyable and fulfilling.
## Navigate Through Exciting Activities
Embark on a journey of exploration and discovery as you navigate through our diverse range of activities:
- [**Sailing:**](mbweni/activities/sailing.md) Set sail on the crystal-clear waters surrounding Mbweni and experience the thrill of navigating the waves.
- [**Community Events:**](mbweni/activities/events.md) Immerse yourself in the vibrant community spirit of Mbweni by participating in our engaging and inclusive events.
- [**Outdoor Sports:**](mbweni/activities/sports.md) Get your adrenaline pumping with a variety of outdoor sports activities, including beach volleyball, kayaking, and more.
- [**Yoga:**](mbweni/activities/yoga.md) Find inner peace and balance with rejuvenating yoga sessions set against the backdrop of Mbweni's natural beauty.
- [**Outdoor Cinema:**](mbweni/activities/cinema.md) Sit back, relax, and enjoy movie evenings with our outdoor cinema experience at Mbweni Ruins, perfect for cozy evenings with friends and family.
## Explore Enriching Tours
In addition to our on-site activities, Mbweni offers enriching [tours](mbweni/tours/tours.md) that allow you to explore the surrounding area and immerse yourself in the local culture and heritage. Join us as we embark on guided tours to nearby attractions, cultural landmarks, and natural wonders, enriching your understanding of the region and creating lasting memories.
Join us at Mbweni and experience the perfect blend of fun, relaxation, and productivity. Whether you're seeking adventure, wellness, or simply a sense of community, our diverse range of activities has something for everyone. Welcome to a world of endless possibilities at Mbweni.

View File

@ -0,0 +1,20 @@
# Ruins Movie Nights: Where Sustainability Meets Cinema
Join us for a cinematic experience like no other at Ruins Movie Nights, held monthly amidst the lush surroundings of Mbweni Ruins and Botanical Gardens. Each month, we carefully select a movie that promotes sustainability and inspires positive change, creating an engaging and thought-provoking community meetup under the stars.
## Enjoy Movie Magic in a Serene Setting
Set against the backdrop of historic ruins and vibrant botanical gardens, Ruins Movie Nights offer a unique outdoor cinema experience that combines natural beauty with cinematic charm. Gather with friends and fellow movie enthusiasts to enjoy an unforgettable evening under the open sky.
## Open to All
Ruins Movie Nights are open to the public, inviting everyone to come together and enjoy an evening of entertainment and inspiration. Whether you're a local resident or a visitor to Mbweni, you're welcome to join us for an evening of movie magic and community camaraderie.
## Food and Beverage Options
Indulge in delicious food and beverages from Mbweni Restaurant, available upon request during Ruins Movie Nights. Treat yourself to a selection of culinary delights as you relax and unwind in the enchanting atmosphere of the ruins and gardens.
## RSVP and More Information
To RSVP for Ruins Movie Nights or for more information, please contact us at +255 778 242 424 or email info@mbweniruinsandgardens.com. Stay updated on upcoming movie screenings by following us on Instagram at [@mbweni.ruins.and.gardens](https://www.instagram.com/mbweni.ruins.and.gardens/).

View File

@ -0,0 +1,23 @@
# Community Events at Mbweni Ruins and Gardens
Join us every week for vibrant community events followed by a delicious buffet lunch, priced at 25,000 Tanzanian Shillings.
## What to Expect
- **Workshops:** Engage in hands-on learning experiences covering a variety of topics, from sustainability practices to cultural traditions.
- **Seminars:** Dive deep into discussions on ecology, culture, and music, led by experts in their respective fields.
- **Music Concerts:** Immerse yourself in the enchanting melodies of live music performances, showcasing local talent and international artists.
- **Cooking Classes:** Learn the art of culinary creation with our cooking classes, where you'll discover new flavors and techniques.
## Get Involved
If you're a teacher, mentor, or simply passionate about contributing to our vibrant community, we welcome you to join us. Contact us at +255 778 242 424 or email info@mbweniruinsandgardens.com to learn more and get involved.
## RSVP and Information
For event RSVPs and more information, please reach out to us at +255 778 242 424 or email info@mbweniruinsandgardens.com.
Be sure to check our schedule on [Instagram](https://www.instagram.com/mbweni.ruins.and.gardens) for upcoming events and updates!

View File

@ -0,0 +1,21 @@
# Sailing at Mbweni Ruins and Gardens
Set sail on the crystal-clear waters surrounding Mbweni Ruins and Gardens aboard our boats, Freeflow and Galaxy. Whether you're looking for a leisurely cruise or an adventurous outing, our sailing experiences offer something for everyone.
## What We Offer
- **Boats:** Enjoy the freedom of sailing on our well-equipped boats, Freeflow and Galaxy, designed for comfort and safety.
- **Private Charter:** Host your special events, celebrations, or corporate gatherings aboard our boats with our private charter options.
- **Food and Beverage:** Enhance your sailing experience with our food and beverage services available upon request.
- **Group Size:** Whether you're planning a large group outing or an intimate gathering, our boats can accommodate both big and small groups.
- **Sailors:** Choose to have experienced sailors accompany you on your voyage, or take the helm yourself—it's your option.
## RSVP and Information
To book your sailing experience or inquire about our services, please contact us for reservations and more information.
Contact us: +255778242424 or email [info@mbweniruinsandgardens.com](mailto:info@mbweniruinsandgardens.com).

View File

@ -0,0 +1,21 @@
# Yoga at Mbweni Ruins and Gardens
Experience the tranquility and serenity of yoga amidst the lush surroundings of Mbweni Ruins and Gardens. Our yoga sessions are held in two idyllic locations: the spacious terrace of our restaurant and the serene private beachfront. Whether you prefer to greet the day with a sunrise session or unwind as the sun sets, our yoga spaces offer the perfect setting for your practice.
## What We Offer
- **Perfect Settings:** Practice yoga in the perfect settings of our terrace overlooking green landscapes or on our private beachfront, surrounded by the calming sounds of the ocean.
- **Tranquil Atmosphere:** Immerse yourself in a tranquil atmosphere that promotes relaxation, mindfulness, and inner peace.
- **Sunrise and Sunset Sessions:** Choose from sunrise or sunset sessions, each offering a unique experience and energy.
- **Ideal for All Levels:** Our yoga sessions are suitable for practitioners of all levels, from beginners to experienced yogis.
- **Mentorship Opportunity:** We are currently seeking a mentor to participate in our yoga program. If you are a seasoned yoga instructor interested in sharing your expertise, please contact us.
## Contact Us
To join our yoga sessions or inquire about mentorship opportunities, please contact us for more information.
Contact us: +255778242424 or email [info@mbweniruinsandgardens.com](mailto:info@mbweniruinsandgardens.com).

View File

@ -0,0 +1,16 @@
# Community at Mbweni Ruins and Gardens
Welcome to the community page of Mbweni Ruins and Gardens! Here, you'll discover the diverse and vibrant community that calls Mbweni home. Navigate easily through the different aspects of our community:
- [Mbweni Community](mbweni/community/mbweni_community.md): Learn about the residents and contributors who make up the Mbweni community.
- [ThreeFold](mbweni/community/threefold.md): Explore the ThreeFold community and their initiatives at Mbweni.
- [H.E.R DAO](mbweni/community/her_dao.md): Discover the projects and activities of H.E.R DAO within the Mbweni community.
- [LIOS Labs](mbweni/community/lios_labs.md): Find out about the innovative projects and collaborations taking place at LIOS Labs in Mbweni.
- [Dunia Yetu](mbweni/community/duniayetu.md): Learn about Dunia Yetu and their efforts to empower local communities in Mbweni and beyond.
- [Msonge Farm](mbweni/community/msonge.md): Explore the sustainable farming practices and agricultural projects at Msonge Farm.
- [Ootopia](mbweni/community/ootopia.md): Discover the vision and initiatives of Ootopia in creating sustainable communities at Mbweni.
- [Sikana](mbweni/community/sikana.md): Learn about Sikana's educational programs and community outreach efforts in Mbweni.
- [Sunzibar](mbweni/community/sunzibar.md): Explore Sunzibar's solar power initiatives and projects aimed at promoting sustainable tourism and environmental conservation in Mbweni.
- [VEDA Egypt](mbweni/community/veda_egypt.md): Discover the cultural exchange and collaboration projects between Mbweni and VEDA Egypt.
Join us as we celebrate diversity, collaboration, and community spirit at Mbweni Ruins and Gardens!

View File

@ -0,0 +1,17 @@
# Dunia Yetu
Dunia Yetu is a tech initiative program adjoints of Tanzanian Government and Ourworld Holdings, based in Dar es Salaam and Zanzibar, and operating throughout Tanzania. With a vision to pioneer technological innovation in East Africa and beyond, Dunia Yetu provides a platform for aspiring entrepreneurs and tech enthusiasts to develop their ideas and bring them to fruition.
## Mission and Activities
Dunia Yetu's mission is to foster a culture of innovation and entrepreneurship in Tanzania by providing resources, mentorship, and networking opportunities to budding tech startups. Through workshops, hackathons, and networking events, Dunia Yetu empowers individuals to turn their ideas into reality and make a positive impact in their communities.
## Workshops and Training
One of Dunia Yetu's core activities is organizing workshops and training sessions aimed at equipping participants with the skills and knowledge needed to succeed in the tech industry. These workshops cover a wide range of topics, including coding, web development, app design, and digital marketing, among others. By providing hands-on training and mentorship, Dunia Yetu helps aspiring tech entrepreneurs develop the skills and confidence they need to launch their own ventures.
## Future Initiatives
In the future, Dunia Yetu plans to expand its offerings to include coding schools and retreats aimed at providing immersive learning experiences for aspiring tech professionals. These programs will provide participants with the opportunity to deepen their technical skills, collaborate with like-minded individuals, and gain real-world experience in the tech industry. By nurturing the next generation of tech talent, Dunia Yetu aims to play a leading role in shaping the future of technology in East Africa and beyond.
Join Dunia Yetu on its mission to drive technological innovation and empower aspiring entrepreneurs in Tanzania and beyond!

View File

@ -0,0 +1,19 @@
# H.E.R DAO
H.E.R. DAO is a dynamic developer and builder pipeline dedicated to championing innovation and diversity in the web3 space, with a special focus on women. The acronym "H.E.R" stands for Her Empowerment Revolution, reflecting the organization's commitment to empowering women and promoting inclusivity in the rapidly evolving world of decentralized technologies.
## Mission and Vision
H.E.R DAO's mission is to create a supportive ecosystem where women can thrive and excel in the web3 industry. By providing access to resources, mentorship, and networking opportunities, H.E.R DAO aims to bridge the gender gap in technology and empower women to become leaders and innovators in the blockchain and decentralized finance (DeFi) sectors.
## Goals and Objectives
- **Diversity and Inclusion:** H.E.R DAO is committed to fostering diversity and inclusion in the web3 space by providing opportunities for women from diverse backgrounds to enter and succeed in the industry.
- **Education and Training:** Through workshops, hackathons, and educational programs, H.E.R DAO equips women with the skills and knowledge they need to thrive in the rapidly evolving world of decentralized technologies.
- **Community Building:** H.E.R DAO fosters a strong sense of community among its members, providing a supportive network where women can connect, collaborate, and share ideas.
## Learn More
To learn more about H.E.R DAO and its initiatives, visit their website: [H.E.R DAO](https://www.her-dao.xyz/). Join the revolution and be part of a movement that is shaping the future of the web3 industry, one empowered woman at a time.

View File

@ -0,0 +1,19 @@
# LIOS Labs Arts of Ecology Platform
LIOS Labs stands as a pioneering agency for transformative experiences, a vibrant ecosystem interweaving artists, cultural producers, researchers, and storytellers. Inspired by biomimetic systems, LIOS Labs propels sustainable models for cultural production and ecological education into the forefront. Driven by a community-led ethos and a not-for-profit foundation, LIOS Labs cultivates regenerative practices, amalgamating the potent forces of beyond-reason knowledge, art, healing modalities, science, and technology.
## Mission and Vision
Embracing a mission to prototype sustainable cultural models and ecological education platforms, LIOS Labs envisions a world where regenerative practices flourish. Their ethos revolves around harnessing the collective wisdom of diverse disciplines to foster positive societal transformation. Through community-driven initiatives, LIOS Labs aspires to ignite conversations, spark innovation, and catalyze action on critical environmental and social issues.
## Endeavors
- **Cultural Production:** Collaborating with a diverse array of artists and cultural producers, LIOS Labs crafts immersive and transformative experiences. These experiences, ranging from exhibitions to performances, serve as catalysts for dialogue and introspection, aiming to evoke profound shifts in perception and behavior.
- **Ecological Education:** Recognizing the pivotal role of education in fostering sustainability, LIOS Labs is dedicated to providing accessible and engaging educational resources. Through workshops, seminars, and experiential learning opportunities, they empower individuals to deepen their understanding of ecology and embrace environmentally conscious practices.
- **Biomimicry and Innovation:** Grounded in the principles of biomimicry, LIOS Labs explores nature's design solutions to inform their approach to innovation and problem-solving. By studying and emulating nature's strategies, they strive to develop sustainable solutions across various domains, from architecture and urban planning to renewable energy and waste management.
## Learn More
For further insights into LIOS Labs and their transformative initiatives, visit their website: [LIOS Labs](https://lios.io). Join the movement towards a more sustainable and regenerative future, where art, education, and innovation converge to create meaningful change. Together, we can build a world where harmony with nature and collective well-being are paramount.

View File

@ -0,0 +1,19 @@
# Mbweni Community
Within the vibrant community of Mbweni Ruins and Gardens, a diverse tapestry of individuals converges to create a harmonious and inclusive environment. Comprising 56 staff members and residents, the community reflects a blend of local Tanzanian and Zanzibari cultures, fostering a rich tapestry of traditions, languages, and perspectives.
## Staff and Residents
At the heart of the Mbweni community are the 56 individuals who call it home. Hailing from Tanzania, Zanzibar, and worldwide, each member brings a unique background and story, contributing to the vibrant tapestry of the community. From hospitality professionals to artists, educators, and environmentalists, the community is a melting pot of talents and passions.
## Maasai Guards: Respecting Local Culture and Tradition
In a nod to local culture and tradition, Mbweni Ruins and Gardens employs Maasai guards to ensure the safety and security of the community. The Maasai people, renowned for their distinctive dress, rich cultural heritage, and strong sense of identity, bring a sense of tradition and authenticity to Mbweni. By engaging Maasai guards, Mbweni pays homage to the indigenous cultures of Tanzania and Zanzibar, fostering respect and understanding within the community.
## About the Maasai
The Maasai are a semi-nomadic ethnic group inhabiting the regions of Kenya and Tanzania. Renowned for their distinctive attire, which includes vibrant shukas (blankets) and intricate beadwork, the Maasai have a rich cultural heritage that spans centuries. Traditionally, the Maasai are pastoralists, relying on cattle herding as their primary livelihood. They are known for their strong sense of community, oral traditions, and deep connection to the land.
Employing Maasai guards at Mbweni Ruins and Gardens not only enhances security but also serves as a tribute to the rich cultural diversity of Tanzania and Zanzibar. It reflects Mbweni's commitment to fostering an inclusive and respectful community that honors and celebrates the traditions of the local people.
Join us in celebrating the diversity and richness of the Mbweni community, where cultural exchange and mutual respect are at the forefront of community life.

View File

@ -0,0 +1,19 @@
# Msonge Organic Farm: Nurturing Sustainable Agriculture
Nestled amidst the picturesque landscapes of Tanzania, Msonge Organic Farm stands as a beacon of sustainable agriculture and environmental stewardship. With a commitment to organic farming practices and community empowerment, Msonge Organic Farm is reshaping the agricultural landscape of the region.
## Cultivating Sustainability
At Msonge Organic Farm, sustainability is more than just a buzzword—it's a way of life. Through the use of organic farming methods and permaculture principles, the farm seeks to minimize its environmental footprint while maximizing productivity. From cultivating diverse crops without synthetic pesticides or fertilizers to implementing water-saving irrigation techniques, every aspect of farming at Msonge is guided by a deep respect for the land and its resources.
## Empowering Communities
Beyond its commitment to sustainable agriculture, Msonge Organic Farm is dedicated to empowering local communities. By providing employment opportunities and training programs, the farm not only supports livelihoods but also fosters a sense of pride and ownership among community members. Through initiatives such as farmer training workshops and educational outreach programs, Msonge Organic Farm is equipping individuals with the knowledge and skills they need to thrive in a changing agricultural landscape.
## Nurturing Connection
At the heart of Msonge Organic Farm is a deep connection—to the land, to the community, and to the broader ecosystem. By fostering a sense of stewardship and responsibility, the farm encourages individuals to see themselves not as separate from nature, but as integral parts of a larger whole. Through practices such as agroforestry and soil conservation, Msonge Organic Farm is working to regenerate the land and create a more resilient and vibrant ecosystem for future generations.
## Learn More
To discover more about Msonge Organic Farm and its initiatives, visit their website: [Msonge Organic Farm](https://www.msonge.co.tz/). Join them on their journey to cultivate sustainability, empower communities, and nurture connections—to the land and to each other.

View File

@ -0,0 +1,27 @@
# OOTOPIA: Pioneering Purpose-Driven Innovation
In the quest for purpose-driven projects, OOTOPIA emerges as a beacon of innovation and resilience. Conceived five years ago, amid the corridors of Apple, OOTOPIA represents the culmination of a transformative journey fueled by passion, determination, and a steadfast commitment to effecting positive change in the world.
## A Journey of Discovery and Reflection
The genesis of OOTOPIA traces back to a pivotal moment of its team, driven by a deep-seated belief in the transformative power of technology to improve lives, the founder sought to transcend the confines of corporate success and pursue a more meaningful endeavor.
## Unveiling the Vision
Central to the founding philosophy of OOTOPIA is the recognition that technology, while remarkable, possesses the potential to be a force for profound societal change. Inspired by the insight that smartphones could revolutionize access to education and, by extension, economic opportunity, the founder embarked on a mission to harness the power of digital platforms for the greater good.
## Sikana: A Prelude to OOTOPIA
Before the dawn of OOTOPIA, the seeds of innovation were sown through Sikana—a platform dedicated to democratizing access to life skills education. From first aid courses to agricultural tutorials, Sikana endeavored to empower individuals with the knowledge they needed to thrive in a rapidly changing world. Yet, despite its noble aspirations, Sikana encountered formidable challenges on its journey—a cautionary tale of the perils of prioritizing profit over purpose.
## Embracing Failure, Embracing Growth
The demise of Sikana was not merely a setback but a crucible of learning—a catalyst for introspection and growth. From the ashes of failure emerged invaluable lessons, guiding the team towards a renewed vision for the future. Armed with a newfound clarity of purpose, OOTOPIA emerged as a testament to resilience, innovation, and unwavering commitment to effecting positive change.
## A New Dawn: Introducing OOTOPIA
Today, OOTOPIA stands poised at the precipice of possibility—a beacon of hope and inspiration in an ever-changing world. More than an app, OOTOPIA represents a bold vision for the future—a platform that transcends boundaries, empowers individuals, and fosters meaningful connections. Through a rich tapestry of videos, articles, games, and guides, OOTOPIA invites users to explore the challenges of the world and be rewarded for their curiosity and engagement.
## Join the Journey
As OOTOPIA embarks on its maiden voyage, we invite you to join us on this transformative journey. Together, let us challenge the status quo, embrace innovation, and be the change we wish to see in the world. Welcome to OOTOPIA—where purpose meets possibility, and every journey begins with a single step.

View File

@ -0,0 +1,23 @@
# Sikana: Empowering Lives Through Practical Skills Education
Sikana emerges as a beacon of hope and empowerment, dedicated to equipping individuals with practical skills that unlock their full potential and lead to dignified lives. Founded in 2014 as a non-profit organization, Sikana's mission is clear: to democratize access to education through free, high-quality video programs.
## A Vision of Inclusion and Empowerment
At the heart of Sikana's mission lies a profound understanding of the global challenges facing billions of people who lack access to formal education and vocational training. Recognizing the transformative power of technology, Sikana seeks to harness the ubiquity of screens—accessible to 3 billion people worldwide—as tools for instruction and empowerment.
## Democratizing Education Through Video
Sikana's innovative approach to education centers on the use of video as a powerful and cost-effective medium for promoting skill acquisition, health awareness, and environmental consciousness. By leveraging the visual and auditory capabilities of video, Sikana transcends language barriers and geographic boundaries, making education accessible to anyone with an internet connection.
## Bridging the Skills Gap
In a world where basic skills are often taken for granted, Sikana fills a crucial gap by providing practical knowledge and know-how to individuals who lack access to formal education and training. From first aid and cooking to gardening and home repair, Sikana's video programs cover a diverse range of topics, empowering individuals to take control of their lives and pursue their passions.
## A Commitment to Impact
Driven by a commitment to social impact, Sikana operates as a non-profit organization, ensuring that its educational resources remain free and accessible to all. By partnering with experts and organizations around the world, Sikana delivers high-quality content that meets the needs of diverse communities, fostering a culture of learning and empowerment.
## Join the Movement
As Sikana continues to expand its reach and impact, we invite you to join us in our mission to democratize education and empower individuals worldwide. Together, let us harness the power of video to transform lives, unlock potential, and build a brighter future for all. Welcome to Sikana—a world of opportunity, knowledge, and empowerment.

View File

@ -0,0 +1,23 @@
# Sunzibar Solar: Illuminating Zanzibar with Sustainable Energy
Sunzibar Solar emerges as a beacon of hope and innovation in the realm of renewable energy, dedicated to harnessing the power of the sun to illuminate the vibrant island of Zanzibar. With a mission to provide sustainable energy solutions to communities in need, Sunzibar Solar offers a range of solar products and services aimed at reducing reliance on fossil fuels and promoting environmental sustainability.
## Powering Communities with Solar Energy
At the core of Sunzibar Solar's mission lies a commitment to empowering communities with clean, reliable, and affordable energy solutions. By harnessing the abundant solar resources of Zanzibar, Sunzibar Solar seeks to address the energy challenges facing the island, including limited access to electricity and high dependence on costly and polluting fuels.
## Sustainable Solutions for a Brighter Future
Sunzibar Solar offers a comprehensive range of solar products and services designed to meet the diverse needs of individuals, businesses, and communities. From solar panels and inverters to solar water heaters and off-grid lighting systems, Sunzibar Solar provides turnkey solutions that enable customers to harness the power of the sun and reduce their carbon footprint.
## Environmental Impact and Social Responsibility
Driven by a commitment to environmental stewardship and social responsibility, Sunzibar Solar operates with sustainability at its core. By promoting the adoption of solar energy and reducing reliance on fossil fuels, Sunzibar Solar contributes to mitigating climate change and protecting the natural beauty and biodiversity of Zanzibar.
## Partnering for Progress
Sunzibar Solar collaborates with local communities, businesses, and government agencies to promote the adoption of solar energy and drive sustainable development across Zanzibar. Through partnerships and outreach initiatives, Sunzibar Solar aims to raise awareness about the benefits of solar energy and empower individuals and communities to embrace renewable energy solutions.
## Join the Solar Revolution
As Sunzibar Solar continues to expand its reach and impact, we invite you to join us in our mission to illuminate Zanzibar with sustainable energy. Whether you're a homeowner, business owner, or community leader, there's never been a better time to embrace solar power and build a brighter future for Zanzibar and beyond. Welcome to Sunzibar Solar—a beacon of light in a world powered by the sun.

View File

@ -0,0 +1,23 @@
# ThreeFold: Pioneering the Decentralized Internet Revolution
ThreeFold emerges as a trailblazer in the quest to revolutionize the internet landscape, championing decentralization, sustainability, and empowerment. With a vision to create a more equitable and accessible digital future, ThreeFold offers a groundbreaking decentralized cloud platform that empowers individuals and organizations to take control of their digital destinies.
## Decentralizing the Internet
At the heart of ThreeFold's mission lies a commitment to decentralization—a paradigm shift that challenges the centralized control and ownership of data and infrastructure. By leveraging blockchain technology and peer-to-peer networks, ThreeFold aims to democratize access to computing resources and create a more resilient, secure, and equitable internet ecosystem.
## Building a Sustainable Future
In addition to decentralization, sustainability is a core pillar of ThreeFold's philosophy. Recognizing the environmental impact of traditional data centers and cloud computing, ThreeFold has developed a sustainable alternative powered by renewable energy sources. By minimizing energy consumption and carbon emissions, ThreeFold's decentralized cloud platform offers a greener, more eco-friendly solution for hosting digital applications and services.
## Empowering Individuals and Communities
Centralized internet infrastructure often places control and decision-making power in the hands of a few large corporations. ThreeFold seeks to change this dynamic by empowering individuals and communities to own and manage their digital assets. Through its decentralized cloud platform, ThreeFold enables users to deploy, scale, and manage digital workloads with unprecedented ease and flexibility, putting the power of the internet back into the hands of the people.
## Collaborating for Impact
ThreeFold recognizes that meaningful change requires collaboration and collective action. That's why the company partners with like-minded organizations, developers, and communities to advance the cause of decentralization and sustainability. By fostering an open ecosystem of innovation and collaboration, ThreeFold aims to accelerate the adoption of decentralized technologies and create a more inclusive and resilient internet for all.
## Join the Decentralized Revolution
As ThreeFold continues to expand its reach and impact, we invite you to join us in building a better, more decentralized internet for the future. Whether you're a developer, entrepreneur, or simply passionate about creating positive change, there's a place for you in the ThreeFold community. Together, let's unlock the full potential of the decentralized internet and create a world where everyone has equal access to digital resources and opportunities. Welcome to ThreeFold—the future of the internet starts here.

View File

@ -0,0 +1,23 @@
# VEDA Egypt: Nurturing Wellness and Empowerment
VEDA Egypt emerges as a beacon of holistic wellness and empowerment, dedicated to promoting physical, mental, and spiritual well-being through the ancient wisdom of Ayurveda. Rooted in the rich cultural heritage of Egypt and inspired by the timeless teachings of Ayurveda, VEDA Egypt offers a sanctuary for healing, rejuvenation, and self-discovery.
## Embracing Ancient Wisdom
At the heart of VEDA Egypt's philosophy lies a deep reverence for the ancient wisdom of Ayurveda—a holistic system of medicine that originated in India over 5,000 years ago. Drawing upon the principles of Ayurveda, VEDA Egypt seeks to restore balance and harmony to the body, mind, and spirit, guiding individuals on a transformative journey towards optimal health and vitality.
## A Sanctuary for Healing and Rejuvenation
Nestled amidst the serene landscapes of Egypt, VEDA Egypt offers a sanctuary for healing and rejuvenation, where guests can escape the stresses of modern life and reconnect with their inner selves. From luxurious spa treatments to personalized wellness programs, VEDA Egypt provides a range of services designed to promote relaxation, rejuvenation, and holistic well-being.
## Empowering Individuals to Thrive
Beyond physical healing, VEDA Egypt is committed to empowering individuals to take control of their health and wellness journey. Through educational workshops, seminars, and wellness retreats, VEDA Egypt equips participants with the knowledge and tools they need to cultivate a lifestyle of balance, vitality, and empowerment.
## Cultivating Community and Connection
At VEDA Egypt, community and connection are at the heart of everything we do. Through group classes, communal meals, and shared experiences, guests have the opportunity to connect with like-minded individuals and build meaningful relationships that support and inspire their wellness journey.
## Join the Journey
Whether you're seeking physical healing, emotional well-being, or spiritual growth, VEDA Egypt invites you to embark on a transformative journey towards wellness and empowerment. Step into our sanctuary and discover the healing power of Ayurveda in the heart of Egypt. Welcome to VEDA Egypt—where wellness meets wisdom, and transformation begins.

View File

@ -0,0 +1,38 @@
# Private Beach Area at Mbweni Ruins and Gardens
Escape to our exclusive private beach area at Mbweni Ruins and Gardens, where tranquility meets luxury. Nestled along the picturesque Mbweni Bay, our private beach offers a serene retreat for relaxation and rejuvenation.
## What We Offer
- **Swimming Pool:** Take a refreshing dip in our sparkling swimming pool, perfect for cooling off on a hot day.
- **Sunbeds and Towels:** Relax in comfort on our sunbeds and enjoy complimentary towels for your convenience.
- **Food and Beverage Service:** Indulge in delicious food and refreshing beverages served right to your sunbed, ensuring a hassle-free beach experience.
- **Sunset Views:** Witness breathtaking sunsets over Mbweni Bay, creating the perfect backdrop for an unforgettable evening.
- **Quietness and Bonfire:** Embrace the tranquility of our private beach area, where the gentle sound of waves and crackling bonfire create an atmosphere of peace and relaxation.
## Membership Benefits
### Beach Club Membership
Elevate your leisure time to new heights with Mbweni Ruins & Gardens Beach Club Membership. Immerse yourself in the tranquil ambiance and indulge in amenities that come with being part of our Beach Club family.
- **Daily Access:** Enjoy access to our private beach area from 08:00 to 18:00 daily.
- **Membership Options:** Choose between daily visit passes at TSH 25,000 per visit or monthly memberships at TSH 125,000.
- **Exclusive Benefits:** Beach Club members gain access to an array of amenities, including:
- 15% discount on food and beverage purchases
- Access to spa services
- Discounts on watersport rentals
- Complimentary pool towel and Wi-Fi access
- Invitation to exclusive members' events
## Join Us
Become a member of our Beach Club and experience seaside luxury like never before. Contact us to inquire about membership options and start enjoying the perks of beachfront bliss.
Contact us: +255778242424 or email [info@mbweniruinsandgardens.com](mailto:info@mbweniruinsandgardens.com).

View File

@ -0,0 +1,33 @@
# Coworking Space at Mbweni Ruins and Gardens
Discover a productive and collaborative environment at our coworking space, where creativity flourishes and ideas come to life. Designed to meet the needs of modern professionals, our coworking space offers a range of amenities to enhance your work experience.
## What We Offer
- **Member Access:** Every member of Mbweni Ruins and Gardens has the right to access our coworking space, providing you with a dedicated area to focus on your projects and collaborate with others.
- **High-Speed Wifi:** Stay connected and productive with fast-speed wifi available throughout the coworking space, ensuring seamless communication and workflow.
- **Ergonomic Seating and Tables:** Work in comfort with ergonomic chairs and tables designed to support your posture and enhance productivity.
- **Ample Lighting:** Enjoy ample natural light and well-placed artificial lighting to create a bright and conducive workspace.
- **Resting Area:** Take breaks and recharge in our designated resting area, equipped with comfortable seating and a serene ambiance.
- **Presentation Facilities:** Conduct meetings and presentations with ease using our LCD TV and presentation setup, perfect for sharing ideas and collaborating with colleagues.
- **Sofa Area:** Collaborate and brainstorm in a relaxed setting with our cozy sofa area, ideal for informal meetings and discussions.
- **24/7 Access for Residents:** Our coworking space is open 24/7 for residents, allowing you to work according to your schedule and preferences.
- **Air Conditioning:** Stay cool and comfortable throughout the day with air conditioning available in our coworking space, ensuring a pleasant working environment.
- **Fully Equipped Kitchen:** Fuel your productivity with access to a fully equipped kitchen, complete with a coffee machine and all the amenities you need to prepare snacks and meals.
- **Restaurant Service Delivery:** Enjoy the convenience of restaurant service delivery to our coworking space, allowing you to dine on delicious meals without leaving your workspace.
## Join Us
Experience the benefits of our coworking space and take your work to new heights in a supportive and inspiring environment. Contact us to learn more about membership options and start coworking with us today.
Contact us: +255778242424 or email [info@mbweniruinsandgardens.com](mailto:info@mbweniruinsandgardens.com).

View File

@ -0,0 +1,23 @@
# Fun and Productive Activities at Mbweni
Welcome to Mbweni, where every day is filled with excitement, adventure, and productivity. Whether you're seeking thrilling outdoor sports, peaceful yoga sessions, or engaging community events, there's something for everyone at Mbweni. Join us as we explore a variety of activities designed to enhance your experience and make your stay both enjoyable and fulfilling.
## Navigate Through Exciting Activities
Embark on a journey of exploration and discovery as you navigate through our diverse range of activities:
- [**Sailing:**](mbweni/activities/sailing.md) Set sail on the crystal-clear waters surrounding Mbweni and experience the thrill of navigating the waves.
- [**Community Events:**](mbweni/activities/events.md) Immerse yourself in the vibrant community spirit of Mbweni by participating in our engaging and inclusive events.
- [**Outdoor Sports:**](mbweni/activities/sports.md) Get your adrenaline pumping with a variety of outdoor sports activities, including beach volleyball, kayaking, and more.
- [**Yoga:**](mbweni/activities/yoga.md) Find inner peace and balance with rejuvenating yoga sessions set against the backdrop of Mbweni's natural beauty.
- [**Outdoor Cinema:**](mbweni/activities/cinema.md) Sit back, relax, and enjoy movie nights under the stars with our outdoor cinema experience, perfect for cozy evenings with friends and family.
## Explore Enriching Tours
In addition to our on-site activities, Mbweni offers enriching tours that allow you to explore the surrounding area and immerse yourself in the local culture and heritage. Join us as we embark on guided tours to nearby attractions, cultural landmarks, and natural wonders, enriching your understanding of the region and creating lasting memories.
Join us at Mbweni and experience the perfect blend of fun, relaxation, and productivity. Whether you're seeking adventure, wellness, or simply a sense of community, our diverse range of activities has something for everyone. Welcome to a world of endless possibilities at Mbweni.

View File

@ -0,0 +1,25 @@
# Mbweni Ruins and Gardens Restaurant
Also known as "The Wooden Table," our restaurant at Mbweni Ruins and Gardens offers a rich fusion of Zanzibar local, Tanzanian, and worldwide cuisine. With a commitment to providing diverse and flavorful dishes, we cater to a variety of dietary preferences, including vegan, organic, and gluten-free options.
## Dining Experience
Indulge in delectable flavors and breathtaking ocean views at our restaurant, where every bite is a symphony of taste. Unwind at Mbweni Bar, sipping on refreshing cocktails and soaking in the sun's warmth. With a fusion of exquisite cuisine and an idyllic ambiance, Mbweni Ruins & Gardens invites you to savor moments of pure culinary bliss.
- **Operating Hours:** Daily from 07:00 to 22:30
- **Gastronomic Excellence:** Experience gastronomic excellence with breathtaking sunsets on Zanzibar's west coast. Whether it's a memorable meal or a candlelit romantic dinner for two, our restaurant offers an unparalleled dining experience that will leave you enchanted.
## Menu
Explore our menu offerings and tantalize your taste buds with our diverse selection of dishes:
[View Menu](https://www2.mbweniruinsandgardens.com/docs/menu.pdf)
## Join Us
We look forward to welcoming you to Mbweni Ruins and Gardens Restaurant, where culinary delights await amidst stunning surroundings.
For reservations or inquiries, please contact us:
Contact us: +255778242424 or email [info@mbweniruinsandgardens.com](mailto:info@mbweniruinsandgardens.com).

View File

@ -0,0 +1,23 @@
# Sport Equipment Rental at Mbweni Ruins and Gardens
Support your active lifestyle and explore exciting adventures with our sport equipment rental services. Whether you're craving water sports or land activities, we offer a variety of equipment to cater to your interests and preferences.
## Available Equipment
- **Water Sports:** Dive into the crystal-clear waters of Mbweni Bay with our selection of water sports equipment, including paddleboards, snorkeling gear, and swim shoes.
- **Land Activities:** Get your adrenaline pumping with a game of volleyball or football on our pristine beach. Or challenge your friends to a friendly match on our pool table.
- **Yoga Mats:** Find your inner peace and harmony with our yoga mats, perfect for practicing yoga sessions amidst the tranquil surroundings of Mbweni Ruins and Gardens.
## Personal Trainers
Enhance your fitness journey with the assistance of our personal trainers, available upon request and depending on the season. Whether you're a beginner or a seasoned athlete, our trainers will provide expert guidance and support to help you achieve your fitness goals.
## How to Rent
To rent sport equipment or inquire about personal trainers, please contact us for availability and pricing:
Contact us: +255778242424 or email [info@mbweniruinsandgardens.com](mailto:info@mbweniruinsandgardens.com).
Embrace an active lifestyle and make the most of your stay at Mbweni Ruins and Gardens with our sport equipment rental services.

View File

@ -0,0 +1,27 @@
# Swimming Pool at Mbweni Ruins and Gardens
Dive into relaxation at our infinity pool, nestled by the beach and surrounded by lush botanical gardens. Exclusively available for residents and beach club members, our swimming pool offers a serene oasis where you can unwind and soak up the beauty of Mbweni Bay.
## Features
- **Infinity Pool:** Immerse yourself in the tranquility of our infinity pool, where the sparkling waters seamlessly blend with the horizon, creating a breathtaking vista.
- **Beachfront Location:** Enjoy direct access to the beach from our swimming pool area, allowing you to seamlessly transition between refreshing dips in the pool and leisurely strolls along the sandy shores.
- **Exclusive Access:** Access to our swimming pool is reserved for residents of Mbweni Ruins and Gardens and members of our Beach Club, ensuring a private and intimate experience for our valued guests.
- **Botanical Garden Surroundings:** Surround yourself with the beauty of nature as you lounge by the pool, with our botanical gardens providing a verdant backdrop for your relaxation.
- **F&B Delivery Service:** Indulge in delectable refreshments and culinary delights with our convenient food and beverage delivery service from the restaurant. Savor a refreshing drink or a light snack as you bask in the sun or enjoy the mesmerizing sunset views.
## Sunset Point
Experience unparalleled sunset views from our swimming pool area, where the horizon melts into hues of orange and pink, creating a spectacle that will leave you in awe.
## Join Us
Elevate your leisure time to new heights with a visit to our swimming pool at Mbweni Ruins and Gardens. Become a resident or join our Beach Club to gain exclusive access to this luxurious amenity.
For inquiries or to become a resident or Beach Club member, please contact us:
Contact us: +255778242424 or email [info@mbweniruinsandgardens.com](mailto:info@mbweniruinsandgardens.com).

View File

@ -0,0 +1,17 @@
# History of Mbweni Botanical Gardens
The Mbweni Botanical Gardens, nestled within the tranquil coastal region of Mbweni, have a rich history that dates back to the colonial era. Originally established as part of the St Marys School for Girls, founded by missionaries in the 19th century, the gardens served as a place of education and recreation for the students.
Culturally and historically, the Mbweni Botanical Gardens hold significance as a symbol of colonial influence and botanical exploration in East Africa. The gardens were meticulously cultivated with a diverse array of plant species, including exotic flora from around the world, showcasing the region's botanical diversity and serving as a living laboratory for scientific study.
In addition to their educational and scientific importance, the Mbweni Botanical Gardens also provided a peaceful retreat for students and staff alike, offering a sanctuary amidst the hustle and bustle of daily life. The gardens were a place of reflection, relaxation, and inspiration, where visitors could immerse themselves in the beauty of nature and marvel at the wonders of the plant kingdom.
Today, the Mbweni Botanical Gardens are an integral part of Mbweni Ruins and Gardens, a vibrant community and regeneration hub dedicated to sustainable tourism and cultural preservation. The gardens have been lovingly restored and maintained, with an emphasis on preserving their historical and botanical significance.
Fun Facts:
- The Mbweni Botanical Gardens are home to a diverse array of plant species, including rare and endangered specimens.
- Visitors to the gardens can spot a variety of wildlife, including birds, butterflies, and small mammals, making it a haven for nature lovers.
- The gardens feature several scenic walking trails, allowing visitors to explore the lush landscapes and discover hidden gems along the way.
Mbweni Ruins and Gardens is committed to protecting and promoting the legacy of the Mbweni Botanical Gardens, ensuring that future generations can continue to enjoy their beauty and significance for years to come.

View File

@ -0,0 +1,8 @@
# Mbweni Ruins and Gardens History
Here, you'll discover the fascinating stories behind the ruins and botanical gardens that make Mbweni a unique destination. Navigate easily through the different aspects of Mbweni's history:
- [Mbweni Ruins](mbweni/history/ruins.md): Learn about the ancient ruins that dot the landscape of Mbweni and their historical significance.
- [Botanical Gardens](mbweni/history/gardens.md): Explore the lush botanical gardens of Mbweni and their role in preserving the natural beauty of the area.
Embark on a journey through time as we uncover the rich heritage and cultural legacy of Mbweni Ruins and Gardens.

View File

@ -0,0 +1,11 @@
# History of Mbweni Ruins
Located in the serene coastal region of Mbweni, the ruins of Mbweni hold a significant historical and cultural legacy that dates back centuries. Originally established as a settlement for freed slaves in the 19th century, Mbweni served as a base for the Universities Mission to Central Africa (UMCA), an organization dedicated to education and Christian missionary work in East Africa.
The ruins of Mbweni include remnants of St Marys School for Girls, which was founded by missionaries to provide education and refuge for girls rescued from slave ships. The school played a crucial role in the emancipation of slaves and the promotion of education in the region during a tumultuous period of East African history.
Culturally and historically, Mbweni represents a beacon of hope and resilience in the face of adversity. The ruins stand as a testament to the struggles and triumphs of those who sought refuge and redemption in this coastal enclave. The site serves as a poignant reminder of the horrors of the slave trade and the resilience of those who fought against it.
Today, the ruins of Mbweni are preserved as part of Mbweni Ruins and Gardens, a vibrant community and regeneration hub dedicated to sustainable tourism and cultural preservation. The site has been transformed into a peaceful retreat, where visitors can explore the remnants of the past and immerse themselves in the natural beauty of the surrounding botanical gardens.
Mbweni Ruins and Gardens serves as a living testament to the enduring legacy of Mbweni and its importance in East African history. Through preservation and interpretation, the site continues to educate and inspire visitors from around the world, ensuring that the lessons of the past are not forgotten.

View File

@ -0,0 +1,29 @@
# Harvest Garden Project: Cultivating Sustainable Agriculture at Mbweni Ruins and Gardens
At Mbweni Ruins and Gardens, we are passionate about fostering sustainable agriculture practices and promoting a farm-to-table lifestyle. Our Harvest Garden Project is a community-driven initiative dedicated to cultivating aromatic herbs and spices within Mbweni Botanical Garden, providing members with an opportunity to connect with nature and learn about the journey from soil to plate.
## What We Do
### 1. Local Cultivation
Within the serene surroundings of Mbweni Botanical Garden, we cultivate a variety of aromatic herbs and spices using sustainable farming methods. From basil and mint to lemongrass and turmeric, our garden is brimming with fresh and flavorful ingredients that are locally sourced and organically grown.
### 2. Education and Awareness
Through the Harvest Garden Project, we aim to educate members of the community about the importance of sustainable agriculture and the benefits of consuming locally grown produce. Workshops, demonstrations, and hands-on gardening activities are organized to foster a deeper understanding of the connection between food and the environment.
### 3. Farm-to-Table Experience
Members of the Harvest Garden Project have the opportunity to experience the joy of growing their own food and harvesting fresh produce directly from the garden. By participating in the cultivation process, members gain a greater appreciation for the quality and flavor of locally sourced ingredients, enhancing their farm-to-table dining experience.
### 4. Community Engagement
The Harvest Garden Project serves as a platform for community engagement and collaboration, bringing together individuals who share a passion for sustainable living and environmental stewardship. Members have the opportunity to connect with like-minded individuals, exchange knowledge and experiences, and work together towards a common goal of promoting sustainable agriculture.
## Join Us
Immerse yourself in the joy of growing your own food and connecting with the earth by becoming a member of the Harvest Garden Project at Mbweni Ruins and Gardens. Whether you're a seasoned gardener or a novice enthusiast, there's something for everyone to enjoy in our thriving garden community.
For more information or to join the Harvest Garden Project, please contact us:
Contact us: +255778242424 or email [info@mbweniruinsandgardens.com]

View File

@ -0,0 +1,20 @@
# Initiatives at Mbweni Ruins and Gardens
Welcome to our Initiatives page, where we highlight the various projects and programs that embody our commitment to sustainability, community engagement, and environmental stewardship. Explore the initiatives below to learn more about how we're making a positive impact at Mbweni Ruins and Gardens:
## Navigation
- [Mbweni Clean Project](mbweni/initiatives/mbweni_clean.md)
- Dive into environmental stewardship with our weekly beach clean up initiative dedicated to revitalize the pristine beauty of Mbweni Bay and neighboring surroundings. Our dedicated team, along with residents and guests, comes together every Saturday for a fun beach clean-up. This collaborative effort not only fosters a sense of community but also contributes to the conservation of our coastal ecosystem.
- [Harvest Garden Project](mbweni/initiatives/harvest_gardens.md)
- Harvest Garden is our farm-to-table community project where aromatic herbs and spices are locally cultivated within Mbweni Botanical Garden, educating members on sustainable agriculture practices. Immerse yourself in the joy of growing your own food and connecting with the earth, as we foster a deeper understanding of the journey from soil to plate.
- [Ecology Seminars](mbweni/initiatives/seminars.md)
- Join us every month for our Ecology Seminars, where we delve into the fascinating world of ecology through thoughtfully crafted workshops led by passionate individuals. Set amidst the captivating ambiance of the historical Mbweni Ruins, our seminars provide an enriching experience that fosters both learning and connection.
Join us as we strive to create a more sustainable and vibrant community at Mbweni Ruins and Gardens.
For more information or to get involved, please contact us:
Contact us: +255778242424 or email [info@mbweniruinsandgardens.com](mailto:info@mbweniruinsandgardens.com).

View File

@ -0,0 +1,29 @@
# Mbweni Clean Project: Preserving the Pristine Beauty of Mbweni Bay
At Mbweni Ruins and Gardens, we are deeply committed to environmental stewardship and the preservation of our natural surroundings. With our Mbweni Clean Project, we strive to revitalize the pristine beauty of Mbweni Bay and its neighboring surroundings through regular beach clean-up initiatives.
## Why We Do This
### 1. Environmental Conservation
The health of our oceans and coastal ecosystems is vital to the well-being of both wildlife and humans alike. By organizing weekly beach clean-ups, we aim to remove harmful pollutants and debris from the shoreline, safeguarding the marine life and habitats that call Mbweni Bay home.
### 2. Community Engagement
The Mbweni Clean Project serves as a platform for fostering community engagement and collaboration. Residents, guests, and members of the local community come together every Saturday to participate in these clean-up activities, strengthening bonds and creating a sense of shared responsibility for our environment.
### 3. Education and Awareness
Through our clean-up efforts, we seek to raise awareness about the importance of environmental conservation and the impact of pollution on marine ecosystems. By actively engaging participants in hands-on activities, we hope to inspire a deeper appreciation for nature and encourage sustainable practices in everyday life.
### 4. Promoting Sustainable Tourism
As a responsible tourism destination, we recognize the importance of maintaining clean and pristine environments for visitors to enjoy. By showcasing our commitment to environmental sustainability through initiatives like the Mbweni Clean Project, we strive to attract conscientious travelers who prioritize eco-friendly destinations.
## Join Us
Become a part of our environmental conservation efforts and make a positive impact on Mbweni Bay and its surrounding areas. Join us every Saturday for our weekly beach clean-up sessions and contribute to the preservation of our coastal ecosystem.
For more information or to get involved, please contact us:
Contact us: +255778242424 or email [info@mbweniruinsandgardens.com](mailto:info@mbweniruinsandgardens.com).

View File

@ -0,0 +1,19 @@
# Ecology Seminars: Enriching Workshops in the Heart of Mbweni Ruins
Join us every month for our Ecology Seminars, where we delve into the fascinating world of ecology through thoughtfully crafted workshops led by passionate individuals. Set amidst the captivating ambiance of the historical Mbweni Ruins, our seminars provide an enriching experience that fosters both learning and connection.
## What to Expect
- **Engaging Workshops:** Our ecology seminars cover a wide range of topics, from biodiversity and conservation to sustainable living and environmental activism. Led by knowledgeable and experienced facilitators, each workshop offers valuable insights and practical solutions for addressing pressing ecological issues.
- **Historical Setting:** Explore the rich history and cultural significance of Mbweni Ruins as you participate in our seminars. Located amidst the ruins of St. Mary's School for Girls, our workshops provide a unique opportunity to connect with the past while contemplating the future of our planet.
- **Community Connection:** At Mbweni Ruins and Gardens, we believe in the power of community. Following each seminar, participants are invited to enjoy a delightful lunch at Mbweni Bay, where they can connect with fellow attendees and share ideas in a relaxed and informal setting.
## Join Us
Whether you're a seasoned environmentalist or simply curious about the natural world, our Ecology Seminars offer something for everyone. Join us as we explore the wonders of ecology and work together to create a more sustainable future for generations to come.
For more information or to reserve your spot at our next seminar, please contact us:
Contact us: +255778242424 or email [info@mbweniruinsandgardens.com](mailto:info@mbweniruinsandgardens.com).

View File

@ -0,0 +1,21 @@
# Island Tours at Mbweni Ruins and Gardens
Embark on unforgettable adventures and explore the stunning beauty of Zanzibar with our curated Island Tours. We partner with trusted third-party tour operators to offer you an array of exciting excursions that showcase the best of what the island has to offer. Whether you're interested in cultural landmarks, pristine beaches, or marine life, there's something for everyone to enjoy.
## Available Tours
- **Prison Island Tour:** Discover the fascinating history of Prison Island and its famous resident giant tortoises.
- **Chumbe Island Coral Park:** Immerse yourself in the breathtaking underwater world of Chumbe Island Coral Park, a protected marine sanctuary.
- **Sand Bank Excursion:** Relax on the pristine white sands of a secluded sandbank and soak up the tropical sun.
- **Nakupenda Island:** Experience the natural beauty of Nakupenda Island and enjoy swimming, snorkeling, and beachcombing.
- **Many More:** Explore a variety of other island destinations, each offering its own unique charm and attractions.
## RSVP for Pricing
For pricing information and to book your island tour, please contact us:
Contact us: +255778242424 or email [info@mbweniruinsandgardens.com](mailto:info@mbweniruinsandgardens.com).

View File

@ -0,0 +1,29 @@
# Kilimanjaro Trekking
Embark on the adventure of a lifetime with our Kilimanjaro Trekking tours. Explore the majestic beauty of Africa's highest peak and experience the thrill of summiting one of the world's most iconic mountains.
## About Kilimanjaro
Mount Kilimanjaro is a dormant volcanic mountain located in Tanzania, East Africa. It is the tallest freestanding mountain in the world, rising approximately 5,895 meters (19,341 feet) above sea level. Kilimanjaro is comprised of three volcanic cones: Kibo, Mawenzi, and Shira. The summit of Kilimanjaro, known as Uhuru Peak, is situated on Kibo, the tallest of the three cones.
## The Magnificence of Kilimanjaro
Kilimanjaro is not just a mountain; it is a symbol of adventure, perseverance, and natural wonder. Its towering presence dominates the skyline, visible from miles away across the plains of Tanzania. The mountain's unique ecosystem supports a diverse range of flora and fauna, from lush rainforests teeming with life to barren alpine deserts sculpted by glaciers. Each year, thousands of trekkers from around the globe flock to Kilimanjaro to test their mettle and conquer its lofty summit.
## The Challenge of Summiting Kilimanjaro
Summiting Kilimanjaro is no easy feat. The trek to Uhuru Peak involves navigating challenging terrain, extreme weather conditions, and altitude sickness. However, with proper preparation, determination, and the guidance of experienced guides, it is an achievable goal for adventurers of all ages and fitness levels. The sense of accomplishment that comes with reaching the summit and gazing out at the breathtaking vistas stretching to the horizon is truly unparalleled.
## Our Kilimanjaro Trekking Tours
Our Kilimanjaro Trekking tours offer an exhilarating and unforgettable experience for adventurers seeking to conquer Africa's highest peak. Led by knowledgeable guides and supported by skilled porters, our tours take you on a journey through Kilimanjaro's diverse landscapes, from dense rainforests teeming with wildlife to rugged alpine slopes and pristine glaciers. Along the way, you'll have the opportunity to immerse yourself in the natural beauty of Kilimanjaro, witness stunning sunrises and sunsets, and forge lasting memories with fellow trekkers.
## Trusted Partners and Safety
We collaborate with trusted third-party tour operators who specialize in Kilimanjaro trekking expeditions. Our partners prioritize safety, professionalism, and environmental stewardship, ensuring that your trekking experience is both safe and environmentally responsible. With their expertise and support, you can embark on your Kilimanjaro adventure with confidence and peace of mind.
## RSVP for Pricing
For pricing information and to book your Kilimanjaro trekking adventure, please contact us:
Contact us: +255778242424 or email [info@mbweniruinsandgardens.com](mailto:info@mbweniruinsandgardens.com).

View File

@ -0,0 +1,25 @@
# Maasai Village Tours
Experience the vibrant culture and rich traditions of the Maasai people with our Maasai Village Tours. Immerse yourself in the unique way of life of one of Africa's most iconic indigenous communities as you explore their traditional villages and engage with local residents.
## Discover Maasai Culture
The Maasai are a semi-nomadic ethnic group indigenous to Tanzania and Kenya, known for their distinctive customs, colorful attire, and deep connection to the land. During our Maasai Village Tours, you'll have the opportunity to learn about Maasai traditions, rituals, and beliefs directly from community members. From traditional dances and ceremonies to handicraft demonstrations and storytelling sessions, you'll gain insight into the rich cultural heritage of the Maasai people.
## Explore Traditional Villages
Our tours take you off the beaten path to visit authentic Maasai villages nestled amidst the stunning landscapes of Tanzania. Walk through the narrow pathways of the village, surrounded by traditional bomas (thatched huts), livestock enclosures, and communal gathering spaces. Engage with local elders, warriors, and women as they share their way of life, values, and customs passed down through generations.
## Third-Party Tours
In addition to our own Maasai Village Tours, we also collaborate with trusted third-party tour operators based in Arusha and mainland Tanzania. These tours offer a comprehensive exploration of Maasai culture and heritage, including visits to remote villages and interaction with local communities. Whether you're in Arusha or exploring the mainland, you can embark on an unforgettable journey to discover the essence of Maasai life.
## Support Sustainable Tourism
At Mbweni Ruins & Gardens, we are committed to responsible and sustainable tourism practices that benefit local communities. By participating in our Maasai Village Tours, or those offered by our third-party partners, you not only gain a deeper understanding of Maasai culture but also contribute to the economic empowerment and cultural preservation of the Maasai people. A portion of the proceeds from our tours goes directly to support community development projects and initiatives within the Maasai villages.
## RSVP for Pricing
For pricing information and to book your Maasai Village Tour, please contact us:
Contact us: +255778242424 or email [info@mbweniruinsandgardens.com](mailto:info@mbweniruinsandgardens.com).

View File

@ -0,0 +1,25 @@
# Mangroves Conservation Tours
Embark on a journey of discovery through the intricate ecosystems of Zanzibar's mangroves with our Mangroves Conservation Tours. Delve into the unique and vital habitats of mangrove forests, learning about their significance and the efforts to preserve them for future generations.
## Explore Zanzibar's Mangroves
Zanzibar is home to extensive mangrove forests that fringe its coastlines, providing critical ecosystems that support a diverse array of marine life and protect coastal communities from erosion and storm surges. During our Mangroves Conservation Tours, you'll have the opportunity to explore these fascinating environments and discover their importance to both people and nature.
## Facts About Zanzibar Mangroves
Zanzibar's mangroves are vital breeding grounds and nurseries for numerous marine species, including fish, crustaceans, and mollusks. They also act as natural filters, trapping sediment and pollutants, and helping to maintain water quality along the coastline. Additionally, mangroves play a crucial role in carbon sequestration, helping to mitigate climate change by absorbing and storing large amounts of carbon dioxide from the atmosphere.
## Mbweni's Mangroves Conservation
At Mbweni Ruins & Gardens, we are dedicated to the conservation of Zanzibar's mangroves. Our private mangrove forest serves as a sanctuary for these precious ecosystems, providing a haven for biodiversity and serving as a living laboratory for ecological research and education. Join us on our Mangroves Conservation Tours to witness the beauty and importance of these natural wonders firsthand.
## Tour Details
Our Mangroves Conservation Tours are led by experienced ecologists and conducted in collaboration with trusted tour operators. You can choose to paddle through the mangroves on kayaks or explore them by boat, immersing yourself in the tranquil beauty of these coastal forests.
## RSVP for Booking
To book your Mangroves Conservation Tour and experience the wonders of Zanzibar's mangroves, please contact us:
Contact us: +255778242424 or email [info@mbweniruinsandgardens.com](mailto:info@mbweniruinsandgardens.com).

View File

@ -0,0 +1,30 @@
# Mbweni Tour
Discover the rich history, vibrant culture, and stunning natural beauty of Mbweni Ruins & Gardens with our immersive Mbweni Tour. Led by our knowledgeable tour guides, this experience offers a fascinating journey through our historic ruins, lush botanical gardens, and sustainable initiatives.
## Explore Mbweni's Unique Features
### Ruins Exploration
Embark on a captivating journey through the historic ruins of Mbweni, where echoes of the past intertwine with the present. Learn about the fascinating history of Mbweni as a former slave trade settlement and the establishment of St. Mary's School for Girls by missionaries. Explore the remnants of colonial architecture and uncover the stories hidden within these ancient walls.
### Botanical Gardens
Step into a lush oasis of biodiversity within Mbweni's botanical gardens. Marvel at the vibrant array of flora and fauna, from indigenous plants to exotic species, as you wander through winding pathways shaded by towering trees. Learn about our commitment to sustainable landscaping and conservation efforts to preserve these precious ecosystems.
### Sustainability Learning
Gain insight into Mbweni's dedication to sustainability and environmental stewardship. Discover our eco-friendly initiatives, from renewable energy projects to waste reduction strategies, and learn how we strive to minimize our ecological footprint while maximizing community benefits. Engage in discussions about sustainable living practices and the importance of preserving natural resources for future generations.
## Tour Details
- **Duration:** Half-day or full-day options available
- **Tour Guide:** Led by our experienced and knowledgeable guides
- **Activities:** Ruins exploration, botanical garden tour, sustainability discussions
- **Refreshments:** Refreshments and snacks provided during the tour
## Book Your Mbweni Tour
Experience the beauty and heritage of Mbweni Ruins & Gardens with our Mbweni Tour. To book your tour and embark on a journey of discovery, please contact us:
Contact us: +255778242424 or email [info@mbweniruinsandgardens.com](mailto:info@mbweniruinsandgardens.com).

Some files were not shown because too many files have changed in this diff Show More