Link | Description |
---|---|
achievaim repo | Codebase |
Achiev𝘼𝙄m Project | Project progression, tracking and management. |
Achiev𝘼𝙄m Wiki | Past meeting notes, research, and documentation. |
Achiev𝘼𝙄m Discord Conversation | Achiev𝘼𝙄m discussions on development, help and ideas. |
Achiev𝘼𝙄m is a user-friendly and scalable SaaS web application. It seamlessly integrates with calendar and other software applications, leveraging the power of Generative AI to assist users in creating and tracking their SMART goals effectively.
Professionals and students struggle with setting, tracking, and achieving their goals. They often use multiple platforms to manage their tasks, appointments, and goals, leading to disorganization and inefficiency. Existing solutions may not offer seamless integration with commonly used calendar applications like Google and Outlook, making it difficult for users to synchronize their goals and tasks with their schedules. Furthermore, these solutions may not use advanced AI Large Language Models (LLMs) to provide personalized goal recommendations and progress tracking.
Clone the repository:
git clone [email protected]:xyvora/achievaim
Navigate to the project directory:
cd achievaim
Install the dependencies:
just install
Create a .env file in the root directory and provide the necessary environment variables:
OPENAI_API_KEY=<your-openai-api-key>
Usage Start the development server backend API:
just api
Start the frontend
just frontend-dev
Open your browser and visit http://localhost:3000 to access the app or relevant localhost address generated after running.
Contributions are welcome! If you are interested in contributing please see our contributing guide
This project is licensed under the MIT License.
Feel free to modify and customize the README file according to your project's specifics.