An open API service indexing awesome lists of open source software.

https://github.com/4cecoder/salesflow


https://github.com/4cecoder/salesflow

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# SaleFlow

AI-Powered B2B Sales Communication Platform for Sales Teams
But instead of cold calls and filling out forms, you can have a video call with your prospects and get real-time insights and suggestions.

Revolutionize the communication process with SaleFlow, a B2B SaaS platform that empowers sales teams to connect with prospects and drive sales with AI-assisted video conferencing.

Build around video chatting.

## Project Structure

```
salesflow/
├── frontend/ # Next.js + shadcn frontend application
├── backend/ # Golang + Fiber backend API
└── docs/ # Project documentation
└── README.md # Detailed technical documentation
```

## Quick Start

### Frontend Setup
```bash
cd frontend
npm install
npx shadcnui@latest init
npm run dev
```

### Backend Setup
```bash
cd backend
go mod init saleflow
go mod tidy
go run main.go
```

## Documentation

For detailed documentation, please see [docs/README.md](docs/README.md)

For basic frontend development, see [frontend/README.md](frontend/README.md)

## License

[License information to be added]
# salesflow