Infinity SaaS is a cutting-edge platform designed to help businesses scale their marketing and sales efforts with AI-powered tools and automations. This repository contains the source code for Infinity SaaS, enabling you to customize, extend, or contribute to its development.
- AI-Powered Cold Email Automation: Send personalized cold emails by scraping recipient websites and tailoring messages using business context.
- Gemini AI Integration: Leverage advanced AI capabilities for generating insights, improving workflows, and automating repetitive tasks.
- Data-Driven Insights: Analyze performance metrics to optimize your marketing and sales strategies.
- Frontend: Next.js
- Backend: Express.js, Hono.js
- Database: MongoDB
- AI Features: Gemini AI
- Deployment: Vercel, AWS
- Web Scraping: Puppeteer, Cheerio
- Node.js v16+
- MongoDB
- Environment variables for API keys (see
.env.example)
-
Clone the Repository
git clone https://github.com/your-username/infinity-saas.git cd infinity-saas -
Install Dependencies
npm install
-
Set Up Environment Variables
Copy.env.exampleto.envand update the values for your API keys, MongoDB URI, and other configurations.cp .env.example .env
-
Run the Development Server
npm run dev
The app will be accessible at
http://localhost:3000.
npm run dev: Start the development server.npm run build: Build the app for production.npm run start: Start the production server.npm run lint: Run linting checks.npm run test: Run tests.
Built with ❤️ By Aryan