<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>TriPress</title><link>/</link><description>Research + Write + Publish</description><atom:link href="/rss.xml" rel="self" type="application/rss+xml"></atom:link><language>en</language><copyright>Contents © 2026 &lt;a href="mailto:ebook-deed-caution@duck.com"&gt;Krishnakanth Allika&lt;/a&gt; 
&lt;a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"&gt;&lt;img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/80x15.png" /&gt;&lt;/a&gt;&lt;br /&gt;This work is licensed under a &lt;a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"&gt;Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License&lt;/a&gt;.
</copyright><lastBuildDate>Tue, 13 Jan 2026 14:10:38 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Welcome to TriPress Engine</title><link>/posts/featured/</link><dc:creator>Krishnakanth Allika</dc:creator><description>&lt;div name="main-content" style="
        display: flex;
        gap: 10px;
        align-items: flex-start;
        width: 100%;
        overflow: hidden;
      "&gt;
      &lt;div style="flex: 1; min-width: 0"&gt;
        &lt;p&gt;
          &lt;em&gt;Smart, automated publishing powered by Agentic AI.&lt;/em&gt;
        &lt;/p&gt;

        &lt;p&gt;
          TriPress engine is a free blog post generator and publisher inspired
          by Google Opal and Google NotebookLM. It combines advanced AI research
          with automated workflows to transform a simple idea into a fully
          written, formatted, and published article—without any manual effort.
        &lt;/p&gt;

        &lt;p&gt;
          Built using Google Gemini for deep research and high-quality writing,
          the N8N framework for Agentic AI orchestration, GitLab CI/CD for
          seamless DevOps automation, and the Python-based Nikola Static Site
          Generator for publishing, TriPress delivers an end-to-end automated
          content creation pipeline.
        &lt;/p&gt;

        &lt;h4&gt;How TriPress Works&lt;/h4&gt;
        &lt;ol&gt;
          &lt;li&gt;
            &lt;strong&gt;You submit an idea&lt;/strong&gt;&lt;br&gt;
            Just share a topic or concept you want an article about in the form
            to the right.
          &lt;/li&gt;
          &lt;li&gt;
            &lt;strong&gt;TriPress performs research&lt;/strong&gt;&lt;br&gt;
            The system gathers relevant insights, data, and references.
          &lt;/li&gt;
          &lt;li&gt;
            &lt;strong&gt;TriPress writes your article&lt;/strong&gt;&lt;br&gt;
            A complete, structured, research-supported post is generated.
          &lt;/li&gt;
          &lt;li&gt;
            &lt;strong&gt;TriPress publishes it&lt;/strong&gt;&lt;br&gt;
            The article goes live automatically on this website.
          &lt;/li&gt;
          &lt;li&gt;
            &lt;strong&gt;You get notified&lt;/strong&gt;&lt;br&gt;
            TriPress emails you the link once the post is published.
          &lt;/li&gt;
        &lt;/ol&gt;

        &lt;p&gt;
          TriPress is designed for creators, students, researchers, and anyone
          who has ideas worth sharing—but not always the time to write. Let your
          creativity flow, and let TriPress do the rest.
        &lt;/p&gt;

        &lt;p&gt;
          TriPress is my personal hobby project showcasing the power of agentic
          AI for content creation. For technical details, implementation guides,
          and source code, visit
          &lt;a href="https://go.allika.eu.org/tripress"&gt;go.allika.eu.org/tripress&lt;/a&gt;. To explore more projects and learning articles, check out my main
          website at
          &lt;a href="https://allika.eu.org" id="personal-website-link"&gt;allika.eu.org&lt;/a&gt;.
        &lt;/p&gt;
      &lt;/div&gt;
      &lt;div name="request-form" style="
          flex: 0 0 30%;
          border-left: 1px solid #ccc;
          padding: 0px;
          border-radius: 0px;
        "&gt;
        &lt;iframe class="iframe-container" src="/assets/pages/request/" frameborder="0"&gt;
        &lt;/iframe&gt;
      &lt;/div&gt;
    &lt;/div&gt;

    &lt;script type="module"&gt;
      import { getMainRedirectUrl } from "/assets/js/redirect.js";

      const linkElement = document.getElementById("personal-website-link");
      if (linkElement) {
        const target = getMainRedirectUrl();
        if (target) {
          const t = new URL(target);
          // Use the full redirect URL
          linkElement.href = target;
          // Show the hostname (e.g., database.eu.org)
          linkElement.textContent = t.hostname;
        }
      }
    &lt;/script&gt;

    &lt;script&gt;
      (function () {
        const url = "https://tripress.workers.allika.eu.org?t=" + Date.now();
        console.log("Sending wake-up ping to", url);
        fetch(url, { mode: "no-cors" }).catch((err) =&gt; {
          // Only fires on catastrophic failures (no network, DNS, blocked, etc.)
          console.warn("Wake-up ping failed:", err);
        });
        console.log("Wake-up ping completed!");
      })();
    &lt;/script&gt;</description><category>hidefromindex</category><guid>/posts/featured/</guid><pubDate>Mon, 08 Dec 2025 03:00:00 GMT</pubDate></item></channel></rss>