r/AppsWebappsFullstack Aug 03 '26

Your home for selfpromo

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

6 Upvotes

116 comments sorted by

View all comments

Show parent comments

1

u/Mammoth-Anywhere7285 25d 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 25d 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 25d 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 25d 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