Project: mindful-connector
URL: https://run.gptengineer.app/projects/e5352106-e966-4a19-957d-c03779d7e192/improve
Description: "I want to build a comprehensive microservices architecture for an ADHD 2e AI agent system. The architecture should be Dockerized and include self-hosted platforms such as Supabase for authentication and real-time features, MongoDB for data storage, and Neo4j for managing graph-based data. The frontend will be built using React.js and integrated with the backend through an API Gateway. The final deployment should be on DigitalOcean, using Droplets for hosting. Please generate a high-level architecture and deployment plan that outlines the key components, their interactions, and the deployment strategy."
By default, GPT Engineer projects are created with public GitHub repositories.
However, you can easily transfer the repository to your own GitHub account by navigating to your GPT Engineer project and selecting Settings -> GitHub.
There are several ways of editing your application.
Use GPT Engineer
Simply visit the GPT Engineer project at GPT Engineer and start prompting.
Changes made via gptengineer.app will be committed automatically to this repo.
Use your preferred IDE
If you want to work locally using your own IDE, you can clone this repo and push changes. Pushed changes will also be reflected in the GPT Engineer UI.
The only requirement is having Node.js & npm installed - install with nvm
Follow these steps:
git clone https://github.com/GPT-Engineer-App/mindful-connector.git
cd mindful-connector
npm i
# This will run a dev server with auto reloading and an instant preview.
npm run dev
Edit a file directly in GitHub
Use GitHub Codespaces
This project is built with .
All GPT Engineer projects can be deployed directly via the GPT Engineer app.
Simply visit your project at GPT Engineer and click on Share -> Publish.
We don't support custom domains (yet). If you want to deploy your project under your own domain, then we recommend GitHub Pages.
To use GitHub Pages you will need to follow these steps: