• Projects 45
  • Rating 4.9
  • Rating 19 414

Budget: 3000 USD Deadline: 30 days

Hi, thanks for the detailed project description — this is a strong and well-thought-out product.

I have solid experience working with Node.js APIs, PostgreSQL, Angular-based systems, and complex SaaS platforms where auditability, permissions, and data integrity are critical. I’m comfortable working inside existing codebases: refactoring, extending functionality, and stabilizing production systems (not rebuilding from scratch).

Regarding the AI workflow, I fully align with your principles.
The approach I use in production:

intent → structured proposal → explicit user confirmation → deterministic backend apply → audit log

AI is limited to intent interpretation and proposal generation only.

  • Projects 19
  • Rating 5.0
  • Rating 21 024

Budget: 25000 USD Deadline: 14 days

As a senior engineer with experience in integrating AI into products, I understand your challenges with migrating Traqplan to CHELT AI. Being a participant in the AI implementation project in a complex system, I developed the process "intention → proposal → confirmation → application → audit," maintaining data integrity. My knowledge of Node/Postgres is suitable for maintaining the structure and versions of your registries. Let's create a foundation that exceeds expectations and ensures long-term stability and innovation.

  • Projects 4
  • Rating 5.0
  • Rating 1 537

Budget: 3500 USD Deadline: 20 days

Hello.

I was very interested in your project description because it is exactly the type of system I have been working with in recent years: managed, audited, deterministic AI platforms with clear boundaries of responsibility between humans, the system, and AI.

I work with Node.js, PostgreSQL, and complex backend systems, where critical issues include change control, history, versioning, auditing, access rights, and reproducibility of decisions. I also have experience with Angular and refactoring existing codebases without rewriting everything from scratch.

Additionally, I have extensive practical experience in building AI systems in production with the right constraints: AI does not have direct access to the database; it only interprets intent, generates a structured proposal, and all changes go through the backend, with user confirmation, auditing, and logs. In fact, I have repeatedly implemented the pattern “intent → proposal → confirm → apply → audit.”

How I would implement your basic workflow:
The user formulates a request in natural language, AI transforms it into a structured change proposal (JSON/DTO), the frontend shows a diff preview, the user confirms, the backend applies it through standard service methods, the change is versioned, and the author, time, previous state, and reason are logged. AI never writes directly to the database and has no hidden state.

  • Projects -
  • Rating -
  • Rating 475

Budget: 3333 USD Deadline: 1 day

ready to help you out with this

have huge experience working in full stack

will send you previous work to make sure we match

  • Projects -
  • Rating -
  • Rating 475

Budget: 14500 USD Deadline: 90 days

Hello!
My name is Andrey Martynov, I represent a group of developers – NC-1.
For over five years, we have been creating websites, mobile applications, online stores, ERP/CRM systems, and other e-commerce products. I offer our team to work on the project:
1. Full-Stack Engineer (senior, team lead). Stack: Node.js, PostgreSQL, Angular.
2. Frontend Developer (middle). Stack: Angular, TypeScript, AG Grid, RxJS.
3. DevOps (middle). Stack: Node.js, AWS, Docker, CI/CD, monitoring.
I answer questions:
1. Examples of production systems
- Incident management platform for fintech: Refactored a monolith in Java into microservices on Node.js (NestJS) and PostgreSQL, adding an AI incident classifier in Python (FastAPI/BERT) with full tracing of predictions for auditing.
- Multitenant SaaS for marketing automation: Built a workflow orchestration platform from scratch with data isolation through PostgreSQL schemas and managed task execution in Kubernetes, similar to embedded engines (n8n).

Andrey K.
1 282 1
  • Projects 1 286
  • Rating 5.0
  • Rating 97 328

Budget: 3000 USD Deadline: 1 day

Hello.I have been working with Node.js for more than 8+ years.I’m ready to cooperate

  • Projects -
  • Rating -
  • Rating 297

Budget: 3000 USD Deadline: 20 days

Hello.
This project concerns the evolution of the existing SaaS to CHELT AI by implementing managed AI workflows of production level over structured registries, rather than rebuilding from scratch or delivering a thin chat layer. I would work directly in your current Angular/Node/Postgres codebase to rebrand and realign the UX around Chelt Hub and Governance Vault, while establishing strict backend boundaries where AI only suggests changes, and all mutations go through versioned, audited APIs with explicit user approval. For CRUD natural language and analytics, I would implement a clear pipeline intent → structured difference → confirmation → application → audit, treating registry schemas as contracts and maintaining full history and traceability. From there, I would lay the groundwork for managed action agents and workflow execution with strong identification, approvals, and logs, designed for clean scaling in UAT, multi-user, and enterprise environments on AWS.

  • Projects -
  • Rating -
  • Rating 288

Budget: 3000 USD Deadline: 15 days

Dear Sir.
We are very interested in supporting the transition of Traqplan into CHELT AI and contributing to the foundation of a governed, production-grade AI-assisted platform.

We have strong senior-level experience with Node.js, PostgreSQL, and Angular-based systems, including working inside existing codebases, refactoring safely, and delivering auditable, enterprise-ready features. We have implemented AI-assisted workflows where intent interpretation is strictly separated from deterministic backend execution, with explicit user confirmation, versioning, and full audit trails.

Our approach to “intent → structured proposal → confirm → apply → audit” follows clear boundaries: AI generates structured, schema-bound proposals only; backend services validate, apply changes via APIs, and log all actions with traceability and history preservation. We are comfortable building multi-tenant SaaS systems and working with governed automation and workflow engines in controlled environments.

We are interested in a long-term collaboration beyond the initial phase and would be happy to share relevant production examples and discuss architecture decisions in more detail.

Sincerely

  • Projects 4
  • Rating 5.0
  • Rating 1 117

Budget: 10000 USD Deadline: 60 days

Hi there!

This is exactly the kind of product where careful structure matters more than speed, and I am very comfortable working inside an existing codebase and reshaping it without breaking what already works. I have spent years building and refactoring Node and Postgres systems where auditability, permissions, and long lived data contracts were treated as first class concerns, not add ons.

What I like about CHELT is the clear separation between intent and execution. I have implemented similar flows where AI never touches the database directly and instead produces a clean, typed proposal that moves through confirmation, service level validation, application, and full audit logging. That pattern scales well, keeps regulators calm, and makes engineers sleep better at night. Angular systems with dense grids and complex state are also familiar to me, including working around AG Grid performance and schema evolution.

One idea I would bring early is a proposal ledger layer that lives between AI and services. Every intent becomes a signed, replayable object with before and after snapshots and reasoning attached. It gives you explainability, version history, and future rollback or review without adding friction for users.

You can see related production work here.
https://storiesforkids.ai

  • Projects -
  • Rating -
  • Rating 130

Budget: 250 USD Deadline: 3 days

I am interested in your project of transitioning to CHELT AI and can take on both the initial phase and further development of the platform. I have significant experience in Node.js, PostgreSQL, Angular, as well as in implementing AI features into real products with strict requirements for security, auditing, and change control.

🔹 What I can offer for the first phase:
1. Transition from Traqplan → CHELT AI
• Rebranding and updating UX for the new CHELT model
• Adding a dark theme and integrating Chelt Hub and Chelt Governance Vault
• Administrative tools for managing characters and roles
2. CRUD in natural language for registries
• Interpretation of user intent → generation of structured proposals → user confirmation → application via API → log/audit
• Versioning and change history for all registry schemas

Proposals concealed

The list does not show proposals concealed by the client or freelancer with a Plus profile, as well as proposals violating rules

Current freelance projects in the category Javascript and Typescript

2 July
2 July
30 June
26 June