@powerhousedao/academy 4.1.0-dev.12 → 4.1.0-dev.120

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (112) hide show
  1. package/.vscode/settings.json +1 -1
  2. package/CHANGELOG.md +887 -0
  3. package/README.md +3 -3
  4. package/babel.config.js +1 -1
  5. package/blog/BeyondCommunication-ABlueprintForDevelopment.md +25 -24
  6. package/blog/TheChallengeOfChange.md +21 -21
  7. package/docs/academy/00-EthereumArgentinaHackathon.md +208 -0
  8. package/docs/academy/01-GetStarted/00-ExploreDemoPackage.mdx +67 -30
  9. package/docs/academy/01-GetStarted/01-CreateNewPowerhouseProject.md +38 -21
  10. package/docs/academy/01-GetStarted/02-DefineToDoListDocumentModel.md +24 -19
  11. package/docs/academy/01-GetStarted/03-ImplementOperationReducers.md +44 -41
  12. package/docs/academy/01-GetStarted/04-BuildToDoListEditor.md +10 -10
  13. package/docs/academy/01-GetStarted/05-VetraStudio.md +213 -0
  14. package/docs/academy/01-GetStarted/06-ReactorMCP.md +58 -0
  15. package/docs/academy/01-GetStarted/home.mdx +185 -90
  16. package/docs/academy/01-GetStarted/images/Modules.png +0 -0
  17. package/docs/academy/01-GetStarted/images/VetraStudioDrive.png +0 -0
  18. package/docs/academy/01-GetStarted/styles.module.css +5 -5
  19. package/docs/academy/02-MasteryTrack/01-BuilderEnvironment/01-Prerequisites.md +46 -18
  20. package/docs/academy/02-MasteryTrack/01-BuilderEnvironment/02-StandardDocumentModelWorkflow.md +118 -68
  21. package/docs/academy/02-MasteryTrack/01-BuilderEnvironment/03-BuilderTools.md +75 -33
  22. package/docs/academy/02-MasteryTrack/01-BuilderEnvironment/_category_.json +6 -6
  23. package/docs/academy/02-MasteryTrack/02-DocumentModelCreation/01-WhatIsADocumentModel.md +30 -21
  24. package/docs/academy/02-MasteryTrack/02-DocumentModelCreation/02-SpecifyTheStateSchema.md +41 -37
  25. package/docs/academy/02-MasteryTrack/02-DocumentModelCreation/03-SpecifyDocumentOperations.md +29 -25
  26. package/docs/academy/02-MasteryTrack/02-DocumentModelCreation/04-UseTheDocumentModelGenerator.md +36 -37
  27. package/docs/academy/02-MasteryTrack/02-DocumentModelCreation/05-ImplementDocumentReducers.md +128 -109
  28. package/docs/academy/02-MasteryTrack/02-DocumentModelCreation/06-ImplementDocumentModelTests.md +95 -86
  29. package/docs/academy/02-MasteryTrack/02-DocumentModelCreation/07-ExampleToDoListRepository.md +7 -9
  30. package/docs/academy/02-MasteryTrack/02-DocumentModelCreation/_category_.json +6 -6
  31. package/docs/academy/02-MasteryTrack/03-BuildingUserExperiences/01-BuildingDocumentEditors.md +65 -47
  32. package/docs/academy/02-MasteryTrack/03-BuildingUserExperiences/02-ConfiguringDrives.md +77 -62
  33. package/docs/academy/02-MasteryTrack/03-BuildingUserExperiences/03-BuildingADriveExplorer.md +360 -349
  34. package/docs/academy/02-MasteryTrack/03-BuildingUserExperiences/06-DocumentTools/00-DocumentToolbar.mdx +16 -10
  35. package/docs/academy/02-MasteryTrack/03-BuildingUserExperiences/06-DocumentTools/01-OperationHistory.md +10 -7
  36. package/docs/academy/02-MasteryTrack/03-BuildingUserExperiences/06-DocumentTools/02-RevisionHistoryTimeline.md +25 -17
  37. package/docs/academy/02-MasteryTrack/03-BuildingUserExperiences/06-DocumentTools/_category_.json +6 -6
  38. package/docs/academy/02-MasteryTrack/03-BuildingUserExperiences/07-Authorization/01-RenownAuthenticationFlow.md +14 -7
  39. package/docs/academy/02-MasteryTrack/03-BuildingUserExperiences/07-Authorization/02-Authorization.md +0 -1
  40. package/docs/academy/02-MasteryTrack/03-BuildingUserExperiences/07-Authorization/_category_.json +5 -5
  41. package/docs/academy/02-MasteryTrack/03-BuildingUserExperiences/_category_.json +1 -1
  42. package/docs/academy/02-MasteryTrack/04-WorkWithData/01-GraphQLAtPowerhouse.md +45 -33
  43. package/docs/academy/02-MasteryTrack/04-WorkWithData/02-UsingTheAPI.mdx +61 -18
  44. package/docs/academy/02-MasteryTrack/04-WorkWithData/03-UsingSubgraphs.md +105 -456
  45. package/docs/academy/02-MasteryTrack/04-WorkWithData/04-analytics-processor.md +126 -110
  46. package/docs/academy/02-MasteryTrack/04-WorkWithData/05-RelationalDbProcessor.md +98 -65
  47. package/docs/academy/02-MasteryTrack/04-WorkWithData/06-Analytics Engine/GraphQL References/QueryingADocumentWithGraphQL.md +23 -21
  48. package/docs/academy/02-MasteryTrack/04-WorkWithData/06-Analytics Engine/best-practices.md +9 -9
  49. package/docs/academy/02-MasteryTrack/04-WorkWithData/06-Analytics Engine/graphql/index.md +11 -23
  50. package/docs/academy/02-MasteryTrack/04-WorkWithData/06-Analytics Engine/graphql/integration.md +25 -9
  51. package/docs/academy/02-MasteryTrack/04-WorkWithData/06-Analytics Engine/intro.md +10 -10
  52. package/docs/academy/02-MasteryTrack/04-WorkWithData/06-Analytics Engine/typescript/benchmarks.md +1 -1
  53. package/docs/academy/02-MasteryTrack/04-WorkWithData/06-Analytics Engine/typescript/index.md +16 -11
  54. package/docs/academy/02-MasteryTrack/04-WorkWithData/06-Analytics Engine/typescript/memory.md +6 -5
  55. package/docs/academy/02-MasteryTrack/04-WorkWithData/06-Analytics Engine/typescript/schema.md +2 -2
  56. package/docs/academy/02-MasteryTrack/04-WorkWithData/06-Analytics Engine/typescript/utilities.md +7 -5
  57. package/docs/academy/02-MasteryTrack/04-WorkWithData/06-Analytics Engine/use-cases/maker.md +32 -58
  58. package/docs/academy/02-MasteryTrack/04-WorkWithData/06-Analytics Engine/use-cases/processors.md +1 -1
  59. package/docs/academy/02-MasteryTrack/04-WorkWithData/07-drive-analytics.md +105 -71
  60. package/docs/academy/02-MasteryTrack/04-WorkWithData/_ARCHIVE-AnalyticsProcessorTutorial/_01-SetupBuilderEnvironment.md +22 -0
  61. package/docs/academy/02-MasteryTrack/04-WorkWithData/_ARCHIVE-AnalyticsProcessorTutorial/_02-CreateNewPowerhouseProject.md +9 -8
  62. package/docs/academy/02-MasteryTrack/04-WorkWithData/_ARCHIVE-AnalyticsProcessorTutorial/_03-GenerateAnAnalyticsProcessor.md +28 -32
  63. package/docs/academy/02-MasteryTrack/04-WorkWithData/_ARCHIVE-AnalyticsProcessorTutorial/_04-UpdateAnalyticsProcessor.md +25 -26
  64. package/docs/academy/02-MasteryTrack/04-WorkWithData/_ARCHIVE-AnalyticsProcessorTutorial/_category_.json +1 -1
  65. package/docs/academy/02-MasteryTrack/04-WorkWithData/_category_.json +7 -7
  66. package/docs/academy/02-MasteryTrack/05-Launch/01-IntroductionToPackages.md +3 -4
  67. package/docs/academy/02-MasteryTrack/05-Launch/02-PublishYourProject.md +69 -45
  68. package/docs/academy/02-MasteryTrack/05-Launch/03-SetupEnvironment.md +70 -40
  69. package/docs/academy/02-MasteryTrack/05-Launch/04-ConfigureEnvironment.md +1 -0
  70. package/docs/academy/02-MasteryTrack/05-Launch/_category_.json +7 -7
  71. package/docs/academy/02-MasteryTrack/_category_.json +6 -6
  72. package/docs/academy/03-ExampleUsecases/Chatroom/02-CreateNewPowerhouseProject.md +5 -3
  73. package/docs/academy/03-ExampleUsecases/Chatroom/03-DefineChatroomDocumentModel.md +38 -37
  74. package/docs/academy/03-ExampleUsecases/Chatroom/04-ImplementOperationReducers.md +45 -41
  75. package/docs/academy/03-ExampleUsecases/Chatroom/05-ImplementChatroomEditor.md +14 -14
  76. package/docs/academy/03-ExampleUsecases/Chatroom/06-LaunchALocalReactor.md +6 -6
  77. package/docs/academy/03-ExampleUsecases/Chatroom/_category_.json +1 -1
  78. package/docs/academy/04-APIReferences/00-PowerhouseCLI.md +179 -72
  79. package/docs/academy/04-APIReferences/01-ReactHooks.md +649 -141
  80. package/docs/academy/04-APIReferences/04-RelationalDatabase.md +121 -113
  81. package/docs/academy/04-APIReferences/05-PHDocumentMigrationGuide.md +48 -41
  82. package/docs/academy/04-APIReferences/_category_.json +6 -6
  83. package/docs/academy/05-Architecture/00-PowerhouseArchitecture.md +1 -2
  84. package/docs/academy/05-Architecture/01-WorkingWithTheReactor.md +11 -10
  85. package/docs/academy/05-Architecture/05-DocumentModelTheory/_category_.json +1 -1
  86. package/docs/academy/05-Architecture/_category_.json +6 -6
  87. package/docs/academy/06-ComponentLibrary/00-DocumentEngineering.md +25 -23
  88. package/docs/academy/06-ComponentLibrary/02-CreateCustomScalars.md +105 -93
  89. package/docs/academy/06-ComponentLibrary/03-IntegrateIntoAReactComponent.md +1 -0
  90. package/docs/academy/06-ComponentLibrary/_category_.json +7 -7
  91. package/docs/academy/07-Cookbook.md +268 -35
  92. package/docs/academy/08-Glossary.md +7 -1
  93. package/docs/bookofpowerhouse/01-Overview.md +2 -2
  94. package/docs/bookofpowerhouse/02-GeneralFrameworkAndPhilosophy.md +1 -7
  95. package/docs/bookofpowerhouse/03-PowerhouseSoftwareArchitecture.md +10 -7
  96. package/docs/bookofpowerhouse/04-DevelopmentApproaches.md +10 -4
  97. package/docs/bookofpowerhouse/05-SNOsandANewModelForOSSandPublicGoods.md +23 -30
  98. package/docs/bookofpowerhouse/06-SNOsInActionAndPlatformEconomies.md +0 -7
  99. package/docusaurus.config.ts +64 -66
  100. package/package.json +9 -7
  101. package/scripts/generate-combined-cli-docs.ts +43 -13
  102. package/sidebars.ts +10 -0
  103. package/src/components/HomepageFeatures/index.tsx +171 -78
  104. package/src/components/HomepageFeatures/styles.module.css +1 -2
  105. package/src/css/custom.css +109 -89
  106. package/src/pages/_archive-homepage.tsx +17 -16
  107. package/src/theme/DocCardList/index.tsx +9 -8
  108. package/static/img/ethereum-logo.jpeg +0 -0
  109. package/static.json +6 -6
  110. package/tsconfig.tsbuildinfo +1 -0
  111. package/docs/academy/09-AIResources +0 -131
  112. package/docs/academy/TUTORIAL_VERIFICATION_ARCHITECTURE +0 -325
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Website
2
2
 
3
3
  This documentation website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
4
- To contribute to the documentation please work on a feature branch in case of big refactors, and build & serve before pushing to the development branch.
5
- Pushing from the dev branch to the main branch will trigger an auto deployment in Heroku for the staging deployment.
4
+ To contribute to the documentation please work on a feature branch in case of big refactors, and build & serve before pushing to the development branch.
5
+ Pushing from the dev branch to the main branch will trigger an auto deployment in Heroku for the staging deployment.
6
6
 
7
7
  ### Installation
8
8
 
@@ -16,7 +16,7 @@ $ npm install
16
16
  $ npm run dev
17
17
  ```
18
18
 
19
- This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server. The server will break upon broken links or big navigation/relinking.
19
+ This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server. The server will break upon broken links or big navigation/relinking.
20
20
 
21
21
  ### Build
22
22
 
package/babel.config.js CHANGED
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- presets: [require.resolve('@docusaurus/core/lib/babel/preset')],
2
+ presets: [require.resolve("@docusaurus/core/lib/babel/preset")],
3
3
  };
@@ -3,7 +3,7 @@ title: Beyond Communication - A Blueprint for Development
3
3
  description: GraphQL Schema’s as a common language for software design
4
4
  slug: Graphql-schema-as-a-common-language
5
5
  authors:
6
- - name: Call me T.
6
+ - name: Call me T.
7
7
  title: Product Manager at Powerhouse
8
8
  image_url: https://avatars.githubusercontent.com/u/148560082?v=4
9
9
  socials:
@@ -12,6 +12,7 @@ tags: [Design thinking, Tooling, Product, GraphQL, Schema's]
12
12
  image: https://i.imgur.com/mErPwqL.png
13
13
  hide_table_of_contents: false
14
14
  ---
15
+
15
16
  GraphQL Schema’s as a common language for software design, bridging the gaps between all stakeholders with the help of a single source of truth document model.
16
17
 
17
18
  <!-- truncate -->
@@ -26,7 +27,7 @@ GraphQL Schema’s as a common language for software design, bridging the gaps b
26
27
 
27
28
  #### For non-technical contributors, schemas offer a clear, readable map of how data flows through a system. Business analysts, product managers, and designers can quickly grasp the relationships between data types and operations without needing to dive into code. “**For developers, schemas serve as a contract, reducing ambiguity during implementation**”. Queries and mutations clearly define how data can be fetched or modified, leaving little room for misinterpretation.
28
29
 
29
- ####
30
+ ####
30
31
 
31
32
  #### By bringing clarity to these conversations, GraphQL fosters collaboration within cross-functional teams and accelerates onboarding for new contributors.
32
33
 
@@ -34,12 +35,12 @@ GraphQL Schema’s as a common language for software design, bridging the gaps b
34
35
 
35
36
  The utility of GraphQL schemas extends far beyond communication. They act as a blueprint that shapes every phase of the development lifecycle:
36
37
 
37
- * **Planning and Design**:
38
- * During the design phase, schemas enable teams to validate assumptions early. Data requirements and workflows can be reviewed collaboratively, ensuring alignment before development begins.
39
- * **Implementation**:
40
- * Developers use schemas as a definitive source of truth, minimizing the need for rework caused by unclear specifications.
41
- * **Testing and Maintenance**:
42
- * When the schema evolves, it highlights changes or inconsistencies, making it easier to adapt systems without breaking existing functionality.
38
+ - **Planning and Design**:
39
+ - During the design phase, schemas enable teams to validate assumptions early. Data requirements and workflows can be reviewed collaboratively, ensuring alignment before development begins.
40
+ - **Implementation**:
41
+ - Developers use schemas as a definitive source of truth, minimizing the need for rework caused by unclear specifications.
42
+ - **Testing and Maintenance**:
43
+ - When the schema evolves, it highlights changes or inconsistencies, making it easier to adapt systems without breaking existing functionality.
43
44
 
44
45
  The result is a smoother development process, where every stakeholder operates with a shared understanding of the system’s architecture.
45
46
 
@@ -49,9 +50,9 @@ GraphQL's design pairs naturally with the Command Query Responsibility Segregati
49
50
 
50
51
  In a CQRS-driven architecture:
51
52
 
52
- * **Queries** retrieve data efficiently.
53
- * **Mutations** handle data modifications.
54
- * **Subscriptions** enable real-time updates.
53
+ - **Queries** retrieve data efficiently.
54
+ - **Mutations** handle data modifications.
55
+ - **Subscriptions** enable real-time updates.
55
56
 
56
57
  GraphQL’s separation of these operations ensures clarity and scalability, especially in distributed systems. Developers can optimize read and write models independently, leading to improved performance and maintainability. This structured approach also simplifies troubleshooting and ensures a smoother evolution of complex systems.
57
58
 
@@ -59,12 +60,12 @@ GraphQL’s separation of these operations ensures clarity and scalability, espe
59
60
 
60
61
  GraphQL’s strong typing makes it a natural ally for TypeScript, a language known for its type safety and developer-friendly features. Together, they form a powerful combination that enhances developer experience and system reliability.
61
62
 
62
- * **Type Safety Across the Stack**:
63
- * Developers can auto-generate TypeScript types from GraphQL schemas, ensuring consistency between client and server. This reduces boilerplate code and eliminates many common runtime errors.
64
- * **Improved Developer Productivity**:
65
- * With type safety built into both the API and the client code, developers can catch potential issues during development, saving time and reducing bugs.
66
- * **Seamless Front-End Integrations**:
67
- * For front-end teams, GraphQL and TypeScript streamline the process of building data-driven applications, ensuring that APIs and components stay in sync.
63
+ - **Type Safety Across the Stack**:
64
+ - Developers can auto-generate TypeScript types from GraphQL schemas, ensuring consistency between client and server. This reduces boilerplate code and eliminates many common runtime errors.
65
+ - **Improved Developer Productivity**:
66
+ - With type safety built into both the API and the client code, developers can catch potential issues during development, saving time and reducing bugs.
67
+ - **Seamless Front-End Integrations**:
68
+ - For front-end teams, GraphQL and TypeScript streamline the process of building data-driven applications, ensuring that APIs and components stay in sync.
68
69
 
69
70
  This synergy results in cleaner, more reliable code and a significantly improved development experience.
70
71
 
@@ -72,12 +73,12 @@ This synergy results in cleaner, more reliable code and a significantly improved
72
73
 
73
74
  Beyond fostering better communication and aligning stakeholders, GraphQL drives efficiency in several key ways:
74
75
 
75
- * **Streamlined API Development**:
76
- * With its declarative queries, GraphQL eliminates over-fetching and under-fetching of data, allowing front-end teams to request only what they need.
77
- * **Empowered Non-Technical Contributors**:
78
- * The interactive nature of GraphQL schemas makes them accessible to non-technical stakeholders, enabling them to explore APIs independently and contribute more effectively to design discussions. The ‘lingua franca’ characteristic now truly starts to live up to its promises as designer or business analysts now can interact with the base schema and steer and discuss potential solutions together with the development team.
79
- * **Real-Time Introspection**:
80
- * Tools like GraphQL Playground allow teams to inspect and test APIs dynamically, making development and debugging faster and more collaborative.
76
+ - **Streamlined API Development**:
77
+ - With its declarative queries, GraphQL eliminates over-fetching and under-fetching of data, allowing front-end teams to request only what they need.
78
+ - **Empowered Non-Technical Contributors**:
79
+ - The interactive nature of GraphQL schemas makes them accessible to non-technical stakeholders, enabling them to explore APIs independently and contribute more effectively to design discussions. The ‘lingua franca’ characteristic now truly starts to live up to its promises as designer or business analysts now can interact with the base schema and steer and discuss potential solutions together with the development team.
80
+ - **Real-Time Introspection**:
81
+ - Tools like GraphQL Playground allow teams to inspect and test APIs dynamically, making development and debugging faster and more collaborative.
81
82
 
82
83
  These features combine to create a more agile, responsive development environment, where teams can adapt quickly to changing requirements.
83
84
 
@@ -85,4 +86,4 @@ These features combine to create a more agile, responsive development environmen
85
86
 
86
87
  The success of any software project hinges on clear communication and shared understanding. GraphQL schemas provide the common language that teams need to align around a unified vision. From clarifying data relationships to supporting scalable architectures, GraphQL empowers organizations to overcome the "lost in translation" problem and focus on what truly matters: building great products.
87
88
 
88
- For teams seeking to improve collaboration, efficiency, and scalability, GraphQL is more than a tool—it’s a framework for shared success,
89
+ For teams seeking to improve collaboration, efficiency, and scalability, GraphQL is more than a tool—it’s a framework for shared success,
@@ -1,9 +1,9 @@
1
1
  ---
2
2
  title: The Challenge of Change
3
- description: Rapid Application Development with document models.
3
+ description: Rapid Application Development with document models.
4
4
  slug: Rapid-Application-Development-with-document-models.
5
5
  authors:
6
- - name: Call me T.
6
+ - name: Call me T.
7
7
  title: Product Manager at Powerhouse
8
8
  image_url: https://avatars.githubusercontent.com/u/148560082?v=4
9
9
  socials:
@@ -12,6 +12,7 @@ tags: [Dao, Tooling]
12
12
  image: https://i.imgur.com/mErPwqL.png
13
13
  hide_table_of_contents: false
14
14
  ---
15
+
15
16
  ### **The Challenge of Change**
16
17
 
17
18
  The pace of innovation is relentless. Organizations today find themselves in a race to adapt to new technologies, shifting consumer demands, and evolving or opaque regulations. Yet, the traditional methods of building and maintaining software systems often lag behind the speed of change, creating bottlenecks that stifle growth and innovation.
@@ -20,10 +21,10 @@ The pace of innovation often outstrips an organization’s ability to adapt, kee
20
21
 
21
22
  <!-- truncate -->
22
23
 
23
- Across many industries, this comes down to a familiar struggle of common trade-offs in product and solution development.
24
+ Across many industries, this comes down to a familiar struggle of common trade-offs in product and solution development.
24
25
 
25
26
  **\- Speed vs. Accuracy:** The balance between haste or precision
26
- **\- Customizability vs. Scalability:** Meeting specific needs or relentless standardisation
27
+ **\- Customizability vs. Scalability:** Meeting specific needs or relentless standardisation
27
28
 
28
29
  As businesses push to innovate, they face a crucial question: how can they accelerate development without sacrificing quality or flexibility?
29
30
 
@@ -37,19 +38,18 @@ The answer lies in embracing methodologies that prioritize agility and adaptabil
37
38
 
38
39
  Key benefits of RAD include:
39
40
 
40
- * **Rapid Prototyping**: Organizations can quickly test ideas without committing to large-scale development, allowing for faster feedback and iteration.
41
- * **Iterative Development**: Instead of delivering a finished product all at once, RAD emphasizes incremental improvements, reducing the risk of misaligned expectations.
42
- * **Adaptability to Change**: By designing with flexibility in mind, RAD allows organizations to pivot and respond to new demands or challenges with ease.
43
-
44
- These principles have been widely embraced in industries ranging from DAO’s, incubators, tech startups to multinational corporations (in the case of the latter often with the help of a high ticket consultant). Other methodologies from adjacent domains of RAD, that you might be more familiar with include:
41
+ - **Rapid Prototyping**: Organizations can quickly test ideas without committing to large-scale development, allowing for faster feedback and iteration.
42
+ - **Iterative Development**: Instead of delivering a finished product all at once, RAD emphasizes incremental improvements, reducing the risk of misaligned expectations.
43
+ - **Adaptability to Change**: By designing with flexibility in mind, RAD allows organizations to pivot and respond to new demands or challenges with ease.
45
44
 
46
- * **Lean Start-up Methodology**: Focussing on finding product market fit early with a minimum viable product through a build, measure, learn cycle.
47
- * **Pre-totyping:** A method by Google's first engineering director focused on validating that you are building the ‘right it’ before you ‘build it’ right with the help of smoke tests or mock-ups.
48
- * **Design-thinking:** Where designers & developers go through non-linear, iterative processes of discovery, definition, development & delivery of their ideas with the help of prototyping together with end-users.
45
+ These principles have been widely embraced in industries ranging from DAO’s, incubators, tech startups to multinational corporations (in the case of the latter often with the help of a high ticket consultant). Other methodologies from adjacent domains of RAD, that you might be more familiar with include:
49
46
 
47
+ - **Lean Start-up Methodology**: Focussing on finding product market fit early with a minimum viable product through a build, measure, learn cycle.
48
+ - **Pre-totyping:** A method by Google's first engineering director focused on validating that you are building the ‘right it’ before you ‘build it’ right with the help of smoke tests or mock-ups.
49
+ - **Design-thinking:** Where designers & developers go through non-linear, iterative processes of discovery, definition, development & delivery of their ideas with the help of prototyping together with end-users.
50
50
 
51
51
  ![Iteration](./images/Iteration.png)
52
- *Figure 1: Notice how Design thinking, Lean Startup Methodology and Rapid Application Development all rely on tooling that put rapid iteration at the center of the methodology? It remains crucial to select the right tool with the correct prototype fidelity at any of the stages these methodologies prescribe*
52
+ _Figure 1: Notice how Design thinking, Lean Startup Methodology and Rapid Application Development all rely on tooling that put rapid iteration at the center of the methodology? It remains crucial to select the right tool with the correct prototype fidelity at any of the stages these methodologies prescribe_
53
53
 
54
54
  ---
55
55
 
@@ -57,9 +57,9 @@ These principles have been widely embraced in industries ranging from DAO’s, i
57
57
 
58
58
  Despite their success in simpler times, traditional development methodologies are currently often falling short in today’s dynamic environments.
59
59
 
60
- * **Long Lead Times**: Developing complex systems from scratch can take months or even years, by which time business requirements may have shifted.
61
- * **Limited Customization**: Off-the-shelf solutions may be fast to deploy but rarely align perfectly with an organization’s unique workflows.
62
- * **High Costs of Change**: Adjusting systems mid-development often incurs significant costs and delays, making organizations hesitant to pivot.
60
+ - **Long Lead Times**: Developing complex systems from scratch can take months or even years, by which time business requirements may have shifted.
61
+ - **Limited Customization**: Off-the-shelf solutions may be fast to deploy but rarely align perfectly with an organization’s unique workflows.
62
+ - **High Costs of Change**: Adjusting systems mid-development often incurs significant costs and delays, making organizations hesitant to pivot.
63
63
 
64
64
  To overcome these challenges, businesses need a new approach—one that combines speed, flexibility, and precision.
65
65
 
@@ -71,16 +71,16 @@ Powerhouse is proposing a framework built to address these very challenges, offe
71
71
 
72
72
  At the core of Powerhouse’s approach is its **document model-driven architecture**, a GraphQL schema based foundation that reimagines how data, workflows, and processes are structured. This architecture enables organizations to:
73
73
 
74
- * **Capture Data Effectively**: Modular document models allow organizations to define and adapt workflows with higher accuracy.
75
- * **Automate Workflows**: With tools to streamline even the most complex processes, so organizations can focus on innovation instead of repetitive tasks.
76
- * **Iterate and Evolve Rapidly**: Modular, reusable components reduce development times, enabling organizations to adapt to their most pressing challenges and changes.
74
+ - **Capture Data Effectively**: Modular document models allow organizations to define and adapt workflows with higher accuracy.
75
+ - **Automate Workflows**: With tools to streamline even the most complex processes, so organizations can focus on innovation instead of repetitive tasks.
76
+ - **Iterate and Evolve Rapidly**: Modular, reusable components reduce development times, enabling organizations to adapt to their most pressing challenges and changes.
77
77
 
78
78
  ---
79
79
 
80
80
  ### **From a front-end developers perspective**
81
81
 
82
- >“The coolest part is being able to plug into any document model and start building UI components for it without the hassle of managing a 'backend' or 'state management' for the components. All front-end devs use and love redux, the event driven architecture these document models are using. But the fact that as a front end dev, you don't have to set up any of it, and can just plug into the underlying framework saves time. It allows me to focus on my actual tasks \- building awesome UI components and experiences. I could start thinking of the same document model but with a 1000 different UI’s depending on the user's specific needs and preferences. Like swapping skins in my favorite video game”
82
+ > “The coolest part is being able to plug into any document model and start building UI components for it without the hassle of managing a 'backend' or 'state management' for the components. All front-end devs use and love redux, the event driven architecture these document models are using. But the fact that as a front end dev, you don't have to set up any of it, and can just plug into the underlying framework saves time. It allows me to focus on my actual tasks \- building awesome UI components and experiences. I could start thinking of the same document model but with a 1000 different UI’s depending on the user's specific needs and preferences. Like swapping skins in my favorite video game”
83
83
 
84
- The rapid application development process we’re setting up, allows us to move quicker from initial problem definition to potential prototype opens up time for designers and developers to actually test and iterate on their imagined solution.
84
+ The rapid application development process we’re setting up, allows us to move quicker from initial problem definition to potential prototype opens up time for designers and developers to actually test and iterate on their imagined solution.
85
85
 
86
86
  By prioritizing rapid, iterative development, Powerhouse aims to empower organizations to innovate faster, adapt more seamlessly, and achieve sustainable growth in even the most challenging environments.
@@ -0,0 +1,208 @@
1
+ ---
2
+ id: EthereumArgentinaHackathon
3
+ title: Ethereum Argentina Hackathon
4
+ ---
5
+
6
+ # Ethereum Argentina Hackathon
7
+
8
+ **November 19-20, 2024**
9
+
10
+ Welcome to the Vetra hacker page for the Ethereum Argentina Hackathon! We're excited to support developers building with Powerhouse during this event.
11
+
12
+ ## Overview
13
+
14
+ Join us for two days of intensive development support as you build decentralized applications using the Vetra framework. Our team will be available online and at the mentor's table to help you navigate the builder platform, answer questions, and guide you through best practices.
15
+
16
+ ## 📅 Event Details
17
+
18
+ - **Dates**: November 19-20, 2024
19
+ - **Format**: Online & IRL Developer Support
20
+ - **Time Zone**: Argentina Time (ART)
21
+ - **Support Hours at Mentor Table @ la Rural**: Please get in touch on Discord to schedule! https://discord.gg/pwQJwgaQKd
22
+ - **Hackathon informations**: [Taiki Hackathon](https://taikai.network/ethargentina/hackathons/tierra-de-buidlers-2025/overview)
23
+
24
+ ## 🚀 Getting Started
25
+
26
+ <details>
27
+ <summary> Vetra Introduction & Follow Along Demo </summary>
28
+
29
+ Please Rewatch our Hackathon introduction & follow along tutorial.
30
+
31
+ <iframe width="560" height="315" src="https://www.youtube.com/embed/R5MAaGaopJg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
32
+
33
+ Find a complete overview of how to use the Vetra Studio for you project [Here](docs/academy/GetStarted/VetraStudio.md)
34
+
35
+ **Quick Start Summary**
36
+
37
+ - Step 1: Install the powerhouse-CLI: `pnpm install -g ph-cmd`
38
+ - Step 2: Initialize a project & directory `ph init my-project-name`
39
+ - Step 3: CD into you project directory
40
+ - Step 4: Launch Vetra Studio with the `ph vetra`command
41
+ - Step 5: Add the necessary document models & editors for your intended solution in Vetra Studio
42
+ - Step 6: If you're well versed in schema creation or graphql. Just talk with an agent about your imagined solution.
43
+ - Step 7: Start your preferred agent to help you with the initial scaffolding of your schema, operations and reducers.
44
+ - Step 8: Test your implementation in the "Vetra Preview Drive" with the `ph vetra --watch`command.
45
+ - Step 9: Run pnpm build and push your project to a remote repository.Follow the package publishing [Tutorial](academy/MasteryTrack/Launch/PublishYourProject.md)
46
+
47
+ **Basic tips**
48
+ - 1️⃣ Write a detailed description of your intented functionality inside the document model specification manifest
49
+ - 2️⃣ Ask your agent to ask for clarifying questions before starting any ideation process.
50
+ - 3️⃣ For each document model you'll want to create an accompanying editor in vetra studio.
51
+ - 4️⃣ An 'App' specifcation is an drive that can act as an app because of the specific interface you create for it.
52
+
53
+ ### Before the Hackathon
54
+
55
+ 1. **Set Up Your Environment**
56
+ - Install the Powerhouse CLI
57
+ - Set up your development environment
58
+ - Review the [Get Started Guide](./01-GetStarted/home.mdx)
59
+
60
+ 2. **Explore the Platform**
61
+ - Check out the [Demo Package](./01-GetStarted/00-ExploreDemoPackage.mdx)
62
+ - Familiarize yourself with [Document Models](./02-MasteryTrack/02-DocumentModelCreation/01-WhatIsADocumentModel.md)
63
+
64
+ 3. **Join Our Community**
65
+ - Discord: [Join our server](#)
66
+
67
+
68
+ </details>
69
+
70
+ :::Tip Use your preferred AI agent
71
+ Vetra studio is compatible with Cursor, Claude and Gemini. j
72
+ Use the dedicated markdown files to guide your agent with the correct instruction.
73
+ :::
74
+
75
+
76
+ ## **Hackathon Project Ideas**
77
+
78
+ Powerhouse is perfect for building:
79
+
80
+ - **Real World Use-cases**: Every document can act as a mini ledger/blockchain.
81
+ - **Decentralized Applications**: Create apps with built-in version control and collaboration.
82
+ - **Document-Based Systems**: Build structured data applications.
83
+ - **Collaborative Tools**: Enable real-time multi-user editing.
84
+ - **Data Management Platforms**: Create systems with queryable, structured data.
85
+
86
+ ### Coordination & DAO Design
87
+
88
+ - 🧩 **What if** DAOs weren't chaotic? What documents would you need to make them coordinate like space X and ship like stripe?
89
+ - 🎯 **What if** making decisions as a group felt like playing a co-op strategy game. With a clearly aligned vision, instant dashboards and a way to capture hard won knowledge in expertise into custom software for the Dao?
90
+
91
+ :::tip IDEA
92
+ The ultimate DAO Template toolkit where vision & mission documents influence guidelines & onboarding for contributors.
93
+ :::
94
+
95
+ ---
96
+
97
+ ### GovTech & Public Infrastructure
98
+
99
+ - 🗳 **What if** local governments had to reach consensus with residents before making a decision? How would that look like?
100
+ - 🚧 **What if** you could submit pothole fixes or transit complaints into a civic DAO, and track the response like GitHub issues?
101
+ - 🧾 **What if** municipal budgets were editable public documents with community feedback loops?
102
+
103
+ :::tip IDEA
104
+ An Open Source Enterprise Resource Planning-suite for municipalities & governments
105
+ :::
106
+
107
+ ---
108
+
109
+ ### Education & Group Work
110
+
111
+ - 📝 **What if** your group project auto-divided work, tracked contributions, and paid out in real-time?
112
+ - 👾 **What if** "homework" was a multiplayer quest, and grades came from the DAO?
113
+ - 🏫 **What if** we DAO-ified a classroom and let the students vote on rules, roles, and rewards?
114
+
115
+ :::tip IDEA
116
+ The remote classroom SAAS back-end that fosters connection, gives purpose to bullies and empowers younger generation to dream big again.
117
+ :::
118
+
119
+ ---
120
+
121
+ ### 💸 Grants, Crypto, and Incentive Design
122
+
123
+ - 💰 **What if** grant tooling felt like bounty hunting across a galaxy of projects?
124
+ - 📊 **What if** every grant had a live budget dashboard, contributor feed, and impact score?
125
+ - 🎮 **What if** you could stake on coordination itself, betting that people will work together well?
126
+
127
+ :::tip IDEA
128
+ The future of grant platforms that dares to imagine grants in new ways. With follow up, tracking and impact visualisations of teams, time, risk & resources invested.
129
+ :::
130
+
131
+ ---
132
+
133
+ ### 💸 Lawmaking, Legislation & Legal
134
+
135
+ - 🧑‍⚖️ **What if** any government or DAO could fork a legal template, customize it, and track changes in a public, composable way?
136
+ - 🎨 **What if** legislation could be transparently co-created by citizens, NGOs, and governments all with aligned incentives?
137
+ - 💻 **What if** legislation, contracts & templates could exist on an open-source market place like software?
138
+ - 🤖 **What if** a network agent could create a legal vehicle by simply inputing set of requirements and risk preferences (in non legalese)?
139
+ - 🤝 **What if** 2 agents in a network could negotiate terms of an agreement according to predefined functions and risk parameters, without lawyers?
140
+
141
+ :::tip IDEA
142
+ Build a Decentralized Lawmaking Engine using Reactive Document Models
143
+ :::
144
+
145
+
146
+ ## 🛠️ Resources
147
+
148
+ ### Documentation
149
+
150
+ - [Quick Start Guide](./01-GetStarted/home.mdx)
151
+ - [Create a New Project](./01-GetStarted/01-CreateNewPowerhouseProject.md)
152
+ - [Define Document Models](./01-GetStarted/02-DefineToDoListDocumentModel.md)
153
+ - [Build Editors](./01-GetStarted/04-BuildToDoListEditor.md)
154
+ - [API References](./04-APIReferences/00-PowerhouseCLI.md)
155
+
156
+ ### Tutorials
157
+
158
+ - [To-Do List Example](./01-GetStarted/02-DefineToDoListDocumentModel.md)
159
+ - [Chatroom Use Case](./03-ExampleUsecases/Chatroom/02-CreateNewPowerhouseProject.md)
160
+
161
+ ## 🏆 Judging Criteria
162
+
163
+ Projects will be evaluated based on:
164
+
165
+ - **Usefulness & Impact**: How well does it solve a certain job or problem?
166
+ - **Composability/Structure**: How are the different document models and / or drive apps collaborating?
167
+ - **Clarity of the developer or user experience**: Did you unlock the secret sauce of UX & reactive documents?
168
+ - **Alignment with Vetra/Powerhouse principles**: Local-first, auditable, usefull for common good.
169
+
170
+ ## 📋 Submission Guidelines
171
+
172
+ ### What to Submit
173
+
174
+ - GitHub repository with your code
175
+ - (Video) presentation (2-3 minutes)
176
+ - README with:
177
+ - Project description
178
+ - Setup instructions
179
+ - Screenshots/demos
180
+ - Technologies used
181
+
182
+ The Powerhouse team will add you as a builder on the Vetra platform and host your application and drive.
183
+
184
+
185
+ ## Tips for Success
186
+
187
+ ### Development Tips
188
+
189
+ 1. **Start Simple**: Begin with a basic implementation and iterate
190
+ 2. **Use Templates**: Leverage existing examples and templates
191
+ 3. **Ask Questions**: Don't hesitate to reach out for help
192
+ 4. **Test Early**: Test your application frequently during development
193
+ 5. **Document**: Keep notes on your decisions and implementations
194
+
195
+ ### Presentation Tips
196
+
197
+ 1. **Show, Don't Tell**: Live demos are more impactful than slides
198
+ 2. **Tell a Story**: Explain the problem you're solving
199
+ 3. **Highlight Innovation**: Show what makes your solution unique
200
+ 4. **Be Concise**: Respect the time limits for presentations
201
+ 5. **Prepare Backup**: Have screenshots/video in case of technical issues
202
+
203
+ ---
204
+
205
+ **Good luck, and happy hacking! 🚀**
206
+
207
+ *Last updated: November 17, 2025*
208
+
@@ -2,8 +2,8 @@
2
2
 
3
3
  ## Let's get started
4
4
 
5
- To give you a quick idea of how the Powerhouse ecosystem operates on document models and packages, why don't you try installing a package?
6
- We will show you how to install the Powerhouse command-line tool `ph-cmd` and then use it to install a pre-built demo package with a document models, an editor and a drive-app.
5
+ To give you a quick idea of how the Powerhouse ecosystem operates on document models and packages, why don't you try installing a package?
6
+ We will show you how to install the Powerhouse command-line tool `ph-cmd` and then use it to install a pre-built demo package containing a document model, an editor, and a drive app.
7
7
 
8
8
  ## Step 1: Install the Powerhouse CLI
9
9
 
@@ -18,7 +18,7 @@ Verify the installation:
18
18
 
19
19
  ```bash
20
20
  ph-cmd --version
21
- ```
21
+ ```
22
22
 
23
23
  ## Step 2: Install the to-do list demo package
24
24
 
@@ -73,27 +73,34 @@ This command downloads and sets up the `@powerhousedao/todo-demo-package`, makin
73
73
 
74
74
  </details>
75
75
 
76
-
77
- You have now successfully installed `ph-cmd` and added your first package!
76
+ You have now successfully installed `ph-cmd` and added your first package!
78
77
 
79
78
  ## Step 3: Run the connect app in studio mode
79
+
80
80
  To run the package locally in Connect Studio (our collaboration and contributor app), run:
81
81
 
82
82
  ```bash
83
83
  ph connect
84
84
  ```
85
- Click the returned localhost URL and you should see Connect Studio appear in your browser.
85
+
86
+ Click the returned localhost URL and you should see Connect Studio appear in your browser.
87
+
86
88
  <figure className="image-container">
87
89
  <img src={require("./images/Connect.png").default} alt="Connect Home" />
88
90
  <figcaption>The Powerhouse Connect Studio interface.</figcaption>
89
91
  </figure>
90
92
 
91
- When you move to the settingswheel in the bottom right corner you'll get access to the **Package Manager**.
92
- Here, you'll see that you've installed the `@powerhousedao/todo-demo-package`, which contains not only a **Document Model** and its accompanying editor but also a **Drive App** specific to the to-do document model.
93
+ When you click the settings wheel in the bottom right corner, you'll get access to the **Package Manager**.
94
+ Here, you'll see that you've installed the `@powerhousedao/todo-demo-package`, which contains not only a **Document Model** and its accompanying editor but also a **Drive App** specific to the to-do document model.
93
95
 
94
96
  <figure className="image-container">
95
- <img src={require("./images/Packagemanager.png").default} alt="Package Manager" />
96
- <figcaption>The Package Manager showing the installed todo-demo-package.</figcaption>
97
+ <img
98
+ src={require("./images/Packagemanager.png").default}
99
+ alt="Package Manager"
100
+ />
101
+ <figcaption>
102
+ The Package Manager showing the installed todo-demo-package.
103
+ </figcaption>
97
104
  </figure>
98
105
 
99
106
  ## Step 4: Create a todo list document
@@ -123,27 +130,43 @@ Now move into the drive you've just created:
123
130
  - You'll see a statistics widget that counts the open to-dos
124
131
  - After closing the document, look at the To-do Drive App interface—you'll see that it tracks your tasks and displays a progress bar
125
132
 
133
+ This is an example of the **usefulness and impact of Drive Apps**.
134
+ They offer a customized interface that works well with the different documents inside your drive.
135
+ Read more about drive apps in the Mastery Track: [Drive Apps and Drive Explorers](/academy/MasteryTrack/BuildingUserExperiences/BuildingADriveExplorer).
136
+
126
137
  <figure className="image-container">
127
- <img src={require("./images/TodoDriveApp.png").default} alt="Todo Drive App" />
128
- <figcaption>A list of todo's in the custom todo drive app. </figcaption>
138
+ <img
139
+ src={require("./images/TodoDriveApp.png").default}
140
+ alt="Todo Drive App"
141
+ />
142
+ <figcaption>A list of todos in the custom todo drive app.</figcaption>
129
143
  </figure>
130
144
 
131
- A key feature you get with Connect is the **Operations History**. Every change to a document is stored as an individual operation, creating an immutable and replayable history. This provides complete auditability and transparency, as you can inspect each revision, its details, and any associated signatures. For example, you can see a chronological list of all modifications, along with who made them and when.
145
+ A key feature of Connect is the **Operations History**. Every change to a document is stored as an individual operation, creating an immutable and replayable history. This provides complete auditability and transparency, as you can inspect each revision, its details, and any associated signatures. For example, you can see a chronological list of all modifications, along with who made them and when.
132
146
 
133
147
  <figure className="image-container">
134
- <img src={require("./images/OperationsHistoryButton.png").default} alt="Operations History Button" />
135
- <figcaption> You can find the button to visit the operations history in the document model toolbar </figcaption>
148
+ <img
149
+ src={require("./images/OperationsHistoryButton.png").default}
150
+ alt="Operations History Button"
151
+ />
152
+ <figcaption>
153
+ You can find the button to visit the operations history in the document model toolbar
154
+ </figcaption>
136
155
  </figure>
137
156
 
138
157
  <figure className="image-container">
139
- <img src={require("./images/OperationsHistory.png").default} alt="Operations History" />
140
- <figcaption>Example of the operations history for a document, showing all modifications made to it in a list. </figcaption>
158
+ <img
159
+ src={require("./images/OperationsHistory.png").default}
160
+ alt="Operations History"
161
+ />
162
+ <figcaption>
163
+ Example of the operations history for a document, showing all modifications
164
+ made to it in a list.{" "}
165
+ </figcaption>
141
166
  </figure>
142
167
 
143
168
  Learn more about the [Operations History](../MasteryTrack/BuildingUserExperiences/DocumentTools/OperationHistory) and other document tools you get for free.
144
169
 
145
- This is the power of Drive Apps. They offer a customized interface that works well with the different documents inside your drive. Read more about drive apps in the Mastery Track: [Drive Apps and Drive Explorers](/academy/MasteryTrack/BuildingUserExperiences/BuildingADriveExplorer).
146
-
147
170
  ## Step 5: Enable operation signing and verification through Renown
148
171
 
149
172
  Renown is Powerhouse's **decentralized identity and reputation system** designed to address the challenge of trust within open organizations, where contributors often operate under pseudonyms. In traditional organizations, personal identity and reputation are key to establishing trust and accountability. Renown replicates this dynamic in the digital space, allowing contributors to earn experience and build reputation without revealing their real-world identities.
@@ -152,13 +175,15 @@ Renown is Powerhouse's **decentralized identity and reputation system** designed
152
175
  When signing in with Renown, use an Ethereum or blockchain address that can function as your 'identity', as this address will accrue more experience and history over time.
153
176
  :::
154
177
 
155
- ### 5.1 Click the renown icon and connect your eth identity
178
+ ### 5.1 Click the renown icon and connect your Ethereum identity
156
179
 
157
180
  "**Log in with Renown**" is a decentralized authentication flow that enables you to log into applications by signing a credential with your Ethereum wallet. Upon signing in, a Decentralized Identifier (DID) is created based on your Ethereum key.
158
181
 
159
182
  <figure className="image-container">
160
183
  <img src={require("./images/RenownLogin.png").default} alt="Renown Login" />
161
- <figcaption>The Renown login screen, prompting for a signature from a wallet.</figcaption>
184
+ <figcaption>
185
+ The Renown login screen, prompting for a signature from a wallet.
186
+ </figcaption>
162
187
  </figure>
163
188
 
164
189
  ### 5.2 Authorize Connect to sign document edits on your behalf
@@ -166,12 +191,20 @@ When signing in with Renown, use an Ethereum or blockchain address that can func
166
191
  This DID is then associated with a credential that authorizes a specific Connect instance to act on your behalf. That credential is stored securely on Ceramic, a decentralized data network. When you perform actions through the Powerhouse Connect interface, those operations are signed with the DID and transmitted to Switchboard, which serves as the verifier.
167
192
 
168
193
  <figure className="image-container">
169
- <img src={require("./images/ConnectAddress.png").default} alt="Connect Address for DID" />
170
- <figcaption>A newly generated DID and address shown within the Connect interface.</figcaption>
194
+ <img
195
+ src={require("./images/ConnectAddress.png").default}
196
+ alt="Connect Address for DID"
197
+ />
198
+ <figcaption>
199
+ A newly generated DID and address shown within the Connect interface.
200
+ </figcaption>
171
201
  </figure>
172
202
 
173
203
  <figure className="image-container">
174
- <img src={require("./images/LoginComplete.png").default} alt="Renown Login Complete" />
204
+ <img
205
+ src={require("./images/LoginComplete.png").default}
206
+ alt="Renown Login Complete"
207
+ />
175
208
  <figcaption>Confirmation of a successful login with Renown.</figcaption>
176
209
  </figure>
177
210
 
@@ -182,16 +215,20 @@ By leveraging this system, every operation or modification made to a document is
182
215
  Now, return to your to-do list and make some additional changes. You'll notice that these operations are now signed with your Renown identity, making every action traceable and verifiable in the operations history.
183
216
 
184
217
  <figure className="image-container">
185
- <img src={require("./images/OperationsHistorySignature.png").default} alt="Operation History Signature" />
186
- <figcaption>Your DID is now signing the operations that are being added to the history.</figcaption>
218
+ <img
219
+ src={require("./images/OperationsHistorySignature.png").default}
220
+ alt="Operation History Signature"
221
+ />
222
+ <figcaption>
223
+ Your DID is now signing the operations that are being added to the history.
224
+ </figcaption>
187
225
  </figure>
188
226
 
189
227
  ## Step 6: Export a document
190
228
 
191
- Export the document as a `.phd` (Powerhouse Document) file using the export button in the document toolbar at the top. In this toolbar, you will find all available functionality for your documents. The `.phd` file can be sent through any of your preferred channels to other users on your network.
229
+ Export the document as a `.phd` (Powerhouse Document) file using the export button in the document toolbar at the top. In this toolbar, you will find all available functionality for your documents. The `.phd` file can be sent through any of your preferred channels to other users on your network.
192
230
 
193
- ### Up next
231
+ ### Up next
194
232
 
195
- Now that you have explored a Powerhouse package and discovered its basic functionalities, it is time to start building your own.
233
+ Now that you have explored a Powerhouse package and discovered its basic functionalities, it is time to start building your own.
196
234
  Our next tutorial focuses on creating a simple to-do list document and will introduce you to the world of **Document Models**.
197
-