{"slug": "i-bought-a-domain-for-1-heres-what-i-built-with-ai-githubi-bought-a-domain-for-1", "title": "I Bought a Domain for $1 — Here’s What I Built With AI + GitHubI Bought a Domain for $1 — Here’s What I Built With AI + GitHub", "summary": "A writer built a collection of interactive Chinese culture web tools on the $1 domain ChineseFortuneTools.online using ChatGPT, Claude and Codex, and connected the site to Google Analytics and Google Search Console to track metrics including visitors, tool starts, completion rate, share rate, Google impressions, clicks, CTR and average search position. The writer reports $0 in internet revenue and says the experiment's goal is to decide which tools to graduate, accelerate, observe or retire based on data rather than personal preference.", "body_md": "I bought a domain for about one dollar.\n\nThat sentence sounds like the beginning of one of those internet stories where, three paragraphs later, the writer tells you how they turned $1 into $10,000.\n\nThis is not that story.\n\nMy internet revenue is still:\n\n**$0.**\n\nI haven’t made my first dollar online yet.\n\nWhat I do have is something much more interesting than I expected.\n\nThat $1 domain turned into a real website, a collection of working tools, an automated analytics system, a small product laboratory, and eventually the idea for my own reusable website-building system.\n\nThis is the story of what happened.\n\n## The $1 Domain\n\nThe domain is:\n\n**ChineseFortuneTools.online**\n\nIt wasn’t part of some brilliant business strategy.\n\nIt was cheap.\n\nVery cheap.\n\nRoughly one dollar for the first year.\n\nAnd like many cheap domains, it could easily have become another domain sitting unused in an account until renewal time.\n\nInstead, I started asking a different question:\n\nWhat is the most I can learn from a $1 domain?\n\nNot:\n\nHow can I make this look like a million-dollar startup?\n\nNot:\n\nHow can I generate 1,000 AI articles?\n\nJust:\n\nHow far can one ordinary person take this using AI, GitHub and mostly free infrastructure?\n\nThat question became the experiment.\n\n## First, I Turned It Into a Real Website\n\nChineseFortuneTools.online became what I now call my:\n\n**Chinese Culture Lab.**\n\nInstead of building another traditional content site, I use it as a place to test small ideas.\n\nThings like:\n\n- a Chinese gift taboo checker\n- a red envelope calculator\n- an exact Chinese zodiac calculator\n- a Chinese family title finder\n- festival countdowns\n- a 2027 Chinese New Year greeting generator\n\nSome ideas may work.\n\nSome probably won’t.\n\nThat’s fine.\n\nThe point is not to pretend every idea is good.\n\nThe point is to put ideas in front of real users and let the data decide.\n\nYou can see the experiment here:\n\n**ChineseFortuneTools.online**\n\n## AI Made Building Easy\n\nThis is the part that still surprises me.\n\nI am not a traditional software developer.\n\nA few years ago, building several interactive web tools would have required much more technical knowledge, time and money.\n\nNow I can work with tools like ChatGPT, Claude and Codex.\n\nI describe the product.\n\nAI helps me think through the architecture.\n\nAI writes and reviews code.\n\nI test it.\n\nI break things.\n\nAI helps fix them.\n\nI learn.\n\nThen I ship.\n\nThis changes the economics of building small websites completely.\n\nThe cost of creating software has fallen dramatically.\n\nBut that creates a new problem.\n\nIf building becomes easy, you can build far too much.\n\nAnd I did.\n\n## The Hard Part Is No Longer Building\n\nAI gives you a dangerous superpower:\n\nYou can have another idea every five minutes.\n\nThen another.\n\nThen another.\n\nA calculator.\n\nA quiz.\n\nA generator.\n\nA new domain.\n\nA new niche.\n\nA new website.\n\nSoon you have dozens of things under construction and no idea whether anyone actually wants them.\n\nI slowly realized:\n\nBuilding is no longer my biggest problem.\n\nMy bigger problem is deciding **what deserves to be built further**.\n\nSo I started turning the $1 website into an experiment system.\n\n## Build. Measure. Decide.\n\nI connected the site to Google Analytics and Google Search Console.\n\nThen I created a simple dashboard.\n\nInstead of asking:\n\nDo I personally like this tool?\n\nI want to ask:\n\n- Did anyone visit it?\n- Did anyone find it through Google?\n- Did visitors actually start using it?\n- Did they finish?\n- Did they share it?\n- Did they click through to one of my main websites?\n- Is search visibility increasing?\n- Should I keep investing time in it?\n\nThe dashboard tracks things such as:\n\n- visitors\n- tool starts\n- completion rate\n- share rate\n- clicks to my main site\n- Google impressions\n- Google clicks\n- CTR\n- average search position\n\nAnd each experiment can eventually receive a simple decision:\n\n**Graduate**\n\n**Accelerate**\n\n**Observe**\n\nor\n\n**Retire**\n\nAt the moment, many of the numbers are tiny.\n\nSome are zero.\n\nI actually like that.\n\nBecause this is where the story really starts.\n\nI’m not showing you a dashboard after the business became successful.\n\nI’m showing it while almost nothing is happening.\n\nThat makes the experiment real.\n\n## Then GitHub Became Much More Than a Place to Store Code\n\nBefore this project, I mostly thought of GitHub as a place programmers put code.\n\nNow I look at it very differently.\n\nFor a tiny one-person internet business, GitHub can replace an amazing number of paid services.\n\nI started discovering that GitHub could act as:\n\n- static website hosting\n- a scheduled computer\n- a simple JSON database\n- a static API\n- an AI job scheduler\n- a monitoring system\n- a product idea database\n- a lightweight voting system\n- a release/download center\n- a testing environment\n- a remote configuration system\n- an automated website doctor\n- an SEO checker\n- an experiment management system\n- a content automation engine\n- a founder dashboard\n- a giant source of open-source product research\n\nThat completely changed how I think about small websites.\n\nA tiny website does not automatically need:\n\na VPS,\n\na database,\n\na CMS,\n\na backend,\n\nten SaaS subscriptions,\n\nor $100 a month in infrastructure.\n\nSometimes a few static files and some automation are enough.\n\n## One GitHub Repository Can Be Surprisingly Powerful\n\nHere is a simple example.\n\nA website can read:\n\n`data/tools.json`\n\nThat JSON file can contain the current list of experiments.\n\nAnother file can contain public metrics.\n\nA scheduled GitHub Action can update those files automatically.\n\nThe website reads the JSON and displays the result.\n\nSuddenly GitHub is doing several jobs:\n\n**source control**\n\n**automation**\n\n**data storage**\n\n**deployment**\n\n**monitoring**\n\nAnd for a tiny project, the infrastructure cost can be close to zero.\n\nThat matters to me.\n\nI’m not trying to build a venture-funded startup.\n\nI’m experimenting with whether one person can build a sustainable portfolio of useful little internet businesses.\n\n## Eventually I Noticed Another Problem\n\nAfter building several websites, I noticed something ridiculous.\n\nEvery time I started a new site, I asked AI to build the same boring things again.\n\nSitemap.\n\nRobots.txt.\n\nCanonical URLs.\n\nOpen Graph tags.\n\nStructured data.\n\nAnalytics.\n\nBreadcrumbs.\n\nAffiliate disclosure.\n\nTemplates.\n\nCI checks.\n\nPerformance checks.\n\nDeployment configuration.\n\nAgain.\n\nAnd again.\n\nAnd again.\n\nThen I had one of those embarrassingly obvious realizations:\n\nWhy am I asking AI to rebuild the factory every time I want to manufacture a new product?\n\nSo I stopped.\n\nAnd built the factory.\n\n## My One-Person Site Starter\n\nI created a private reusable system I call:\n\n**One-Person Site Starter**\n\nIt is deliberately boring.\n\nThat is a compliment.\n\nThe stack is basically:\n\n**Python**\n\n**Jinja2**\n\n**Markdown**\n\n**plain CSS**\n\n**vanilla JavaScript**\n\nNo React.\n\nNo giant JavaScript framework.\n\nNo database by default.\n\nNo login system.\n\nNo Docker.\n\nNo complicated infrastructure.\n\nA configuration file defines the website.\n\nContent goes in.\n\nThe system automatically handles things such as:\n\n- sitemap generation\n- robots.txt\n- canonical URLs\n- Open Graph metadata\n- structured data\n- breadcrumbs\n- noindex handling\n- analytics wiring\n- affiliate disclosures\n- performance checks\n- CI checks\n\nThe goal is simple:\n\nNever spend expensive AI tokens solving the same infrastructure problem twice.\n\n## The First Test: ChinaTea101\n\nThe first real website created from this system is:\n\n**ChinaTea101.com**\n\nThe idea is simple:\n\nChinese Tea, Made Simple.\n\nInstead of telling AI:\n\nBuild me a Chinese tea website from scratch.\n\nI can now say:\n\nCreate a new website using my existing starter.\n\nThe infrastructure already exists.\n\nThat means more of my time — and more of the AI’s time — can go toward questions that actually matter:\n\nWhat are people searching for?\n\nWhat tools would genuinely help?\n\nWhat content is missing?\n\nWhat would make someone return?\n\nWhat could eventually make money?\n\nThis feels like a much bigger improvement than simply getting better at writing code.\n\n## I Think This Is What AI Changes for One-Person Companies\n\nThere is a lot of discussion about AI replacing jobs.\n\nI’m interested in another possibility.\n\nAI may make very small companies much more capable.\n\nA single person can now have something that resembles a tiny team:\n\none AI helps research,\n\nanother helps write code,\n\nanother reviews it,\n\nautomation handles repetitive tasks,\n\nGitHub runs scheduled jobs,\n\nCloudflare serves the site,\n\nanalytics tells you what users are doing.\n\nIt does not mean one person magically becomes a billion-dollar company.\n\nIt means one person can attempt projects that previously required more money and more specialized skills.\n\nThat is why I’ve become increasingly interested in the idea of the:\n\n**One-Person Company.**\n\nOne person.\n\nOne laptop.\n\nAI.\n\nAutomation.\n\nA collection of small internet assets.\n\nAnd lots of experiments.\n\n## But There Is a Catch\n\nCheap technology does not mean easy money.\n\nThis is something I want to be very clear about.\n\nAI can make a website.\n\nAI cannot force anyone to visit it.\n\nGitHub can host your project.\n\nGitHub cannot make people care about it.\n\nClaude can write a tool.\n\nClaude cannot guarantee that people need the tool.\n\nChatGPT can help with SEO.\n\nChatGPT cannot guarantee Google rankings.\n\nAnd buying a $1 domain definitely does not create a business.\n\nDistribution still matters.\n\nTrust matters.\n\nBrand matters.\n\nSearch demand matters.\n\nUseful products matter.\n\nPatience matters.\n\nAnd probably a little luck matters too.\n\nThat is the part I am now trying to learn.\n\n## My Internet Revenue Is Still $0\n\nThis may be the most important part of this article.\n\nI have been experimenting with websites for months.\n\nI’ve bought domains.\n\nI’ve written articles.\n\nI’ve created tools.\n\nI’ve connected analytics.\n\nI’ve learned GitHub.\n\nI’ve learned more about SEO.\n\nI’ve spent many nights building things when I should probably have been sleeping.\n\nAnd my internet revenue is still:\n\n# $0\n\nSo why am I continuing?\n\nBecause I genuinely enjoy it.\n\nBuilding websites has become a little like fishing for me.\n\nYou don’t necessarily catch something every time.\n\nBut you keep learning where to cast.\n\nAnd every once in a while you see movement in the water.\n\nA page gets impressions.\n\nA keyword reaches page one.\n\nSomeone uses a tool.\n\nSomeone stays on a page for several minutes.\n\nThose tiny signals make me want to keep going.\n\n## My First Goal Is Not $10,000 a Month\n\nIt is much smaller.\n\nMy first goal is:\n\n# Earn $1 on the internet.\n\nOne real dollar.\n\nFrom someone I don’t personally know.\n\nBecause something I built provided enough value that money moved in my direction.\n\nThat first dollar would prove something very important to me.\n\nNot that I am rich.\n\nNot that I have discovered the secret to passive income.\n\nOnly this:\n\nThe machine works.\n\nAfter that:\n\n$10.\n\nThen $100.\n\nThen maybe recurring revenue.\n\nMaybe one of my sites eventually pays for all the others.\n\nMaybe none of them do.\n\nI genuinely don’t know yet.\n\nThat’s why this is an experiment.\n\n## Why I’m Writing About It Before I Succeed\n\nMost business stories are written backwards.\n\nSomeone succeeds.\n\nThen they explain how everything supposedly made sense from the beginning.\n\nReal life doesn’t feel like that.\n\nRight now I have no idea which of my websites will work.\n\nI don’t know whether Google traffic will grow.\n\nI don’t know whether affiliate marketing will work.\n\nI don’t know whether anyone will ever buy anything through one of my sites.\n\nI don’t know whether my 20-site experiment will produce one winner or twenty failures.\n\nSo I want to document it while I still don’t know the ending.\n\nThat is much more interesting to me.\n\n## This Is Ordinary Man Trying\n\nI’m 46.\n\nI’m not a Silicon Valley founder.\n\nI’m not selling a course.\n\nI’m not claiming to have discovered a secret business model.\n\nI’m a normal person trying to understand what AI makes possible.\n\nTrying websites.\n\nTrying SEO.\n\nTrying tiny tools.\n\nTrying affiliate marketing.\n\nTrying to build assets instead of only consuming things on the internet.\n\nSome experiments will probably be embarrassing.\n\nSome will fail.\n\nHopefully one or two will surprise me.\n\nThat is exactly why I called this site:\n\n**Ordinary Man Trying.**\n\n## The $1 OPC Experiment\n\nI’ve now given this experiment a name:\n\n# The $1 OPC Experiment\n\nOPC means:\n\n**One-Person Company.**\n\nThe question is:\n\nCan one ordinary person use a $1 domain, AI, GitHub and mostly free tools to slowly build a real internet business?\n\nI don’t know.\n\nBut I intend to find out.\n\nYou can see the live $1 experiment at:\n\n**ChineseFortuneTools.online**\n\nYou can also see the real experiment dashboard there.\n\nAnd here on Ordinary Man Trying, I’ll document what happens next:\n\n- traffic\n- mistakes\n- tools\n- SEO experiments\n- GitHub automation\n- website costs\n- affiliate attempts\n- revenue\n- failures\n- wins\n- and eventually, hopefully, the first dollar\n\nNo screenshots of imaginary income.\n\nNo rented Lamborghini.\n\nJust the experiment.\n\nStarting from:\n\n**$1 domain.**\n\n**$0 revenue.**\n\nAnd one ordinary man trying.", "url": "https://wpnews.pro/news/i-bought-a-domain-for-1-heres-what-i-built-with-ai-githubi-bought-a-domain-for-1", "canonical_source": "https://ordinarymantrying.com/i-bought-a-domain-for-1-heres-what-i-built-with-ai-githubi-bought-a-domain-for-1-heres-what-i-built-with-ai-github/", "published_at": "2026-09-12 00:27:22+00:00", "updated_at": "2026-09-12 00:52:40.473595+00:00", "lang": "en", "topics": ["ai-tools", "ai-products", "generative-ai", "developer-tools"], "entities": ["ChineseFortuneTools.online", "ChatGPT", "Claude", "Codex", "GitHub", "Google Analytics", "Google Search Console"], "alternates": {"html": "https://wpnews.pro/news/i-bought-a-domain-for-1-heres-what-i-built-with-ai-githubi-bought-a-domain-for-1", "markdown": "https://wpnews.pro/news/i-bought-a-domain-for-1-heres-what-i-built-with-ai-githubi-bought-a-domain-for-1.md", "text": "https://wpnews.pro/news/i-bought-a-domain-for-1-heres-what-i-built-with-ai-githubi-bought-a-domain-for-1.txt", "jsonld": "https://wpnews.pro/news/i-bought-a-domain-for-1-heres-what-i-built-with-ai-githubi-bought-a-domain-for-1.jsonld"}}