Skip to content

ctsf/GEN-AI-POC

Repository files navigation

Cursor AI for Salesforce Development POC

This project serves as a Proof of Concept (POC) demonstrating how Cursor AI can enhance Salesforce development workflows and productivity. It showcases the integration of AI-assisted development in a typical Salesforce project structure.

Project Overview

This POC implements a basic Customer-Order management system to demonstrate how Cursor AI can assist with:

  • Salesforce object modeling and relationships
  • Apex class development
  • Lightning component creation
  • Best practices implementation
  • Code review and optimization

Demo Plan

For a detailed walkthrough of this POC, please refer to our Demo Plan.

Getting Started

  1. Clone this repository
  2. Create a scratch org:
    sf org create scratch -f config/project-scratch-def.json -a my-scratch-org
  3. Push source to the scratch org:
    sf project deploy start
  4. Assign permission sets:
    sf apex run -f scripts/apex/assignPermSet.apex
  5. Load sample data:
    sf apex run -f scripts/apex/createTestData.apex
  6. Review the example implementations in App called Customer Order App

Benefits of Using Cursor AI

  • Faster development cycles
  • Reduced boilerplate code
  • Intelligent code suggestions
  • Automated documentation
  • Best practices enforcement
  • Quick problem resolution

Resources

Contributing

This POC is open for contributions. Feel free to submit issues, fork the repository, and create pull requests for any improvements.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published