giorgosn /
openclaw-crm
The CRM your AI agent already knows how to use. Open-source, self-hosted, with native OpenClaw Bot integration.
Loading repository data…
Auxx-Ai / repository
The Open Source Front / Attio meets N8N Alternative
An open-source AI-powered email support ticket service for Shopify businesses. Integrates with Gmail and Outlook to provide automated customer support with workflow automation.
Run a single command to install and start Auxx.ai:
bash <(curl -sL https://raw.githubusercontent.com/Auxx-Ai/auxx-ai/main/docker/scripts/install.sh)
The install script automatically:
docker-compose.yml and .env.examplePin a specific version:
VERSION=0.1.64 bash <(curl -sL https://raw.githubusercontent.com/Auxx-Ai/auxx-ai/main/docker/scripts/install.sh)
Once running, visit http://localhost:3000 and follow the setup wizard.
When you first run the application, you'll be guided through a setup wizard to:
| Category | Variables |
|---|---|
| Database | DATABASE_URL |
| Redis | REDIS_HOST, REDIS_PORT, REDIS_PASSWORD |
| Auth | AUTH_GOOGLE_*, AUTH_GITHUB_* |
| Gmail | GOOGLE_CLIENT_*, GOOGLE_PUBSUB_* |
| Outlook | OUTLOOK_CLIENT_*, OUTLOOK_WEBHOOK_* |
| Shopify | SHOPIFY_API_KEY, SHOPIFY_API_SECRET |
| AI Models | OPENAI_API_KEY, ANTHROPIC_API_KEY, GOOGLE_API_KEY, GROQ_API_KEY |
| Email Provider | EMAIL_PROVIDER, MAILGUN_* or SMTP_* |
| Storage | S3_BUCKET, S3_REGION, S3_ACCESS_KEY_ID, S3_SECRET_ACCESS_KEY |
| Payments | STRIPE_SECRET_KEY, STRIPE_WEBHOOK_SECRET |
| Real-time | PUSHER_* |
See individual .env.example files for complete configuration options.
├── apps/
│ ├── web/ # Main Next.js application
│ ├── api/ # API server
│ ├── worker/ # Background job processor
│ ├── kb/ # Knowledge base app
│ ├── lambda/ # AWS Lambda functions
│ ├── docs/ # Documentation site
│ ├── homepage/ # Marketing site
│ └── build/ # Build utilities
│
├── packages/
│ ├── database/ # Drizzle ORM schema & migrations
│ ├── ui/ # Shared UI components (shadcn)
│ ├── lib/ # Shared utilities
│ ├── config/ # Shared configuration
│ ├── services/ # Business logic services
│ ├── sdk/ # Auxx SDK
│ ├── email/ # Email handling
│ ├── redis/ # Redis client
│ ├── credentials/ # Credentials management
│ ├── billing/ # Stripe billing
│ ├── workflow-nodes/ # Workflow automation nodes
│ ├── logger/ # Logging utilities
│ ├── seed/ # Database seeding
│ ├── eslint-config/ # Shared ESLint config
│ └── typescript-config/# Shared TypeScript config
│
├── infra/ # Infrastructure configs
├── scripts/ # Utility scripts
└── docs/ # Additional documentation
# Start all apps in development mode
pnpm dev
# Build all packages
pnpm build
# Lint and format
pnpm lint
pnpm lint:fix
pnpm format
# Run tests
pnpm test
pnpm test:ui # With Vitest UI
pnpm test:coverage # With coverage report
# Generate migrations after schema changes
pnpm db:generate
# Run migrations
pnpm db:migrate
# Open Drizzle Studio (database GUI)
pnpm db:studio
# Reset database
pnpm db:reset
# Seed database
pnpm seed
pnpm seed:dev # Development seed
pnpm seed:test # Test data seed
Contributions are welcome! Please feel free to submit a Pull Request.
git checkout -b feature/amazing-feature)git commit -m 'Add some amazing feature')git push origin feature/amazing-feature)If you encounter any problems or have questions, please open an issue on GitHub.
Selected from shared topics, language and repository description—not editorial ratings.
giorgosn /
The CRM your AI agent already knows how to use. Open-source, self-hosted, with native OpenClaw Bot integration.
seldonframe /
Open-source AI front office for local service businesses: AI receptionist (voice/SMS/chat) + website + CRM + booking. Self-hostable or $29/mo flat. The open-source GoHighLevel alternative.
jeevansai-hub /
An open-source, full-suite AI-powered Enterprise Resource Planning (ERP) platform unifying HRMS, CRM, Finance, Inventory, Workflows, and AI Copilot. Open for contributions — help us build the next generation of enterprise software!
jentrix-au /
The universal board for AI agents — one Kanban for tasks, bugs, support, CRM & roadmap, operated by humans and agents via a built-in MCP server. Open-source, self-hostable (Next.js 16, Prisma 7, Auth.js v5).
guillempuche /
Open-source CRM with a built-in research agent. Find people, email them, follow up, remember the trail. Your providers, your budget. MCP-ready, MIT.
Cam-Smith-One /
The open-source CRM built for AI agents. MCP-native, API-first, self-hostable. AGPL-3.0.