feat: Implement final website structure with 0_timeline dir
parent
d506fbb259
commit
26bfad9003
|
@ -1,28 +0,0 @@
|
|||
# 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
|
|
@ -1,33 +0,0 @@
|
|||
# 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
|
|
@ -1,18 +0,0 @@
|
|||
# Why Smartup Zero Exists
|
||||
|
||||
## The Problem
|
||||
|
||||
The world needs technology that serves the public good, not just profit. Traditional startups optimize for quick exits and investor returns.
|
||||
|
||||
## Our Hypothesis
|
||||
|
||||
By creating a new organizational model based on:
|
||||
- Collective ownership (1 person = 1 vote)
|
||||
- Transparent operations
|
||||
- Merit-based rewards
|
||||
|
||||
...we can build tools that truly serve society.
|
||||
|
||||
## The Experiment
|
||||
|
||||
Smartup Zero is testing this hypothesis by building ONLIFE - proving that mission-driven development can work.
|
|
@ -1,29 +0,0 @@
|
|||
# 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)
|
20
mkdocs.yml
20
mkdocs.yml
|
@ -1,4 +1,4 @@
|
|||
site_name: My Docs
|
||||
|
||||
site_name: Smartup Zero
|
||||
site_description: Building technology for the common good
|
||||
site_url: https://0_timeline.org
|
||||
|
@ -15,12 +15,18 @@ theme:
|
|||
|
||||
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
|
||||
- The Observation: 0_timeline/the-observation.md
|
||||
- The Hypothesis: 0_timeline/the-smartup-hypothesis.md
|
||||
- The Experiment: 0_timeline/the-experiment.md
|
||||
- Project History: 0_timeline/history.md
|
||||
- '---': '' # This creates a visual separator in the navigation
|
||||
- 'Smartup Zero: The First Smartup - Building ONLIFE':
|
||||
- '1. Our General Forum': smartup-zero/1_general_forum.md
|
||||
- '2. Our Workplace': smartup-zero/2_workplace.md
|
||||
- '3. Our Teams': smartup-zero/3_teams.md
|
||||
- '4. Our Roles': smartup-zero/4_roles.md
|
||||
- '5. Our Objectives': smartup-zero/5_objectives.md
|
||||
- '6. Our Tasks': smartup-zero/6_tasks.md
|
||||
|
||||
plugins:
|
||||
- search
|
||||
|
|
Loading…
Reference in New Issue