explaingit

mildsky7777-max/house-x-template

Analysis updated 2026-05-18

0PythonAudience · pm founderComplexity · 4/5LicenseSetup · moderate

TLDR

An X automation template that scrapes trends, drafts posts with AI, screens them for quality, and self-tunes its own posting rules from engagement data.

Mindmap

mindmap
  root((house-x-template))
    What it does
      Scrapes trends
      Drafts posts with AI
      Quality gate
      Self-evolving rules
    Tech stack
      Python
      Playwright
    Use cases
      Account growth
      Build in public
    Audience
      Indie builders

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Automatically post 8 to 15 AI-drafted tweets a day without manually writing each one

USE CASE 2

Filter out AI-sounding language and banned phrases before anything goes live

USE CASE 3

Let the system adjust its own posting rules weekly based on which posts got engagement

USE CASE 4

Reply automatically to verified accounts to build engagement

What is it built with?

PythonPlaywright

How does it compare?

mildsky7777-max/house-x-template0xhassaan/nn-from-scratch3ks/embedoc
Stars00
LanguagePythonPythonPython
Last pushed2023-06-08
MaintenanceDormant
Setup difficultymoderatemoderatehard
Complexity4/54/51/5
Audiencepm founderdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 1h+

Uses Playwright browser automation instead of a paid X API tier.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

In plain English

House Stack is a Python-based X (Twitter) automation template aimed at indie builders who want to grow an account consistently without manually writing and scheduling every post. It is described as built by a Korean indie builder targeting 100K or more followers, and is released under the MIT license. The system runs five layers. A capture layer runs hourly, scraping trending topics, personalized feed recommendations, specific orbit accounts, and engagement notifications. A generation layer uses scheduled prompts to select and polish drafts from a queue file (drafts.json), then posts them via Playwright, a browser automation library, so no paid X API tier is required. A quality layer runs a gate before each post that checks for over 50 AI-sounding language patterns (such as "delve," em-dash overuse, and parallel symmetry), Korean machine-translation patterns, and banned phrases. An 8-reviewer council evaluates drafts on substance, brand fit, hook strength, risk, and authenticity. An engagement layer sends rate-limited automatic replies to verified accounts at 5 to 10 per hour. The fifth layer is self-evolving: 24 hours after a post goes live, a script scrapes engagement metrics and scores them using a weighted formula (replies and bookmarks weighted more heavily than likes). Results are logged as experiments. A weekly automated retrospective reads those logs, proposes rule changes, and writes them back to a central mandates file, creating a feedback loop that adjusts posting rules based on actual performance. Daily post volume targets 8 to 15 posts. Multiple voice modes are enforced by the quality gate.

Copy-paste prompts

Prompt 1
Help me set up House Stack to automate my X posting schedule
Prompt 2
Explain how the 8-reviewer council scores draft tweets before posting
Prompt 3
Show me how to configure the weekly retrospective that updates posting rules

Frequently asked questions

What is house-x-template?

An X automation template that scrapes trends, drafts posts with AI, screens them for quality, and self-tunes its own posting rules from engagement data.

What language is house-x-template written in?

Mainly Python. The stack also includes Python, Playwright.

What license does house-x-template use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is house-x-template to set up?

Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.

Who is house-x-template for?

Mainly pm founder.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.