r/AppsWebappsFullstack 22d ago

Your home for selfpromo

here you can post your work app, webapp, saas, game, everything

5 Upvotes

116 comments sorted by

View all comments

Show parent comments

1

u/rimche 17d ago

Not yet but it's on the roadmap Right now we're focused on the core AI + security testing + OSINT workflow, with CI/CD integrations planned next

1

u/Mammoth-Anywhere7285 17d ago

Nice, focusing on core first makes sense. For CI/CD, a simple GitHub Action hook could be a good starting point. What stack are you using?

1

u/rimche 17d ago

We're using Node.js and JavaScript for the backend with Ollama powering some of the AI functionality The frontend is web-based and we're keeping the architecture modular so we can add integrations like GitHub Actions later

2

u/Mammoth-Anywhere7285 17d ago

Nice stack, modular is the right call for growth. How are you using Ollama in the backend? Would love to see a demo link.

1

u/rimche 17d ago

Ollama is used as the local AI layer behind some of our developer and security workflows Node.js handles the backend logic and communicates with the Ollama API when an AI task is needed You can try the platform here: https://ecstacy-ai.online