DEV Community

XzWy JIA
XzWy JIA

Posted on

I don't know how to code — but I built a SaaS business in 48 hours with AI

This is a true story. Not a tutorial. Not a success story. This is what happened when a non-coder sat down at a computer and tried to build a software business with AI doing all the technical work.
The starting point: I can't code
I can't tell an HTML tag from a CSS selector. What I can do: make decisions, approve things, and collect payments.
What my AI (Claude Code) can do: write code, deploy websites, debug errors, generate content, run terminal commands, manage servers.
The division of labor was clear from day one:
• Me: direction, pricing, approval, collecting money
• AI: everything technical
Day 1: Picked three ways to make money
The AI researched the market. Conclusion: test three directions simultaneously.

  1. AI Content Department — 5 agents working as a writing team, replacing human writers
  2. AI Support Department — 3-tier agent escalation system, replacing support agents
  3. AI Analytics Department — upload spreadsheets, agents analyze and generate reports Mistake #1: I priced way too low. I started at ¥200 (~$28) per article. Then I watched a Silicon Valley entrepreneur interview and realized — the exact same service could sell for $499/month to a US startup. That's a 14x difference. My pricing anchor was completely wrong. Day 2 morning: Built an automation infrastructure The AI handled everything (I didn't need to understand the technical details): • Deployed an English landing page on Vercel • Created an open source GitHub repo • Set up a local daemon that auto-generates 3 pieces of content every day at 8:30 AM • Wrote 5 n8n workflow automations • Connected the DeepSeek API for content generation Mistake #2: I wasted 3 hours on n8n. n8n is a visual automation tool — sounds perfect for a non-coder like me. Reality: I couldn't find the activation switch. The AI wrote 5 perfect workflows. They all tested successfully. But I couldn't turn them on. We eventually abandoned n8n and replaced it with a 50-line Node.js script. Same functionality. Zero cost. Lesson: SaaS tools aren't better just because they're powerful. If a feature takes more than 2 clicks to activate, it's not built for non-technical users. Day 2 afternoon: Tried to promote. Reality punched back. The product was live. I needed people to see it. Here's what happened on each platform: Hacker News New accounts can't post Show HN — you need "karma" first. I tried: • Google login → browser flagged as insecure, blocked • Manual account creation → Show HN rejected • Regular link post → "You're posting too fast. Please slow down." • Write comments to build karma → couldn't find the comment box The AI spent 2 hours writing Playwright automation scripts to bypass these restrictions. Every single one failed. Then I realized: copy-pasting manually takes 2 minutes. The automation took 2 hours and still didn't work. Reddit • r/selfhosted: post removed by moderators • r/aiagents: rejected — "new accounts can't post product links" Lesson: Reddit has zero tolerance for self-promotion from new accounts. Community participation first, product second. Doesn't matter how good your product is. Product Hunt I filled out the entire launch form. Scheduled it for midnight. Checked 24 hours later — the product was completely invisible in search results. Another product with the same name (AMA — a browser extension) had claimed the search results. Mine got buried. Lesson: Check name availability before you commit. 'AMA' is way too common. What actually worked
  4. Dev.to articles got indexed by Google I posted two technical articles on Dev.to. Within hours, they appeared in Google search results. No SEO optimization. No backlinks. Just content. Takeaway: Writing real content in technical communities beats posting ads on 5 different social platforms.
  5. Switching the landing page from Chinese to English Before: a Chinese page charging ¥200 per article. After: "One-Person Company OS — Replace entire departments at 1/10 the cost. $499/month." Same exact service. Different positioning. 14x value perception difference. This isn't a technical problem — it's a narrative problem.
  6. Replaced n8n with 50 lines of code The n8n activation nightmare cost me 3 hours. The solution: a 50-line Node.js script with a built-in daily timer, running on my own computer. Cost: $0. Sometimes the simplest solution is the best solution.
  7. Video insight pipeline I had a 56MB interview video with a Silicon Valley entrepreneur. The AI built a fully automated pipeline: video → audio extraction → Whisper transcription → DeepSeek analysis → business insight extraction → Obsidian knowledge base. Entire process automated. Cost: $0.002 per run. This capability itself could be a product — compliance review for short video content. The real numbers (after 48 hours) Metric Value Websites deployed 3 Content pieces generated 17 GitHub repos 1, MIT license Dev.to articles 2 (Google-indexed) Twitter thread 1 Product Hunt launch 1 (unsuccessful) HN posts 1 (rate-limited) Reddit posts 2 (all removed) Actual paying customers 0 Monthly infrastructure cost $0.50 Lines of code I wrote 0 Lines of code AI wrote ~5,000+ 10 things I learned About product
  8. Pricing anchor is everything. ¥200 vs $499 — same thing, different story.
  9. Validate willingness to pay before building. I built a lot. Zero paying customers.
  10. Names matter. 'AMA' is too common. Got buried on Product Hunt. About distribution
  11. New accounts are restricted everywhere. It's not your product — it's platform policy.
  12. Content beats ads. Dev.to articles got Google-indexed. Lasts longer than any promotional post.
  13. Automation isn't worth it. Manual copy-paste: 2 minutes. AI automation: 2 hours of failure. About AI collaboration
  14. What AI can do: write code, deploy, debug, generate content, operate terminals, analyze data.
  15. What AI can't do: click buttons on web pages (Playwright failed repeatedly), understand platform rules, collect payments for you.
  16. The best collaboration model: I make decisions and authorize. AI does all execution. This is the real one-person company. About cost
  17. AI infrastructure is nearly free. DeepSeek API costs $0.002 per call. Monthly content generation costs under $0.50. The real cost is time — the hours I wasted on n8n and HN cost 100x more than all the API fees combined. What's next • Keep writing Dev.to articles (real content, not ads) • Set up Stripe to actually collect payments • Record a 2-minute demo video • Find one real customer — any price — and close the loop  This is the true story of a non-coder trying to build a SaaS business from scratch with AI. No embellishment. No omitted failures. If you're doing something similar — or if you're a developer who can tell me what I'm doing wrong — I'd love to hear from you. GitHub: github.com/xzwyjia-pixel/ama Landing page: agent-business-xi.vercel.app

Top comments (0)