Open Source · v0.1 — Phase 0

The Engineering Intelligence
Platform for Modern Teams

Moledelve unifies scattered knowledge, automates repetitive work, and gives your team a safe, governed way to use AI — from a 10-person startup to a 10,000-employee enterprise.

9
Core Capabilities
10+
Reusable Frameworks
6
Delivery Phases
Extensible via Plugins
The Problem

Engineering work is scattered — and getting worse

Knowledge lives in docs, code, email, tickets, dashboards and Slack. Repetitive operational work eats the day. AI tools are expensive and disconnected from the systems engineers actually use.

📚

Knowledge Scattered

Documentation, source code, emails, APIs, tickets, monitoring tools and databases — none of it connected.

🔁

Repetitive Work

The same operational tasks are rebuilt by every team, every quarter, with no shared automation.

💸

Expensive AI

Model costs spiral, prompts drift, and there's no governed way to route or evaluate them.

🧩

Disconnected Tooling

Onboarding is slow, automation isn't reusable, and there's no platform underneath the tools.

Core Capabilities

One platform. Nine pillars.

Each capability is modular, independent, and built on shared internal frameworks — so you can adopt one or all of them.

01

Identity & Access

OAuth2, OIDC, RBAC, and multi-tenancy — secure by default for teams of every size.

OAuth2OIDCRBAC
02

Enterprise Search

Solr abstraction with facets, highlighting, autocomplete, and cursor pagination.

SolrFacetsAutocomplete
03

Document & File Platform

Versioning, metadata, OCR, and storage abstraction across S3/MinIO and beyond.

VersioningOCRS3 / MinIO
04

AI Gateway

Multiple model providers, intelligent routing, and prompt execution with full observability.

Multi-ProviderRouting
05

Prompt Store

Versioned prompts, testing, approvals, and one-click rollback for safe iteration.

VersioningTestsRollback
06

Agent Platform

Planner, search, database, reporting, and support agents — composable and governed.

PlannerSearchReporting
07

Workflow Automation

Trigger → condition → action engine, with reusable building blocks across teams.

TriggersActions
08

Engineering Intelligence

Incident analysis, architecture insights, and live dependency graphs for your systems.

IncidentsInsightsGraph
09

Analytics & Audit

Usage, token cost, search quality, and operational metrics — fully auditable.

UsageCostAudit
Reusable Internal Frameworks

Built on a shared foundation

Every capability plugs into the same battle-tested frameworks — so behavior stays consistent and quality stays high.

Search
Storage
AI
Prompt
Notification
Dynamic Query
Workflow
Audit
Logging & Metrics
Scheduling
Feature Flag
Security
Technology Stack

Pragmatic, production-proven

The boring, reliable choices — and a few sharp ones for AI and search.

Backend
  • Java 21
  • Spring Boot
  • Spring AI
  • Spring Security
Frontend
  • Angular
Data
  • PostgreSQL
  • Solr (Elasticsearch / OpenSearch later)
  • Redis
  • Kafka (when required)
Infra & Storage
  • Docker · Compose · Kubernetes · Helm
  • MinIO / S3 abstraction
Observability
  • Prometheus
  • Grafana
  • OpenTelemetry
  • Loki
Cloud
  • AWS deployment patterns
  • GCP deployment patterns
Engineering Standards
Hexagonal Architecture SOLID DDD TDD JUnit / Mockito Testcontainers Contract Testing CI/CD Static Analysis Security Scanning ADRs OpenAPI Semantic Versioning
Future Vision

A platform that learns your engineering

Over time, Moledelve will recognize patterns across your engineering work and turn them into one-click automations — with humans kept firmly in control.

🧠

Learn Engineering Patterns

Recognizes the workflows your team runs again and again.

Recommend Automations

Suggests reusable workflows based on real team behavior.

🔍

AI-Assisted RCA

Speeds up root cause analysis with rich system context.

🛡️

Humans in the Loop

Approvals, rollbacks, and governance stay first-class.

Roadmap

From vision to enterprise scale

Six phases. Each one independently useful, each one a foundation for the next.

Phase 0 · Current

Product Vision

PRD, SRS, ADRs — defining what we're building and why.

Phase 1

Platform Foundation

Identity, storage, audit, observability — the bones.

Phase 2

Search & Knowledge

Enterprise search, document platform, OCR pipeline.

Phase 3

AI Platform

AI Gateway, Prompt Store, agent runtime.

Phase 4

Workflow Engine

Trigger → condition → action, with reusable building blocks.

Phase 5

Engineering Intelligence

Incident analysis, dependency graphs, architecture insights.

Phase 6

Enterprise Scale

Cloud, plugins, SDKs, and a thriving ecosystem.

Built For

Useful from your first engineer to 10,000+ employees

Developers
Tech Leads
Architects
DevOps
SREs
QA Engineers
Product Managers
Security
IT Support
HR
Enterprise Admins

Self-host. Connect. Extend.

A developer can self-host Moledelve with Docker or Kubernetes, connect enterprise systems through plugins, search organizational knowledge, automate engineering workflows, and extend the platform using documented SDKs.

Quick start docker compose up
# Clone and run locally
git clone https://github.com/moledelve/moledelve.git
cd moledelve
docker compose up -d

# Open the UI
open http://localhost:8080