Software Alternatives, Accelerators & Startups

Exist VS Sourcery

Compare Exist VS Sourcery and see what are their differences

Note: These products don't have any matching categories. If you think this is a mistake, please edit the details of one of the products and suggest appropriate categories.

Exist logo Exist

Track everything in one place, understand your life.

Sourcery logo Sourcery

Sourcery reviews your code everywhere you work and automatically suggests improvements
  • Exist Landing page
    Landing page //
    2022-07-19
  • Sourcery Landing page
    Landing page //
    2024-08-19

Exist features and specs

  • Comprehensive Data Integration
    Exist integrates data from various services such as fitness trackers, social media, sleep monitors, and more, allowing for a wide range of data collection and analysis.
  • Personal Insights
    It provides personalized insights and correlations based on the data collected, helping users to better understand their habits and improve their lifestyle.
  • Custom Tracking
    Users can create custom tags to track specific activities or behaviors that are important to them, offering a high degree of personalization.
  • API Access
    Exist offers an API, enabling users to create custom integrations and extend the platform's functionality.
  • Mobile App Availability
    Exist is available as a mobile app, making it easy for users to input and check their data on the go.

Possible disadvantages of Exist

  • Subscription Cost
    Exist requires a paid subscription after the initial trial period, which may be a barrier for some users.
  • Privacy Concerns
    Collecting and integrating a wide range of personal data can raise privacy concerns, especially if the service is ever compromised.
  • Data Overload
    The sheer amount of data available can be overwhelming for some users, making it challenging to identify the most relevant insights.
  • Learning Curve
    New users may face a learning curve as they try to navigate the platform and make the best use of its features.
  • Limited Free Features
    The free version offers limited functionality, which may not be sufficient for users looking to fully explore the platform before committing to a subscription.

Sourcery features and specs

  • Code Improvement
    Sourcery provides automated suggestions to improve code quality by identifying and fixing issues such as code smells, redundancy, and complexity.
  • Increased Efficiency
    By automating repetitive tasks and code refactoring, Sourcery allows developers to focus on more complex and creative aspects of programming, thus increasing overall productivity.
  • Integration
    It integrates seamlessly with major code editors like VSCode and PyCharm, making it convenient for developers to incorporate it into their existing workflows without learning new software.
  • Real-time Feedback
    Sourcery provides real-time analysis and suggestions as you write your code, allowing immediate improvements without the need for additional manual reviews.

Possible disadvantages of Sourcery

  • Language Limitation
    Sourcery primarily supports Python, making it less useful for projects involving other programming languages.
  • False Positives
    Like many automated tools, it might sometimes suggest changes that are not ideal or that developers may not agree with, possibly leading to wasted time reviewing and rejecting certain recommendations.
  • Dependency on Tool
    Relying heavily on Sourcery might reduce a developer's ability to manually identify and fix code issues, potentially impacting skill development and problem-solving capability.
  • Cost
    While Sourcery offers a free tier, more extensive features are part of a paid plan, which may not be feasible for individual developers or small teams with limited budgets.

Exist videos

Exist - Board Game Review

More videos:

  • Review - Exist Review
  • Review - Daiwa Exist Spinning Reel [Review & Unboxing]

Sourcery videos

No Sourcery videos yet. You could help us improve this page by suggesting one.

Add video

Category Popularity

0-100% (relative to Exist and Sourcery)
Productivity
100 100%
0% 0
Developer Tools
0 0%
100% 100
Health And Fitness
100 100%
0% 0
AI
0 0%
100% 100

User comments

Share your experience with using Exist and Sourcery. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare Exist and Sourcery

Exist Reviews

We have no reviews of Exist yet.
Be the first one to post

Sourcery Reviews

11 Best AI Coding Assistants: Top Tools Every Developer Needs in 2025ย 
Early detection of subtle issues: Even experienced developers miss things under tight deadlines and multi-repo chaos. Assistants like DeepCode or Sourcery flag edge cases and logic issues early, so you catch bugs before they escalate. For database teams, SQL-aware tools highlight slow joins, ambiguous filters, or schema mismatches during developmentโ€”not after deployment.
Source: blog.devart.com

Social recommendations and mentions

Based on our record, Exist should be more popular than Sourcery. It has been mentiond 43 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Exist mentions (43)

  • Apple courier may have stolen 2 MacBooks, () Apple is not going to help
    As someone who has been on and off the Degoogle train (I ran full LineageOS without Google Play at one point) and is now pretty deep in iOS territory, I'd say the main thing for me has been email. I've used https://www.fastmail.com for a great deal of years now, which is also home to my calendar as well so there's nothing much of value tied to my Google account. YouTube subscriptions would be annoying to lose but... - Source: Hacker News / over 1 year ago
  • Ask HN: Tell us about your project that's not done yet but you want feedback on
    You may want to look into https://exist.io/. It's a very indie developer duo out of Australia (IIRC). And also IIRC they were looking for a buyer on Twitter some time ago. - Source: Hacker News / almost 3 years ago
  • Ask HN: Anyone using or working on a life dashboard?
    I have used this previously when tracking health metrics and I couldn't much else that had integrations. https://exist.io/. - Source: Hacker News / almost 3 years ago
  • Tracking Apps
    Hey guys, thinking of tracking wellness metrics such as sleep water intake etc to a dashboard/app. The main tools I have found are Exist.io, Gyrosco.pe, and conjure.so. For those of you who have tried them I would love to know what are the pros and cons with each one? Or if you have any better ones any help is greatly appreciated! Source: almost 3 years ago
  • Best apps to use
    Hey guys, thinking of transporting my quantified self journey to a dashboard/app. The main tools I have found are Exist.io, Gyrosco.pe, and conjure.so. For those of you who have tried them I would love to know what are the pros and cons with each one? Source: almost 3 years ago
View more

Sourcery mentions (8)

  • Sourcery GitHub Integration: PR Review Setup
    Go to sourcery.ai and click "Sign In" or "Get Started". - Source: dev.to / 4 months ago
  • I Program with Agents
    Totally agree - weโ€™re working on this at https://sourcery.ai. - Source: Hacker News / about 1 year ago
  • # AI Tools for Developers: A Practical Guide to Boost Your Productivity in 2025
    Cost: Free for open source, paid plans for commercial use Website: https://sourcery.ai. - Source: dev.to / about 1 year ago
  • Ask HN: How do you get an open-source product noticed by developers?
    In my experience, the developer tools that really catch on do so via word of mouth. For example, our whole team recently adopted https://sourcery.ai/ (not an ad) because one developer tried it and hyped it up to everyone else who also liked it. - Source: Hacker News / over 3 years ago
  • Google Python Style Guide
    To those that wish to automate a subset of these conventions, there is a tool called Sourcery[1] that I, personally, am a huge fan of! Not only does it have a large set of default rules[2], but it can also allow you to write your own rules that may be specific to your team or organization, and as mentioned it can enable you to follow Google's Python style guide as well[3]. There are some refactorings that Sourcery... - Source: Hacker News / over 3 years ago
View more

What are some alternatives?

When comparing Exist and Sourcery, you can also consider the following products

Gyroscope - Gyroscope is a personalized dashboard for tracking your life.

Graphite - Graphite is a highly scalable real-time graphing system.

Daylio - Daylio enables you to keep a private diary without having to type a single line.

Ellipsis - Ellipsis is an AI developer tool that can review code, fix bugs, and more.

Bearable App - User-friendly health tracking

Cursor - The AI-first Code Editor. Build software faster in an editor designed for pair-programming with AI.