AdAlchemyAI is a full-stack application that automates Google Ads campaigns for small businesses using AI technology.
- Frontend: React, TypeScript, Vite
- Backend: Node.js, Express
- AI-powered Google Ads campaign creation and optimization
- Interactive chat interface for user onboarding
- Dynamic FAQ section
- Discord bot integration for ongoing management
- Navigate to the
frontend
directory - Run
npm install
- Start the dev server:
npm run dev
- Navigate to the
backend
directory - Run
npm install
- Set up environment variables (see
.env.example
) - Start the server:
npm start
/frontend
: React application/backend
: Node.js server/discord-bot
: Discord bot integration (if separate)
POST /startSession
: Initiates a new user sessionPOST /sendMessage
: Handles user-bot interactionsPOST /endSession
: Concludes a user session