https://github.com/4cecoder/salesflow
https://github.com/4cecoder/salesflow
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/4cecoder/salesflow
- Owner: 4cecoder
- Created: 2024-12-04T21:10:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-06T07:04:26.000Z (about 1 year ago)
- Last Synced: 2025-02-01T07:16:08.447Z (about 1 year ago)
- Language: TypeScript
- Size: 408 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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