Top SitesEggflow - Marketing Automation & Lead Generation Software

Machine Readiness

Stored receipt and evidence

Overall

20

Readable

65

Callable

0

Commerce

0

Payment

0

Machine Access

Inspect the site's MCP endpoint

Open MCP explorer

DialtoneApp can scan the stored discovery files for this domain, try the MCP initialize handshake, and show the raw protocol transcript.

Purchase boundary

read only

Control boundary

unknown

Payment rails

None

Payment providers

None

Payment methods

None

Payment protocols

None

Payment assets

None

Payment networks

None

Capabilities

None

Verified payment surface

No

Crypto only

No

Readable docs

robots, llms

Products

0

Variants

0

Priced variants

0

Currencies

0

Offers

0

Priced offers

0

Priced actions

0

Samples

Offer samples

No stored offer samples.

Samples

Action samples

No stored action samples.

Samples

Product samples

No stored product samples.

Document

robots.txt

Open robots.txt
User-agent: *
Allow: /

Allow: /v4/images/
Allow: /css/
Allow: /js/
Allow: /assets/

Disallow: /admin/
Disallow: /app/
Disallow: /vendor/
Disallow: /lib/
Disallow: /tmp/
Disallow: /logs/
Disallow: /config/
Disallow: /cache/

Disallow: /*.php$
Disallow: /test/
Disallow: /debug/

Disallow: /login/
Disallow: /logout/
Disallow: /register/
Disallow: /auth/
Disallow: /shopify-auth/

# Block search and dynamic pages
Disallow: /search/
Disallow: /*?*
Disallow: /*&*

# Block tracking pixels and analytics
Disallow: /pixel/
Disallow: /track/
Disallow: /analytics/

# Block duplicate content
Disallow: /print/
Disallow: /preview/

# Block backend domain from indexing
User-agent: *
Disallow: /
Host: backend.eggflow.com

# Block app domain from indexing
User-agent: *
Disallow: /
Host: app.eggflow.com

# Block app domain from indexing
User-agent: *
Disallow: /
Host: static.eggflow.com

# Special crawling rules for major search engines
User-agent: Googlebot
Allow: /

User-agent: Bingbot
Allow: /

User-agent: facebookexternalhit
Allow: /

User-agent: Twitterbot
Allow: /

# Sitemap location
Sitemap: https://eggflow.com/sitemap-index.xml
Sitemap: https://eggflow.com/sitemap.xml
Sitemap: https://blog.eggflow.com/sitemap.xml

Document

llms.txt

Open llms.txt
# Eggflow Marketing Automation Platform

> Advanced marketing automation and lead generation platform for e-commerce businesses

## Overview

Eggflow is a comprehensive marketing automation platform that helps e-commerce businesses grow through intelligent lead generation, automated marketing campaigns, and customer engagement tools.

## Key Features

- **Marketing Automation**: Create automated marketing campaigns and workflows
- **Lead Generation**: Advanced lead capture and nurturing tools
- **Smart Pop-ups**: Intelligent pop-up campaigns to convert visitors
- **Email Marketing**: Automated email campaigns and sequences
- **Integration Hub**: Connect with popular e-commerce platforms and tools
- **Analytics & Reporting**: Track campaign performance and ROI
- **CTA Management**: Create and manage call-to-action buttons
- **Landing Pages**: Build high-converting landing pages
- **Giveaways & Promotions**: Run promotional campaigns and contests
- **Chatbot**: Automated customer engagement through chat
- **Deal Management**: Track and manage sales opportunities

## Technical Stack

- **Backend Framework**: CakePHP 2.x
- **Frontend**: JavaScript, jQuery
- **Database**: MySQL/PostgreSQL
- **Payment Integration**: Stripe, PayPal, Braintree
- **Architecture**: MVC pattern
- **Deployment**: Docker containerization

## Project Structure

```
app/
  Controller/     - Application controllers
  Model/          - Data models and business logic
  View/           - Templates and views
  webroot/        - Public assets (CSS, JS, images)
  Config/         - Configuration files
  Lib/            - Custom libraries
  Plugin/         - CakePHP plugins
vendor/           - Third-party dependencies
lib/Cake/         - CakePHP framework
```

## Main Components

### Controllers
- **DashboardController**: Main dashboard and analytics
- **LeadController**: Lead management and tracking
- **CampaignController**: Marketing campaign management
- **IntegrationController**: Third-party integrations
- **PaymentController**: Payment processing
- **TemplateController**: Template management
- **AutomataController**: Marketing automation workflows

### Key Integrations
- Shopify
- Stripe Payment Gateway
- PayPal
- Braintree
- Email service providers

## API Endpoints

The platform provides RESTful API endpoints for:
- Lead management
- Campaign operations
- User authentication
- Integration webhooks
- Analytics data

## Security Features

- User authentication and authorization
- ACL (Access Control List) implementation
- CSRF protection
- SQL injection prevention
- XSS protection
- Secure payment processing

## Development

### Setup
```bash
# Install dependencies
composer install

# Configure database
cp app/Config/database.php.default app/Config/database.php

# Run with Docker
docker-compose up
```

### Build
```bash
# Build Docker image
sh docker-build.sh
```

## Domains

- **Main Site**: https://eggflow.com - Public marketing website
- **App**: https://app.eggflow.com - Main application (not indexed)
- **Backend**: https://backend.eggflow.com - Admin backend (not indexed)
- **Static**: https://static.eggflow.com - Static assets (not indexed)
- **Blog**: https://blog.eggflow.com - Marketing blog

## Documentation

For detailed documentation, visit:
- Developer docs: https://eggflow.com/docs
- API documentation: https://eggflow.com/api-docs
- User guides: https://eggflow.com/help

## Support

- Email: support@eggflow.com
- Documentation: https://eggflow.com/docs
- Community: https://community.eggflow.com

## License

Proprietary - All rights reserved

---

This file provides context for Large Language Models to better understand the Eggflow platform architecture and capabilities.

Document

llms-full.txt

Not stored for this site.