garrity.co/src/index.html

131 lines
4.7 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Garrity Software - About</title>
<meta name="author" content="pfm" />
<meta name="description" content="Garrity Software Homepage" />
<link rel="stylesheet" type="text/css" href="assets/gs.css">
</head>
<body>
<div id="container">
<!-- Header/Logo -------------------------------------------------------------->
<header>
<h1>garrity software</h1>
</header>
<!-- Navigation --------------------------------------------------------------->
<nav>
<ul>
<li><a href="index.html">about</a></li>
<li><a href="products.html">products</a></li>
<li><a href="oss.html">open source</a></li>
<li><a href="donate.html">donate</a></li>
<li><a href="contact.html">contact</a></li>
</ul>
</nav>
<!-- Main Content ------------------------------------------------------------->
<main>
<section id="short-description">
<p><em>Garrity Software</em> (GS) is a
<a href="#sustainable-organization">sustainable organization</a> devoted to
producing high quality, robust software. GS is also committed to contributing
open source work and releasing as much software for free as possible. GS is
currently <a href="#roadmap"><em>Bootstrapping</em></a>, does not have income,
and is primarily producing <a href="oss.html">open source libraries</a>.</p></section>
<section id="mission">
<h1>Mission</h1>
<p>Garrity Software aims to produce high quality software to solve a variety of
problems. At the same time, it aims to remain small in size and provide a stable
living for a small number of people, enabling them to work less, spend time with
their families, and pursue their own interests. Finally, GS aims to provide open
source software and to financially support open source development.</p>
<h2 id="donations">Donations</h2>
<p>If you want to support the GS mission or open source work, please consider
<a href="donate.html">donating</a> to the founder.</p>
<h2 id="roadmap">Roadmap and Progress</h2>
<p>The GS vision is non-trivial to achieve. Quality open source projects are a
starting point, but supporting employees and open source projects requires
products and income. GS has a coarse-grained roadmap towards the mission.</p>
<p>Current Status: <strong>Bootstrapping</strong></p>
<p>Current Estimate: <strong>Behind!</strong></p>
<p>Development continues, but limited time means limited progress. Likely will
need to adjust schedule to spend more time on baseline development.</p>
<dl>
<dt>Bootstrapping (2024)</dt>
<dd>Establish open source libraries and build the first product. Establish
Garrity Software as an LLC.</dd>
<dt>Initial Sales (By June 2025)</dt>
<dd>Start attempting to sell software.</dd>
<dt>Independence (By 2030)</dt>
<dd>Founder achieves ability to stop working for other companies. Requires
income from all sources to be sufficient to support family.</dd>
<dt>First External Hire</dt>
<dd>Another person is hired. That person is fully compensated.</dd>
<dt>Hire to Five</dt>
<dd>Bring in additional people until the arbitrary threshold of five
employees is met.</dd>
<dt>Sustain</dt>
<dd>Hit a balance point that supports year-to-year stability in line with
the GS mission.</dd>
</dl>
</section>
<section id="sustainable-organization">
<h1>Sustainable Organization</h1>
<h2>Sustainability</h2>
<p>Garrity Software is based on the premise of sustainability. This is measured
in terms of employee needs and company performance. The goal is a balance where
GS earns enough to support a small number of employees that do not need to work
a full week. To achieve this goal, GS needs to earn enough money and have stable
enough products. At the same time, GS needs to resist unbounded growth and
becoming too large. The steady state should have employees that can both
maintain current products and pursue new work without needing to put in extra
time.</p>
<h2>Execution</h2>
<ul>
<li>Establish strong core products that produce reliable income.</li>
<li>Never allow the organization to become beholden to external investors.</li>
<li>Do not spend money that GS does not have.</li>
<li>Limit staff to five total employees.</li>
<li>Establish four day work weeks starting with the first hire.</li>
<li>Ensure that hiring only starts when enough income exists to support a comfortable living wage (including things like health care) for any hired person.</li>
<li>Establish a fund to donate to, or otherwise support, open source development.</li>
</ul>
</section>
<section id="team">
<h1>Team</h1>
<h2>Pat Garrity (pfm)</h2>
<p>Founder and visionary of Garrity Software.</p>
</section>
</main>
<!-- Footer ------------------------------------------------------------------->
<footer>
Content Copyright © Patrick Garrity
</footer>
</div>
</body>
</html>