Skip to content

fotsoeddy/TierCraft-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

🛠️ TierCraft AI: Pricing Optimizer Agent

TierCraft AI is a professional AI SaaS Pricing Optimizer that generates 3 data-driven pricing tiers (Starter/Pro/Business) for any SaaS idea. It uses LangGraph orchestration and OpenAI o4-mini to analyze market positioning and refine tiers for maximum affordability and market fit.


🚀 Key Features

  • LangGraph Orchestration: A multi-step agent flow that analyzes, drafts, evaluates, and revises pricing.
  • Cheaper Mode: A specialized "Make it cheaper" feature that applies strict affordability constraints without exposing complex settings.
  • Premium UI: A clean, navy-themed (#000080) dashboard built with Next.js 15 and TailwindCSS 4.
  • AI Scoring: Real-time evaluation of Affordability, Clarity, and Market Fit.

📂 Project Structure

  • backend/: FastAPI server & LangGraph pricing engine.
  • frontend/: Next.js dashboard & interactive UI components.

⚙️ Setup & Installation

1. Backend Setup

# Navigate to backend
cd backend

# Create & activate virtual environment
python3 -m venv venv
source venv/bin/activate

# Install dependencies
pip install -r requirements.txt

# Configure environment
cp .env.example .env
# Edit .env and add your OPENAI_API_KEY

Run the Backend:

python -m app.main

2. Frontend Setup

# Navigate to frontend
cd frontend

# Install dependencies
npm install

# Configure environment
cp .env.example .env

Run the Frontend:

npm run dev

🎨 Branding

  • Primary Color: #000080 (Navy)
  • Frameworks: FastAPI, Next.js, LangGraph, TailwindCSS
  • AI Model: OpenAI o4-mini

📝 License

MIT

About

TierCraft AI is a small AI agent that generates SaaS pricing tiers using LangGraph orchestration + OpenAI (o4-mini). It analyzes market context (country + target users), proposes 3 tier packages, runs a reality-check loop, and returns polished pricing cards in a Next.js UI with a “Make it cheaper” button.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors