I've been working on features around project context, knowledge retrieval, project memory, workflow insights, and automation.
Will be sharing more updates as we continue building.
#buildinpublic#AI#DeveloperTools
Ovlox connects tools like GitHub, Slack, Discord, Jira, and Linear to make project context searchable and accessible through AI.
https://t.co/tIr0yx66PP
Lauching the coolest portfolio of all time.
https://t.co/MxdCXx6m7Y
Special thanks to Claude Design otherwise my creative imagination has reached its limit
It's not just a place where i stash my projects but will also be documenting my ideas and experiments.
Will be posting soon.
@iamacodergurl Your package.json scripts setup is wrong, you can see "node server.js app.js" while nodemon is running, meaning nodemon is executing that command, although that is a wrong command.
Your dev script inside package.json should look like this -> "dev": "nodemon src/server.js"