Listing Thumbnail

    CodeScene: Technical Debt Management and Code Quality Analytics Tool

     Info
    Sold by: CodeScene 
    Manage technical debt, improve code quality, prioritize refactoring, and automate reviews, all powered by CodeHealthâ„¢, the only validated metric measuring the business impact of code quality. Get started today with a 14-day free trial: https://codescene.com/product/free-trial
    Listing Thumbnail

    CodeScene: Technical Debt Management and Code Quality Analytics Tool

     Info
    Sold by: CodeScene 

    Overview

    Play video

    Manage technical debt, improve code quality, prioritize refactoring, and automate reviews. All powered by CodeHealth™, the only validated metric measuring the business impact of code quality. Get started today with a 14-day free trial: https://codescene.com/product/free-trial 

    CodeScene goes beyond static code analysis by combining team dynamics from Git history with technical code aspects to identify complex, frequently modified areas with low code health. This enables you to prioritize critical refactoring, improve code quality and development speed, and address the technical debt that truly slows you down.

    Integrate through pull requests to flag code quality issues and get refactoring recommendations. Native integrations include GitHub, Bitbucket, Azure DevOps, and GitLab. Leverage advanced code coverage insights to prioritize risk mitigation effectively.

    Use CLI tool and IDE extension to give your developers real-time feedback on how to reduce technical debt within their daily development flows. Main use cases include: prioritizing refactoring work, code modernization projects, legacy codebase management, AI-powered refactoring, and automated code quality reviews and improvements.

    CodeHealthâ„¢ is a code quality metric that aggregates 25+ contextual factors of code quality like code duplication, large methods, complex conditional logic, or long parameter lists. It is the only peer-reviewed code-level metric with proven link between code quality and business impact.

    CodeScene supports 28+ programming languages. It is ISO27001 certified and takes security seriously.

    Reach out to sales@codescene.com  for more information.

    Highlights

    • Identify technical debt that truly slows down development. Prioritize improvements, set quality guardrails, automate code reviews and quality checks via PR, CLI, and IDE tools. Refactor automatically with AI using CodeScene ACE.
    • Go beyond static code analysis by mining Git history and combining it with team dynamics to identify complex, frequently modified code areas, prioritize refactoring, and fix bad code that matters.
    • Main use cases include prioritizing refactoring work, code modernization projects, legacy codebase management, AI-powered refactoring, and automated code quality reviews and improvements.

    Details

    Delivery method

    Delivery option
    On-Prem Deployment - AMI with CloudFormation

    Latest version

    Operating system
    AmazonLinux Amazon Linux 2

    Features and programs

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Pricing

    CodeScene: Technical Debt Management and Code Quality Analytics Tool

     Info
    Pricing is based on the duration and terms of your contract with the vendor. This entitles you to a specified quantity of use for the contract duration. If you choose not to renew or replace your contract before it ends, access to these entitlements will expire.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.

    1-month contract (2)

     Info
    Dimension
    Description
    Cost/month
    Standard plan - number of active authors
    The number of active authors you pay for - pick Standard or Pro, NOT BOTH!
    $21.00
    Pro plan - number of authors
    The number of active authors you pay for - pick Standard or Pro, NOT BOTH!
    $32.00

    Vendor refund policy

    Custom pricing options

    Request a private offer to receive a custom quote.

    How can we make this page better?

    We'd like to hear your feedback and ideas on how to improve this page.
    We'd like to hear your feedback and ideas on how to improve this page.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    Delivery details

    On-Prem Deployment - AMI with CloudFormation

    The deployment diagram shows an EC2 instance running CodeScene in Docker and the Load balancer (ALB). There's a web server running on the instance and listening on port 3003 (plain HTTP). Access to this port is granted to ALB via a security group rule. Outgoing Internet traffic is via Internet GW. Daily backups with EBS snapshots via Lifecycle Manager. Logs are sent to codescene CloudWatch group. SSH Connection to the instance via SSM (ec2-user)

    CloudFormation Template (CFT)

    AWS CloudFormation templates are JSON or YAML-formatted text files that simplify provisioning and management on AWS. The templates describe the service or application architecture you want to deploy, and AWS CloudFormation uses those templates to provision and configure the required services (such as Amazon EC2 instances or Amazon RDS DB instances). The deployed application and associated resources are called a "stack."

    Version release notes

    First Release

    Additional details

    Usage instructions

    Check out our Getting Started documentation: https://docs.enterprise.codescene.io/latest/getting-started/aws-marketplace.html 

    This product requires an Internet connection to deploy and perform subsequent updates of the product. The following packages are downloaded on deployment:

    This product also requires an ongoing Internet connection. The following external services are required to properly function:

    This product is accessible only via HTTPS - you MUST set the "CertificateARN" parameter for this to work. The certificate must be created separately by your infrastructure team - see aws docs for more details: https://docs.aws.amazon.com/acm/latest/userguide/gs.html 

    The "IngressIP" template parameter specifies the source IP range allowed to access the deployed application. It should be specified according to your network security policies. Note that "PR Integration" (https://docs.enterprise.codescene.io/latest/integrations/pr-integration/integrate-into-ci-cd.html ), requires an open network route from your Git provider (such as GitHub, BitBucket, GitLab, or Azure DevOps) to the CodeScene app to receive PR webhooks events. If you have an on-premise installation of a Git provider (such as GitHub Enterprise) you can restrict the incoming traffic to your IP ranges. If you use a publicly hosted Git provider (such as github.com) you need to either allow all traffic with "0.0.0.0/0" (less secure) or periodically update the load balancer's security group based on the provider's published IP ranges (e.g. https://api.github.com/meta ).

    An IAM role (CodeSceneEC2Role) is created during deployment. This role gives the CodeScene instance necessary permissions for communicating with AWS License Manager (to fetch Contract license info), to deliver logs to CloudWatch, and for secure connections to the instance via Session Manager (SSM).

    After the CloudFormation stack is deployed, access the CodeScene web UI via a custom hostname/domain (that you created and associated with the load balancer (ALB)), If you don't have a custom domain, use the ALB's domain - to find it, go to the 'Resources' tab in the CloudFormation stack details, open the link in the "Physical ID" column of the "ApplicationLoadBalancer" resource, and copy "DNS name".

    To log in for the first time, use the default admin account: 'aws.marketplace' username and the ec2 instance id as the password.

    After you log in, use the web UI hostname as "CodeScene Host URL" in Configuration -> System -> Host/Network Settings. Also, consider removing the default login message in Configuration -> License. Finally, we recommend creating your own admin user in Configuration -> Authentication and deleting the default 'aws.marketplace' user.

    To update the CodeScene app to the latest codescene (image) version, connect to the instance and run /home/ec2-user/codescene/codescene.sh update. To connect to the instance, open the AWS console -> EC2 -> right-click on the codescene instance -> Connect -> Session Manager -> Connect (make sure the username is ec2-user).

    Resources

    Support

    Vendor support

    Explore our Support Hub for additional resources, insightful tutorials, and comprehensive answers to frequently asked questions. Should you require further assistance or have any inquiries, feel free to submit a support ticket - we're here to help.

    AWS infrastructure support

    AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.

    Similar products

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 AWS reviews
    |
    31 external reviews
    External reviews are sourced from G2  and are not included in the star rating for this product.
    Hedda D A.

    Excited to use and curious about what's next

    Reviewed on Feb 28, 2025
    Review provided by G2
    What do you like best about the product?
    CodeScene is straightforward to set up and configure, making it easy to get started. The visualizations are excellent, and once you become familiar with navigating the tool, it is a true game changer both for developers prioritizing their work and communicating these priorities to business.
    What makes CodeScene stand out in the jungle of solutions, are their dedication to the science behind good code health. I'm confident in the choices they make and the product baseline for code analysis.
    What do you dislike about the product?
    The main challenge we face with CodeScene is getting developers to incorporate it into their daily workflow. While there are several shift-left solutions available, such as the CLI and VS Code IDE, the absence of a Visual Studio IDE integration is a significant drawback for our team. We also find the lack of out-of-the-box configurations that integrate seamlessly with our CI/CD tools to be a limitation.
    What problems is the product solving and how is that benefiting you?
    Our team has a huge stack of legacy code with potential high maintenance technical debt, CodeScene help visualize this and promote a clear view of potential blockers. Also, the primary problem CodeScene is solving for our teams is declining code health in new solutions - with the Pull Request integration we can keep our code at a high standard from early on.
    Sebastian V.

    Great product and great support

    Reviewed on Jan 09, 2025
    Review provided by G2
    What do you like best about the product?
    The product is really state of the start code "forensics". It really helps us realize where our technical debt is and also what we should do about it. What to prioritize first to have tyhe biggest impact on quality or to reduce risk. Big fan, have used it for years.
    Support is really good too.
    What do you dislike about the product?
    No downsides per se, but I'd like a feature so I can track quality scores over time in a nice dashboard. I like big screens on the wall.
    What problems is the product solving and how is that benefiting you?
    It's helping us mitigate our technical debt. That in turn will mean better time to market, better quality and happier developers
    Events Services

    Codescene review

    Reviewed on Sep 13, 2024
    Review provided by G2
    What do you like best about the product?
    Help me write quality code, review code and help write good code
    What do you dislike about the product?
    Nothing everything is good, while using codescene
    What problems is the product solving and how is that benefiting you?
    Writing better and quality code
    Vinay P.

    This is a good platform for software quality and productivity

    Reviewed on Sep 13, 2024
    Review provided by G2
    What do you like best about the product?
    This is a good platform for comprehensive code health analysis, behavioral code analysis, risk prediction and hotspot detection and the best part is automated reports with actions
    What do you dislike about the product?
    The learning curve in the platform and the pricing are the parts which dislikes me most.
    What problems is the product solving and how is that benefiting you?
    This solves the technical debt accumulation, undetected code hotspots and risky areas, lack of insights into team dynamics.
    Sourabh v.

    Real Coder

    Reviewed on Sep 12, 2024
    Review provided by G2
    What do you like best about the product?
    As a React JS developer time, I need some quick logic as per previous code CodeScene very intelligently understands my code and previous code very well and generates code as I want,
    What do you dislike about the product?
    Other tools like ChatGpt its not understand my new requirements.
    What problems is the product solving and how is that benefiting you?
    sorry i cant explain due to company policy but its help me make better UI with great logics
    View all reviews