5.2 KiB
Time Safari Context
Project Overview
Time Safari is an application designed to foster community building through gifts, gratitude, and collaborative projects. The app should make it extremely easy and intuitive for users of any age and capability to recognize contributions, build trust networks, and organize collective action. It is built on services that preserve privacy and data sovereignty.
The ultimate goals of Time Safari are two-fold:
-
Connect Make it easy, rewarding, and non-threatening for people to connect with others who have similar interests, and to initiate activities together. This helps people accomplish and learn from other individuals in less-structured environments; moreover, it helps them discover who they want to continue to support and with whom they want to maintain relationships.
-
Reveal Widely advertise the great support and rewards that are being given and accepted freely, especially non-monetary ones. Using visuals and text, display the kind of impact that gifts are making in the lives of others. Also show useful and engaging reports of project statistics and personal accomplishments.
Core Approaches
Time Safari should help everyday users build meaningful connections and organize collective efforts by:
-
Recognizing Contributions: Creating permanent, verifiable records of gifts and contributions people give to each other and their communities.
-
Facilitating Collaboration: Making it ridiculously easy for people to ask for or propose help on projects and interests that matter to them.
-
Building Trust Networks: Enabling users to maintain their network and activity visibility. Developing reputation through verified contributions and references, which can be selectively shown to others outside the network.
-
Preserving Privacy: Ensuring personal identifiers are only shared with explicitly authorized contacts, allowing private individuals including children to participate safely.
-
Engaging Content: Displaying people's records in compelling stories, and highlighting those projects that are lifting people's lives long-term, both in physical support and in emotional-spiritual-creative thriving.
Technical Foundation
This application is built on a privacy-preserving claims architecture (via endorser.ch) with these key characteristics:
- Decentralized Identifiers (DIDs): User identities are based on public/private key pairs stored on their devices
- Cryptographic Verification: All claims and confirmations are cryptographically signed
- User-Controlled Visibility: Users explicitly control who can see their identifiers and data
- Merkle-Chained Claims: Claims are cryptographically chained for verification and integrity
- Native and Web App: Works on iOS, Android, and web browsers
User Journey
The typical progression of usage follows these stages:
-
Gratitude & Recognition: Users begin by expressing and recording gratitude for gifts received, building a foundation of acknowledgment.
-
Project Proposals: Users propose projects and ideas, reaching out to connect with others who share similar interests.
-
Action Triggers: Offers of help serve as triggers and motivations to execute proposed projects, moving from ideas to action.
Context for LLM Development
When developing new functionality for Time Safari, consider these design principles:
-
Accessibility First: Features should be usable by non-technical users with minimal learning curve.
-
Privacy by Design: All features must respect user privacy and data sovereignty.
-
Progressive Enhancement: Core functionality should work across all devices, with richer experiences where supported.
-
Voluntary Collaboration: The system should enable but never coerce participation.
-
Trust Building: Features should help build verifiable trust between users.
-
Network Effects: Consider how features scale as more users join the platform.
-
Low Resource Requirements: The system should be lightweight enough to run on inexpensive devices users already own.
Use Cases to Support
LLM development should focus on enhancing these key use cases:
-
Community Building: Tools that help people find others with shared interests and values.
-
Project Coordination: Features that make it easy to propose collaborative projects and to submit suggestions and offers to existing ones.
-
Reputation Building: Methods for users to showcase their contributions and reliability, in contexts where they explicitly reveal that information.
-
Governance Experimentation: Features that facilitate decision-making and collective governance.
Constraints
When developing new features, be mindful of these constraints:
-
Privacy Preservation: User identifiers must remain private except when explicitly shared.
-
Platform Limitations: Features must work within the constraints of the target app platforms, while aiming to leverage the best platform technology available.
-
Endorser API Limitations: Backend features are constrained by the endorser.ch API capabilities.
-
Performance on Low-End Devices: The application should remain performant on older/simpler devices.
-
Offline-First When Possible: Key functionality should work offline when feasible.