DEV Community

Vemtrac Labs
Vemtrac Labs

Posted on

I Built 2 AI SaaS Tools in 2 Hours — Try Them Free

The Problem

If you create content, you know the pain: you write one great blog post, then spend hours manually rewriting it for Twitter, LinkedIn, email, and Instagram.

And if you write headlines? You have no idea if they're good until you publish and watch the analytics tank.

So I built two free tools to solve both problems.


Tool 1: ContentForge — AI Content Repurposer

Try it free - contentforge.vemtrac.com

Paste any blog post or article. Get perfectly formatted versions for:

  • Twitter/X — Full thread + standalone tweet
  • LinkedIn — Professional tone, emojis, line breaks
  • Email — Subject line + newsletter body
  • Instagram — Caption with hashtags + story slides

The AI understands each platform's native style. Free tier: 5 repurposes, no signup.


Tool 2: HeadlineForge — AI Headline Analyzer

Try it free - headlines.vemtrac.com

Enter any headline and get:

  • Score out of 100 with letter grade
  • Strengths and weaknesses analysis
  • 3 better alternatives (click to copy)
  • Platform-specific scores (Blog, Email, Social, YouTube)
  • Power word and emotional word detection
  • SEO tips

Free tier: 5 analyses, no signup.


Tech Stack

Both tools use the same architecture:

User > Nginx (SSL) > Docker > Node.js/Express > Claude API
                                    |
                              Stripe Checkout
Enter fullscreen mode Exit fullscreen mode

Each tool is a single server.js (~200 lines) + single index.html. No frameworks, no build tools.

Key Learnings

  1. Ship fast, iterate later. Both went from idea to live in under an hour each.
  2. AI as backend. Business logic is a well-crafted prompt. No ML training needed.
  3. Stripe Checkout is magic. 10 lines of code to accept payments.
  4. Free tier is essential. Nobody pays for something they haven't tried.

Try Them

Both are free. Would love your feedback — what should I build next?

Built by Vemtrac Labs

Top comments (0)