A full-featured CRM built with React, react-admin, and Supabase.
Atomic CRM is a powerful, full-featured customer relationship management tool that leverages modern web technologies like React, react-admin, and Supabase. It stands out as a free and open-source solution, making it an attractive choice for individuals and businesses alike. With its user-friendly design and robust functionality, Atomic CRM helps users organize their contacts, manage tasks, and track their sales efforts efficiently. Whether you're a solo entrepreneur or part of a larger team, Atomic CRM has the versatility to adapt to your needs.
This CRM platform is not just about managing data; it offers a seamless experience with features that integrate well into your everyday workflow. The ability to customize, import, and export data easily, combined with its focus on security through various login options, makes Atomic CRM a remarkable option for anyone looking to improve their customer relationship management process.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects
Supabase is an open source Firebase alternative. Start your project with a Postgres database, Authentication, instant APIs, Edge Functions, Realtime subscriptions, and Storage.
A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
Gridsome is a Vue.js-based static site generator that makes it easy to build fast and flexible websites and applications by leveraging modern web technologies like GraphQL, Webpack, and hot reloading
Storybook is a tool for developing and testing UI components in isolation. It provides a sandbox environment where you can experiment with different props and states to see how your component responds.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.