107 lines
4.9 KiB
HTML
107 lines
4.9 KiB
HTML
<!--
|
|
Hey you! Yeah, you! What are ya, a web developer or something? Think my website sucks? Well, you're in luck! I'm always looking for feedback and improvements. If you have any suggestions, ideas, or just want to chat, hit me up at chrisbell@bellsworne.com. Happy adventuring!
|
|
|
|
© 2025 Bellsworne LLC. All rights reserved.
|
|
-->
|
|
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta charset="UTF-8">
|
|
<title>About SessionZero</title>
|
|
<link rel="stylesheet" href="styles.css">
|
|
<link rel="icon" href="d20_no-bg_medium.png">
|
|
</head>
|
|
<body>
|
|
<div class="page-container">
|
|
<header>
|
|
<nav>
|
|
<div class="nav-content">
|
|
<a href="index.html" class="logo-container">
|
|
<img src="d20_no-bg_medium.png" alt="SessionZero Logo" class="logo-placeholder">
|
|
<div class="logo-text">SessionZero</div>
|
|
</a>
|
|
<div class="nav-links">
|
|
<a href="about.html">About</a>
|
|
<a href="https://blog.sessionzero.app">Blog</a>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
</header>
|
|
|
|
<main>
|
|
<section class="hero">
|
|
<h1>About SessionZero</h1>
|
|
<p class="tagline">A free, open-source, and offline-first TTRPG companion for any game system.</p>
|
|
</section>
|
|
|
|
<section class="content">
|
|
<p>SessionZero is a free and open-source TTRPG "companion" application for managing characters, templates, data, and game sessions. It allows you to utilize any TTRPG system by being <strong>completely data-driven</strong> with user-generated content.</p>
|
|
|
|
<h2>Features</h2>
|
|
|
|
<div class="feature-detail">
|
|
<h3>Offline-First, No Strings Attached</h3>
|
|
<p>By default, SessionZero works completely offline. Your data is stored locally on your machine. No account required. No phoning home. You have total ownership over your data.</p>
|
|
</div>
|
|
|
|
<div class="feature-detail">
|
|
<h3>Build Your Own Universe</h3>
|
|
<p>You're the architect. Create templates for character sheets, define custom stats, and build your own collections (Datasets) of items, spells, monsters, or anything else your game needs. All data is stored in a human-readable format (SZF) that you can easily export, share, and back up.</p>
|
|
</div>
|
|
|
|
<div class="feature-detail">
|
|
<h3>Run Your Game, Your Way</h3>
|
|
<p>Use SessionZero for your private, offline session notes, or host a live online game for your friends. As a Game Master, you can manage NPCs, track turns, and make real-time updates to character sheets. Players can join with their own characters and keep private session journals.</p>
|
|
</div>
|
|
|
|
<div class="feature-detail">
|
|
<h3>Open Source and Transparent</h3>
|
|
<p>SessionZero is open-source software. We believe in the right to see what's going on behind the scenes and contribute to the project. No AI chatbots, no ads, no bloat. We promise.</p>
|
|
</div>
|
|
|
|
<h2>The SessionZeroDB</h2>
|
|
|
|
<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>Who Is This For?</h2>
|
|
|
|
<ul>
|
|
<li>Players who want total control over their character sheets and game data</li>
|
|
<li>Game Masters who want to run any system whether it's a popular RPG, niche indie game, or their own homebrew content</li>
|
|
<li>Anyone who's tired of apps that feel bloated, hard to learn, restrictive, or designed to constantly sell you something</li>
|
|
</ul>
|
|
|
|
<h2>Why use Godot?</h2>
|
|
|
|
<ul>
|
|
<li>
|
|
Godot Engine's editor is that it itself is made with Godot. This proves that it can be used to make flexible desktop applications, while providing game engine features like networking and an easy to use UI system.
|
|
</li>
|
|
<li>
|
|
Godot is FOSS (Free and Open Source Software) as well, which aligns with our core values.
|
|
</li>
|
|
<li>
|
|
It is easy to learn and use, which allows for anyone to modify the application to their liking, creating "mods/plugins" and making SessionZero work for them.
|
|
</li>
|
|
</ul>
|
|
|
|
<h2>The Bottom Line</h2>
|
|
|
|
<p>SessionZero is about freedom, flexibility, and respecting your game. It's not here to sell you a bunch of digital add-ons or lock your data in a vault. It's a tool built to help you play.</p>
|
|
|
|
<div class="cta-section">
|
|
<h3>Ready to Get Started?</h3>
|
|
<p><a href="https://git.bellsworne.tech/Bellsworne/sessionzero" class="cta-button">Get SessionZero</a></p>
|
|
<p class="cta-subtitle"><em>Visit the Git repo to get the latest development build or view the source code!</em></p>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
|
|
<footer>
|
|
<p>© 2025 Bellsworne LLC. | Made with ❤️ by <a href="https://bellsworne.com/tech">Bellsworne Tech</a> | <a href="https://blog.sessionzero.app">Blog</a></p>
|
|
</footer>
|
|
</div>
|
|
</body>
|
|
</html> |