Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

ubaidrmn/lambdacrm

Open more actions menu

Repository files navigation

LambdaCRM Logo

Node.js AWS React TypeScript

LambdaCRM is a lightweight, serverless CRM powered by AWS, designed to help teams effortlessly manage leads, clients, deals, and tasks.

🏗️ Architecture

  • Backend: TypeScript Lambda function with API Gateway
  • Frontend: React with Vite, TailwindCSS, and ShadeCN UI components
  • Database: DynamoDB with single-table design
  • Authentication: AWS Cognito
  • Infrastructure: AWS CDK
  • Local Development: docker compose with LocalStack

📁 Project Structure

lambdacrm/
├── backend/           # Lambda function and API logic (Internally routes within a single Lambda)
│   ├── src/
│   │   ├── controllers/   # Internal route handlers
│   │   ├── lib/           # Core lib
│   │   ├── models/        # Entities
│   │   ├── repositories/  # Data access layer
│   │   ├── schemas/       # Zod validation schemas
│   │   └── services/      # Business logic
│   │   └── types/         # Typescript types
│   └── package.json
├── frontend/          # React frontend application
│   ├── src/           # React components and pages
│   └── package.json
├── cdk/              # AWS CDK infrastructure code
│   ├── lib/          # CDK stack definitions
│   └── package.json
└── docker-compose.local.yml # Local development services

🚀 Deployment

AWS Deployment

  1. Configure AWS credentials

    aws configure
  2. Bootstrap CDK (first time only)

    cd cdk
    cdk bootstrap
  3. Build and deploy

    node cdk-deploy.js

🤝 Contributing

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

About

LambdaCRM is a lightweight, serverless CRM designed to help teams efficiently manage leads, clients, deals, and tasks. Built with scalability and simplicity in mind, it leverages AWS Lambda to provide a reliable, low-maintenance backend.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.