Add all public documentation pages
parent
8c8a0e0c25
commit
04af56da66
|
@ -0,0 +1,28 @@
|
|||
# What We're Building: ONLIFE
|
||||
|
||||
## Emergency Communication for Everyone
|
||||
|
||||
ONLIFE is a smartphone-based mesh network that enables communication during emergencies when traditional networks fail.
|
||||
|
||||
## Version 0 Features
|
||||
|
||||
- **Android app** that uses Bluetooth and WiFi Direct
|
||||
- **Store-and-forward messaging** - messages hop between phones
|
||||
- **No internet required** - works completely offline
|
||||
- **Battery efficient** - less than 3% drain per hour
|
||||
|
||||
## Why This Matters
|
||||
|
||||
When disasters strike - earthquakes, floods, or network outages - people need to:
|
||||
- Find family members
|
||||
- Coordinate help
|
||||
- Share critical information
|
||||
|
||||
ONLIFE ensures communication remains possible when it matters most.
|
||||
|
||||
## Timeline
|
||||
|
||||
- **Phase 0 (Now)**: Building core team and micro-pilot
|
||||
- **Phase 1**: Design and validation
|
||||
- **Phase 2**: Production of MVP
|
||||
- **Phase 3**: Organization and launch
|
|
@ -0,0 +1,33 @@
|
|||
# Who We Are & Open Roles
|
||||
|
||||
## Current Teams
|
||||
|
||||
### Development Team
|
||||
Building the Android app and mesh protocol
|
||||
- **Open roles**: Team Captain, Android Developer, Protocol Engineer
|
||||
|
||||
### Design Team
|
||||
Creating user experience for crisis situations
|
||||
- **Open roles**: Team Captain,UX Designer, User Researcher
|
||||
|
||||
### Business & Policy Team
|
||||
Ensuring ONLIFE serves public good
|
||||
- **Open roles**: Team Captain, Team Captain, Policy Analyst, Grant Writer
|
||||
|
||||
### Operations Team
|
||||
Running infrastructure and governance systems
|
||||
- **Open roles**: DevOps Engineer
|
||||
|
||||
## How to Join
|
||||
|
||||
1. Check open roles above
|
||||
2. Join our Element chat: [#1_general_forum]
|
||||
3. Introduce yourself and your interest
|
||||
4. Complete your first task to become a contributor
|
||||
|
||||
## Compensation
|
||||
|
||||
All contributors earn Smartup Credits (SC) for completed tasks:
|
||||
- 1 SC = 1 EUR claim on treasury
|
||||
- Transparent ledger tracks all contributions
|
||||
- Payouts when funding milestones reached
|
|
@ -0,0 +1,29 @@
|
|||
# Phase 0: Micro-Pilot Progress
|
||||
|
||||
**Status**: 🟡 In Progress
|
||||
**Timeline**: July 2025 (30 days)
|
||||
**Participants**: 0/20 contributors
|
||||
|
||||
## Goals
|
||||
|
||||
- [ ] Core infrastructure operational (Matrix, Forgejo, Website)
|
||||
- [ ] First 20 contributors onboarded
|
||||
- [ ] Complete one full workflow cycle (task → SC → vote)
|
||||
- [ ] Engelbot v0.1 connecting Forgejo to Element
|
||||
|
||||
## Current Week
|
||||
|
||||
### Infrastructure ✅
|
||||
- Forgejo operational at smartup-zero-forgejo.fly.dev
|
||||
- Matrix/Element running at smartup-zero-matrix.fly.dev
|
||||
- Public website live at 0_timeline.org
|
||||
|
||||
### Next Steps
|
||||
- Onboard first contributors
|
||||
- Create first tasks in Forgejo
|
||||
- Test Smartup Credit minting process
|
||||
|
||||
## Join the Experiment
|
||||
|
||||
Ready to help build the future of public technology?
|
||||
[See open roles](../osbp/who.md)
|
28
mkdocs.yml
28
mkdocs.yml
|
@ -1 +1,29 @@
|
|||
site_name: My Docs
|
||||
site_name: Smartup Zero
|
||||
site_description: Building technology for the common good
|
||||
site_url: https://0_timeline.org
|
||||
|
||||
theme:
|
||||
name: material
|
||||
features:
|
||||
- navigation.instant
|
||||
- navigation.sections
|
||||
- navigation.expand
|
||||
palette:
|
||||
scheme: default
|
||||
primary: indigo
|
||||
|
||||
nav:
|
||||
- Home: index.md
|
||||
- Business Plan:
|
||||
- Why We Exist: osbp/why.md
|
||||
- What We Build: osbp/what.md
|
||||
- Who We Are: osbp/who.md
|
||||
- Progress:
|
||||
- Current Phase: progress/phase-0.md
|
||||
|
||||
plugins:
|
||||
- search
|
||||
- awesome-pages
|
||||
- git-revision-date
|
||||
|
||||
|
|
Loading…
Reference in New Issue