104 lines
4.3 KiB
HTML
104 lines
4.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;
|
|
}
|
|
.logo-container {
|
|
background: rgba(255, 255, 255, 0.05);
|
|
padding: 1rem;
|
|
border-radius: 8px;
|
|
display: inline-block;
|
|
max-width: 100%;
|
|
}
|
|
@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;
|
|
grid-template-columns: 1fr;
|
|
gap: 0.5rem;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<hgroup>
|
|
<h1>unturf.</h1>
|
|
<p>free software so you may grow food not lawn</p>
|
|
</hgroup>
|
|
|
|
<article>
|
|
<h2>Make Post Sell</h2>
|
|
<div class="logo-container">
|
|
<img src="https://www.makepostsell.com/static/mps.png" alt="Make Post Sell">
|
|
</div><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>Remarkbox</h2>
|
|
<div class="logo-container">
|
|
<img src="https://www.remarkbox.com/remarkbox-minified.png" alt="Remarkbox">
|
|
</div><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>uncloseai.</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>
|
|
</body>
|
|
</html>
|