www.unturf.com/software/index.html
Russell Ballestrini 82b067dce8 Add uncloseai.js button to all pages and update copyright to 2025
- Add uncloseai.js floating button to enable AI chat on all pages
- Update copyright year from 2022 to 2025 in permacomputer page

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-15 17:58:27 -04:00

129 lines
5.3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Unturf Software - Open Source Projects</title>
<link rel="stylesheet" href="../css/pico.classless.min.css">
<link rel="stylesheet" href="../css/chunkfive/stylesheet.css">
<style>
* {
box-sizing: border-box;
}
body {
overflow-x: hidden;
}
h1, h2 {
font-family: 'chunkfiveregular', sans-serif;
}
h1 a, h2 a {
color: inherit;
text-decoration: none;
}
.logo-container a {
display: block;
}
.logo-container {
background: rgba(255, 255, 255, 0.05);
padding: 1rem;
border-radius: 8px;
display: inline-block;
max-width: 100%;
}
@media (min-width: 768px) {
.logo-container {
max-width: 800px;
}
}
@media (prefers-color-scheme: light) {
.logo-container {
background: rgba(0, 0, 0, 0.03);
}
}
article img {
max-width: 100%;
height: auto;
display: block;
}
article nav ul {
display: grid !important;
grid-template-columns: 1fr;
gap: 0.25rem;
padding: 0;
margin: 0;
}
@media (min-width: 768px) {
article nav ul {
grid-template-columns: repeat(4, 1fr);
gap: 0.5rem;
}
}
</style>
</head>
<body>
<main>
<hgroup>
<h1><a href="/">unturf.</a></h1>
<p>free software so you may grow food not lawn</p>
</hgroup>
<article>
<h2><a href="https://www.makepostsell.com" target="_blank">Make Post Sell</a></h2>
<div class="logo-container">
<a href="https://www.makepostsell.com" target="_blank">
<img src="https://www.makepostsell.com/static/mps.png" alt="Make Post Sell">
</a>
</div><br><br>
<p>Sell the digital & physical things you make — commission free! A platform for creators and makers to sell their products without paying platform fees.</p>
<nav>
<ul>
<li><a href="https://my.makepostsell.com/s/new" target="_blank">make a shop</a></li>
<li><a href="https://www.makepostsell.com" target="_blank">🌐 makepostsell.com</a></li>
<li><a href="https://shop.unturf.com" target="_blank">🌐 shop.unturf.com</a></li>
<li><a href="https://git.unturf.com/engineering/make-post-sell/make_post_sell" target="_blank">📦 Source Code</a></li>
</ul>
</nav>
</article>
<article>
<h2><a href="https://www.remarkbox.com" target="_blank">Remarkbox</a></h2>
<div class="logo-container">
<a href="https://www.remarkbox.com" target="_blank">
<img src="https://www.remarkbox.com/remarkbox-minified.png" alt="Remarkbox">
</a>
</div><br><br>
<p>A hosted comment service that embeds in your pages to keep the conversation with your content. Supports standalone mode for dedicated Q&A style forums. Started in 2014 to solve the problem of adding comments to static sites.</p>
<p><strong>Business Model:</strong> Pay what you feel it's worth - based on reciprocity and trust.</p>
<nav>
<ul>
<li><a href="https://my.remarkbox.com/setup" target="_blank">make a namespace</a></li>
<li><a href="https://www.remarkbox.com" target="_blank">🌐 remarkbox.com</a></li>
<li><a href="https://git.unturf.com/engineering/remarkbox/remarkbox" target="_blank">📦 Source Code</a></li>
</ul>
</nav>
</article>
<article>
<h2><a href="https://uncloseai.com" target="_blank">uncloseai.</a></h2>
<p>Free LLM & Text-to-Speech machine learning service powered by NousResearch/Hermes-3-Llama-3.1-8B. A drop-in replacement for OpenAI's API that requires no API key, making machine learning accessible to everyone. Supports both server-side and browser-based (uncloseai.js) implementations.</p>
<p><strong>Mission:</strong> Machine learning for all, internet for all, open web for everyone.</p>
<nav>
<ul>
<li><a href="https://uncloseai.com" target="_blank">🌐 uncloseai.com</a></li>
<li><a href="https://git.unturf.com/engineering/unturf/uncloseai.com" target="_blank">📦 Source Code</a></li>
</ul>
</nav>
</article>
<footer>
<small>All source code donated into the public domain. Trademarks reserved: unturf, Remarkbox, Make Post Sell, uncloseai.</small>
<nav>
<ul>
<li><a href="/">← back to unturf.com</a></li>
</ul>
</nav>
</footer>
</main>
<script src="https://uncloseai.com/uncloseai.js" type="module"></script>
</body>
</html>