Compare commits
No commits in common. "4069bf250b9587f7eb3ced729116c90eda8fbeab" and "962b93316922f881149f0354a09d9c8f3daf9272" have entirely different histories.
4069bf250b
...
962b933169
14
about.html
14
about.html
@ -65,6 +65,20 @@ Hey you! Yeah, you! What are ya, a web developer or something? Think my website
|
|||||||
|
|
||||||
<p>SessionZero includes access to the <strong>SessionZeroDB</strong>, a free online repository of user-created templates and datasets. When online, the application can automatically find and download required content for you.</p>
|
<p>SessionZero includes access to the <strong>SessionZeroDB</strong>, a free online repository of user-created templates and datasets. When online, the application can automatically find and download required content for you.</p>
|
||||||
|
|
||||||
|
<h2>Online Play & Pricing</h2>
|
||||||
|
|
||||||
|
<p>The core SessionZero application is, and always will be, <strong>free</strong>. For online play, you have two options:</p>
|
||||||
|
|
||||||
|
<div class="pricing-tier">
|
||||||
|
<h3>Self-Hosted Server (Free)</h3>
|
||||||
|
<p>For those who like to be in control, you can host our open-source server backend yourself. This allows you to create and join online sessions for free with your friends. You can connect to any unofficial server and never need to connect to the official servers or pay a fee.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="pricing-tier">
|
||||||
|
<h3>Official SessionZero Servers (Subscription)</h3>
|
||||||
|
<p>For convenience, you can connect to the official SessionZero servers. Hosting and joining sessions on the official servers requires a simple monthly subscription that helps us maintain the service and continue development.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<h2>Who Is This For?</h2>
|
<h2>Who Is This For?</h2>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
# SessionZero Design Doc
|
# SessionZero Design Doc
|
||||||
***© Bellsworne LLC 2025***
|
***© Bellsworne LLC 2025***
|
||||||
|
|
||||||
***Last modified by Christopher Bell on August 14th 2025***
|
***Last modified by Christopher Bell on July 14th 2025***
|
||||||
|
|
||||||
## About SessionZero
|
## About SessionZero
|
||||||
|
|
||||||
@ -73,7 +73,7 @@ SessionZero uses a custom, human-readable data format called SZF for all data ty
|
|||||||
SessionZero is **FREE**. No account or subscription fees are required for the core application.
|
SessionZero is **FREE**. No account or subscription fees are required for the core application.
|
||||||
|
|
||||||
### Open Source
|
### Open Source
|
||||||
SessionZero is first and foremost **open-source software**.
|
SessionZero is first and foremost **open-source software**. We believe in the right to see what's going on behind the scenes.
|
||||||
|
|
||||||
### Offline-First
|
### Offline-First
|
||||||
By default, SessionZero works **completely offline**. Your data is stored locally on your machine. No account required. No phoning home.
|
By default, SessionZero works **completely offline**. Your data is stored locally on your machine. No account required. No phoning home.
|
||||||
@ -85,9 +85,11 @@ No AI chatbots, no ads, no bloat. We promise.
|
|||||||
|
|
||||||
All SessionZero accounts are created and managed on the official SessionZero servers, which is always free.
|
All SessionZero accounts are created and managed on the official SessionZero servers, which is always free.
|
||||||
|
|
||||||
For hosting and playing in online game sessions, the application uses Godot's built in peer-to-peer networking capability:
|
For hosting and playing in online game sessions, the application lets you choose which server to connect to. This is where the self-host option comes in:
|
||||||
|
|
||||||
|
* **Self-Hosted Server (Free):** Host our open-source server backend yourself. This allows you to create and join online sessions without a subscription.
|
||||||
|
* **Official Session Servers (Subscription):** For convenience, connect to the official SessionZero servers. Access for hosting and joining sessions requires a monthly subscription.
|
||||||
|
|
||||||
## Technical Details
|
## Technical Details
|
||||||
- **Client:** Godot C#
|
- **Client:** Avalonia C#
|
||||||
- **Backend (for accounts and SessionZeroDB):** ASP.NET, PostgreSQL
|
- **Server:** ASP.NET, PostgreSQL
|
||||||
|
|||||||
@ -69,7 +69,7 @@ Hey you! Yeah, you! What are ya, a web developer or something? Think my website
|
|||||||
<div class="open-source-content">
|
<div class="open-source-content">
|
||||||
<p>SessionZero is built by and for the community. The code is public, the roadmap is open, and your ideas shape the project. Fork it, contribute, or just use it, your choice.</p>
|
<p>SessionZero is built by and for the community. The code is public, the roadmap is open, and your ideas shape the project. Fork it, contribute, or just use it, your choice.</p>
|
||||||
<p>
|
<p>
|
||||||
<a href="https://git.bellsworne.tech/Bellsworne/sessionzero" class="learn-more-link">View the code on GitHub →</a>
|
<a href="https://github.com/bellsworne/sessionzero" class="learn-more-link">View the code on GitHub →</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
@ -77,8 +77,8 @@ Hey you! Yeah, you! What are ya, a web developer or something? Think my website
|
|||||||
<section class="pricing-preview">
|
<section class="pricing-preview">
|
||||||
<h2>Free Forever</h2>
|
<h2>Free Forever</h2>
|
||||||
<div class="pricing-content">
|
<div class="pricing-content">
|
||||||
<p>SessionZero is <strong>free forever</strong> and open source. Use it offline, create and manage your own content, and download from the community.</p>
|
<p>The core app is <strong>free forever</strong> and open source. Use it offline, create and manage your own content, and download from the community. Want to host or join online games? Self-host for free, or use our official servers with a subscription for extra convenience.</p>
|
||||||
<p><a href="about.html" class="learn-more-link">Learn more →</a></p>
|
<p><a href="about.html" class="learn-more-link">Learn more about features and pricing →</a></p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user