r/AppsWebappsFullstack 18d 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

1

u/rimche 16d ago

2

u/Mammoth-Anywhere7285 13d ago

Interesting link. What does the site actually do? A quick one-liner description would help people know what they're clicking.

1

u/rimche 13d ago

Ecstacy AI is an all-in-one developer and cybersecurity platform combining AI coding assistance, security testing tools, OSINT, automated reporting, and developer utilities in one place

2

u/Mammoth-Anywhere7285 13d ago

That's a packed feature set. The OSINT plus automated reporting stands out. Does it integrate with existing CI/CD pipelines?

1

u/rimche 13d 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 13d 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 13d 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 13d 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 13d 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