848 Remote Node.js Jobs in India
Apply to 848+ Remote Node.js Jobs on CutShort.io. Find your next job, effortlessly. Browse Node.js Jobs and apply today!
Remote only · 4 - 5 years · ₹5L - ₹6L / yr · Remote only · Posted 16 Sep 2026
Role Overview
We are seeking a skilled Full Stack Developer with 4–6 years of hands-on experience in developing modern web applications using React.js and Node.js. The ideal candidate should be capable of independently developing application features, integrating backend services, and contributing to scalable, secure, and high-quality enterprise applications.
The candidate should also be comfortable using AI-assisted software development tools to improve development productivity, code quality, testing, and documentation while adhering to engineering best practices.
Key Responsibilities
· Develop and maintain frontend applications using React.js.
· Build backend services and RESTful APIs using Node.js and Express.js.
· Design, write, and optimize SQL queries and database objects in PostgreSQL.
· Implement asynchronous communication using RabbitMQ.
· Create and manage database schema changes using Liquibase.
· Zustand for state management
· Implement secure handling of application secrets using OpenBao.
· Develop reusable, maintainable, and well-documented code.
· Debug, troubleshoot, and resolve application issues.
· Write unit tests and support integration testing activities.
· Collaborate with architects, senior developers, QA engineers, and product teams.
· Participate in Agile ceremonies.
· Support production deployments and issue resolution.
AI Development Expectations
· Use AI-assisted coding tools such as GitHub Copilot, Cursor, Claude Code, or similar.
· Use AI for code generation, refactoring, documentation, testing, and debugging.
· Review and validate AI-generated code before deployment.
· Follow responsible AI usage and secure software development practices.
Required Technical Skills
Frontend: React.js, JavaScript (ES6+), HTML5, CSS3, Responsive UI, Redux/Context API
Backend: Node.js, Express.js, REST APIs, JWT/OAuth
Database: PostgreSQL, SQL development, Database fundamentals
Messaging: RabbitMQ, Event-driven communication
Database Migration: Liquibase
Security: OpenBao, Secure coding, API security
Development Practices: Git, CI/CD, Docker basics, Unit Testing, Agile/Scrum, Clean Code
Preferred Qualifications
· Experience working on enterprise web applications.
· Exposure to microservices-based architectures.
· Familiarity with Docker and Kubernetes.
· Experience integrating third-party APIs.
· Basic understanding of application monitoring and logging.
· Exposure to cloud platforms.
Soft Skills
· Analytical and problem-solving skills.
· Strong communication and teamwork.
· Ability to work independently.
· Willingness to learn new technologies.
· Ownership and accountability.
· Adaptability in Agile environments.
Education
Bachelor's degree in Computer Science, Information Technology, Engineering, or a related discipline.
What We're Looking For
We are looking for a motivated Full Stack Developer who can quickly become productive in an Agile team and contribute to the successful delivery of the Project while embracing AI-assisted development practices.
Remote only · 3 - 8 years · ₹12L - ₹40L / yr · Remote only · Posted 16 Sep 2026
About the Role
We are looking for a hands-on Applied AI / Full Stack Engineer to build AI-powered products and experiences. The ideal candidate should be comfortable working across AI, backend, and frontend and taking features from idea to production.
Key Responsibilities
- Build and deploy AI/LLM-powered applications and features.
- Develop AI agents, RAG pipelines, tool/function-calling workflows and integrations.
- Build scalable backend APIs and services.
- Develop frontend applications using React/Next.js.
- Integrate LLMs such as OpenAI, Claude, Gemini, etc.
- Work with databases, cloud platforms and production deployments.
- Collaborate with product and design teams and take ownership of features end-to-end.
Must-Have Skills
- 3–6 years of software engineering experience.
- Strong Python and/or TypeScript/Node.js.
- Strong React.js / Next.js / TypeScript experience.
- Hands-on experience with LLMs / Generative AI.
- Experience with RAG, AI Agents or tool/function calling.
- Experience building and deploying real-world products.
- Good understanding of APIs, databases and cloud deployment.
Good to Have
- LangChain / LangGraph / LlamaIndex
- PostgreSQL / Vector Databases
- AWS / GCP / Azure / Vercel
- Docker / CI/CD
- Experience in an early-stage startup or AI product company.
We are looking for builders who can take a problem, experiment, build, ship and improve it—not just candidates with AI keywords on their resume.
Remote only · 1 - 3 years · ₹2L - ₹3.5L / yr · Profitable · Remote only · Posted 16 Sep 2026
Junior PHP/Laravel Developer – Education ERP
Experience: 1–3 Years
Employment Type: Full-Time
Location: Remote
We are looking for a Junior PHP/Laravel Developer with hands-on experience in Core PHP, Laravel, and MySQL. The candidate will work on Education ERP/EdTech applications, developing new features, fixing bugs, handling databases, and supporting existing applications.
Key Responsibilities
- Develop and maintain web applications using Core PHP and Laravel.
- Write and optimize MySQL/SQL queries and perform database operations.
- Develop and maintain ERP/EdTech modules and features.
- Create and integrate REST APIs and third-party services.
- Debug and resolve application issues and bugs.
- Understand existing codebases, database structures, and data flow.
- Follow coding standards, Git practices, and development best practices.
- Coordinate with senior developers to complete assigned tasks on time.
Required Skills
- Core PHP & Laravel
- MySQL / SQL
- Database relationships, joins, CRUD, and query optimization
- HTML, CSS, JavaScript & jQuery
- REST APIs and API integration
- Basic Git/version control
- Good debugging and problem-solving skills
- Ability to understand and work with an existing codebase
Preferred Experience
Experience with any of the following will be an advantage:
- Education ERP / EdTech
- LMS / School / College Management Systems
- Admission & Student Management
- Fee Management
- Examination Modules
- HRMS
- Finance Modules
Qualifications
B.Tech/B.E. (CS/IT), BCA, MCA, or equivalent qualification with relevant development experience.
What We Offer
- Remote Work
- Opportunity to work on Education ERP products
- Learning and professional growth opportunities
- Exposure to real-world enterprise applications
- Supportive development environment
Remote only · 4 - 10 years · ₹7L - ₹10L / yr · Bootstrapped · Remote only · Posted 11 Sep 2026
This is a backend role. You won't build screens, and you don't need frontend experience. The mobile team will add a language picker and pass a locale to the backend. Everything behind that is yours: the data model, content pipelines, LLM generation, retrieval, audio, notifications, and making sure all of it holds up in production.
What you'll build
1. The language data model
- Design how language lives in the database: user language preference, per-story translations, fallback chains (e.g. pt-BR → pt → en), and versioning so a translation is marked stale when its English source changes.
- stories.translations (jsonb) already exists and nothing reads it yet. Decide whether it stays, or whether we move to a dedicated story_translations table, and write down why.
- Everything ships as new, reversible migrations. We never edit an existing migration.
2. The content translation pipeline
- Our library has already been translated into several languages using the Anthropic Batch API, with a two-pass generate-then-review process. Move this into the repo so it's idempotent, re-runnable and cheap, and so it handles only the stories that changed.
- Build a glossary and style layer: Hebrew terms, names of sages and sources, and terms that must never be translated. Add automated QA checks (completeness, glossary adherence, length drift, broken formatting) plus a sampling workflow for native-speaker review.
3. Generation in the user's language
- Reflections, bridge text, the three practices (Echo, Naming, Walking) and Path arcs are generated by Claude through shared prompt modules in our Supabase edge functions. Make them produce native, natural output in the target language. That means writing in the language directly, not translating English after the fact. Our existing rules must still hold, e.g. each practice carries a Hebrew term with its meaning explained, now explained in the user's language.
- Build a per-language evaluation harness so we can check quality before a language goes live and catch regressions when prompts change.
4. Multilingual matching
- Today, language-validation detects the language of the user's input and blocks anything that isn't English. Replace that gate with detection and routing.
- Story matching uses OpenAI text-embedding-3-large over pgvector. Measure how well non-English input retrieves the right English-indexed stories. Then decide between cross-lingual matching, per-language embeddings, or a hybrid, and back the decision with numbers.
5. Audio
- Stories and reflections are read aloud by ElevenLabs voices. Audio is currently stored per voice (audio_urls), so it has to become per voice and per language. Pick voices for each language, and plan batch pre-rendering, storage, cost and backfill.
6. Server-side copy
- Move push notification copy (including our Shabbat-aware scheduling), transactional and lifecycle emails, and database-driven home-screen messages out of the code and into a locale-aware string system with proper plurals and date formats.
7. Safe rollout
- Several app versions are live at the same time, and older builds can't be changed. Every change you make must stay backward compatible: English stays the default, current RPC signatures stay the same, and each language can be switched on independently behind a flag.
- Track cost and quality for each language: tokens, TTS credits, fallback rate and generation failures.
Our stack
- Backend: Supabase: Postgres (RLS, RPCs, pgvector, jsonb, pg_cron) and 50+ Deno/TypeScript edge functions
- AI: Anthropic Claude (Messages and Batch APIs, prompt caching), OpenAI embeddings, ElevenLabs TTS
- Data/scripts: Python and Node
- Other: RevenueCat, Resend, Expo Push/FCM. The app is Expo/React Native, but you won't need to work in it.
You'll be a fit if you have
- 5+ years of backend engineering, with strong PostgreSQL: schema design, migrations on live data, RLS, stored functions, and performance tuning.
- Production TypeScript (Deno or Node) and solid Python for data pipelines.
- Shipped LLM features to production, beyond prototypes: prompt design, structured output, batch processing, cost control, and above all evaluation. You know how to tell whether output in a language you don't speak is good.
- Built backend internationalization before: locale negotiation, fallback chains, ICU/CLDR plurals and dates, and translation workflows with versioning.
- Worked with embeddings and vector search, and can design a retrieval evaluation.
- Care about keeping production running: backward compatibility, feature flags, and rollouts that can be undone.
- Write clearly. Decisions here get written down before they get built.
Nice to have
- Experience with ElevenLabs or other TTS pipelines.
- Supabase-specific experience.
Remote, Hyderabad · 5 - 10 years · ₹20L - ₹35L / yr · Remote friendly · Posted 11 Sep 2026
Founding Full-Stack Engineer / Technical Lead — X.re
We are building X.re — an AI-first CRM built specifically for real estate companies.
X.re is not another generic CRM. It is being designed around the real estate sales funnel, with AI-powered WhatsApp conversations, AI voice, lead scoring, workflow automation and advertising intelligence built into the system.
The product is already being built and is currently being tested with a real estate pilot client.
We are now looking for a senior engineer who can take ownership of the existing codebase and help take it from AI-assisted development into a robust, production-ready SaaS product.
What you'll be doing
- Take ownership of an existing Next.js + TypeScript codebase.
- Understand the existing architecture, database structure, APIs and application flows.
- Conduct a thorough engineering review and identify production, security, scalability and reliability risks.
- Refactor and improve the code where required rather than blindly rewriting the system.
- Build and maintain production-quality frontend and backend features.
- Design and maintain APIs, database models and integrations.
- Work on a multi-tenant SaaS architecture where each real estate brand has its own workspace and data isolation.
- Work closely with AI/LLM-powered features including chat, voice and lead intelligence.
- Work on WhatsApp Business API integrations, webhooks and messaging infrastructure.
- Build reliable automation and workflow functionality.
- Implement proper authentication, authorization, data isolation, logging, monitoring and error handling.
- Help establish engineering standards, testing and deployment practices.
- Eventually build and lead the engineering team as X.re scales.
What we're looking for
We are looking for someone who has strong engineering judgment, not someone who simply knows a list of technologies.
You should be able to:
- Enter an unfamiliar codebase and understand it quickly.
- Identify what is well designed and what is technically risky.
- Take an MVP and turn it into production-grade software.
- Make pragmatic architectural decisions.
- Think about security, scalability, reliability and maintainability.
- Work independently and take ownership.
- Read and review code generated or assisted by AI.
- Know when AI-generated code is acceptable and when it needs to be redesigned.
- Build rather than just manage developers.
Technical requirements
Strong experience with:
- TypeScript
- Next.js / React
- Node.js
- REST APIs
- PostgreSQL / SQL
- Modern SaaS application architecture
- Cloud deployment
- Git and production development workflows
Experience with the following is a strong advantage:
- AI/LLM applications
- WhatsApp Business API
- Webhooks
- Multi-tenant SaaS
- API integrations
- Docker
- AWS or similar cloud platforms
- CI/CD
- Observability and production monitoring
One important thing
This is not a greenfield project.
The existing product has been built significantly with AI-assisted development.
We are specifically looking for an engineer who is comfortable inheriting an existing codebase, understanding it deeply, challenging its assumptions, fixing what needs fixing, and taking responsibility for making it production-ready.
You will not be expected to rewrite everything just because it wasn't originally written by you.
Why this role is different
You won't just be implementing tickets.
You'll have significant influence over:
- Engineering architecture
- Production readiness
- Technical standards
- Infrastructure
- AI integration strategy
- Product engineering decisions
- Future engineering team structure
If things go well, this role can grow into Head of Engineering / CTO-level ownership as X.re scales.
Location
Hyderabad preferred. Remote candidates across India may be considered for the right candidate.
Compensation
₹20–35 LPA + ESOP
Compensation will depend on experience and level of ownership.
Remote only · 5 - 10 years · ₹18L - ₹30L / yr · Bootstrapped · Remote only · Posted 9 Sep 2026
We are looking for a senior, hands-on DevOps and Backend Integration Engineer to lead the production deployment and integration of an existing application ecosystem.
The platform currently includes a Flutter mobile application, a Laravel backend and admin panel, Node.js/AdonisJS APIs, a Python recommendation service, Redis, MySQL, Nginx, and AWS S3.
This is not a greenfield development role. The primary objective is to audit the existing system, establish a reliable production infrastructure, integrate all services, migrate traffic safely, and complete the production launch.
Responsibilities
• Audit the existing Hostinger environment, source repositories, application dependencies, database, Redis configuration, and deployment process.
• Design a secure and maintainable production architecture for Laravel, Node.js/AdonisJS, Python, Redis, MySQL, Nginx, AWS S3, and the Flutter application.
• Provision and configure Linux production servers, runtimes, SSH access, environment variables, permissions, SSL, and basic server security.
• Deploy and configure the Laravel application, admin panel, APIs, scheduled tasks, queues, and database connectivity.
• Deploy the Node.js/AdonisJS services with a reliable build, startup, logging, and process-management setup.
• Build a Git-based CI/CD pipeline for staging and production, including secrets management, deployment validation, and basic rollback handling.
• Configure Nginx as a reverse proxy and route traffic between Laravel and Node.js services using API versions and endpoint rules.
• Install and integrate Redis for agreed caching, queue, or session-management requirements.
• Configure AWS S3, IAM permissions, secure file access, and photo-upload integration to replace local server storage.
• Integrate the existing Python recommendation service with the Node.js backend, including timeout, retry, error-handling, and service-health scenarios.
• Support controlled migration of API traffic from Laravel to Node.js while preserving existing API contracts.
• Verify Flutter API compatibility, production environment configuration, authentication flows, media uploads, and backend-related integration issues.
• Conduct end-to-end, regression, and smoke testing across Flutter, Nginx, Laravel, Node.js, Redis, Python, MySQL, and AWS S3.
• Perform production cutover, validation, troubleshooting, and technical handover.
• Deliver clear architecture, deployment, routing, environment, rollback, and operational documentation.
Required Experience
• 5+ years of professional backend, DevOps, infrastructure, or platform-engineering experience.
• Strong hands-on Linux server administration and production deployment experience.
• Proven experience deploying and operating Laravel/PHP and Node.js applications.
• Strong knowledge of Nginx reverse proxy configuration, SSL, upstream services, and API routing.
• Experience creating CI/CD pipelines using GitHub Actions, GitLab CI, Bitbucket Pipelines, or a comparable platform.
• Practical experience with AWS S3, IAM permissions, secure media uploads, and cloud-storage integration.
• Experience with Redis, MySQL, background workers, queues, scheduled jobs, and application caching.
• Experience integrating Python services or machine-learning/recommendation APIs with Node.js applications.
• Good understanding of REST APIs, API versioning, authentication, secrets management, logging, monitoring, backups, and rollback procedures.
• Ability to independently investigate an existing codebase and resolve production integration problems.
• Strong written English and the ability to produce clear technical documentation.
Nice to Have
• Experience with AdonisJS.
• Experience supporting Flutter applications and mobile backend integrations.
• Experience migrating applications from shared hosting or Hostinger to a production cloud server.
• Experience with Google Maps Platform or location-based application services.
• Docker experience is helpful, although Kubernetes is not required.
Expected Deliverables
• Documented production architecture.
• Fully configured production infrastructure.
• Working Laravel, Node.js/AdonisJS, Python, Redis, MySQL, Nginx, and AWS S3 integrations.
• Functional staging and production CI/CD workflows.
• Tested Laravel and Node.js coexistence with controlled API routing.
• Successful end-to-end production deployment.
• Rollback, deployment, configuration, and operational documentation.
Engagement Details
• Contract duration: approximately 4–5 weeks.
• Work arrangement: remote.
• Availability: candidates should be able to begin shortly and provide regular written progress updates.
• The current Node.js APIs and recommendation algorithm already exist. Major new product features, algorithm redesign, extensive Flutter feature development, and database redesign are outside the initial scope.
How to Apply
Please include:
1. Examples of Laravel and Node.js systems you have deployed to production.
2. Details of a CI/CD pipeline and Nginx routing setup you personally implemented.
3. Your experience integrating Redis, AWS S3, and Python services.
Remote only · 4 - 5 years · ₹10L - ₹20L / yr · Profitable · Remote only · Posted 8 Sep 2026
Full Stack Developer — Node.js & React
Experience: 4-5 years
Employment Type: Permanent, Full-time
Desired Skill: Node, React, AWS, Typescript, GraphQL APIs
Work Mode: Remote
Availability: Immediate Joiners
We are looking for a Full Stack Developer to implement functional features and resolve production support and on-call tickets. You will build GraphQL APIs, UI screens, and integrations based on defined requirements and designs.
Responsibilities
- Develop and maintain features using Node.js, TypeScript, React, and Next.js.
- Build GraphQL APIs, database integrations, and backend workflows.
- Investigate support issues, identify root causes, and deliver reliable fixes.
- Write automated tests and collaborate with product, design, and engineering teams.
Required skills
- Strong experience with Node.js, Express, TypeScript, React, GraphQL, and PostgreSQL.
- Strong analytical, troubleshooting, and debugging skills across frontend and backend systems.
- Familiarity with automated testing and AWS environments.
Our stack
React SPA (Vite), Next.js, MUI, React Router, urql, tRPC; PostGraphile, slonik, graphile-worker, Temporal; PostgreSQL and DynamoDB; Storybook, Vitest, Cypress; AWS and Terraform.

Remote only · 12 - 20 years · ₹20L - ₹30L / yr · Remote only · Posted 8 Sep 2026
Job Title: Technical Delivery lead – Full stack
Experience:
· 12+ years overall
· 5+ years as Technical Delivery lead
Position Summary
We are looking for an experienced Technical Delivery Lead with 12+ years of software development experience to lead the design, development, integration, deployment, and support of enterprise digital solutions. The ideal candidate should have strong hands-on technical expertise and be capable of actively contributing to development by designing and implementing complex features, integrations, and critical business functionalities while leading the cross-function team.
Key Responsibilities
Technical Leadership
· Lead end-to-end application delivery from requirements gathering through production deployment.
· Define solution architecture, technical standards, and development best practices.
· Conduct design reviews, code reviews, and technical discussions.
· Mentor development teams and provide technical guidance.
· Collaborate with business stakeholders, architects, product owners, and project managers.
Hands-on Development
· Actively participate in application development and contribute code for complex and critical features.
· Design and implement scalable solutions for high-priority business requirements.
· Lead troubleshooting and resolution of complex technical and production issues.
· Review and optimize application performance, security, and scalability.
· Support development teams in resolving technical blockers and challenges.
Required Technical Skills
· Sitecore XP/XM
· OutSystems
· Node.js, .NET Core, ASP.NET MVC, C#, Java
· React.js, JavaScript, TypeScript
· REST APIs, Microservices Architecture
· SQL Server, Oracle, MySQL
· Azure/AWS, CI/CD, Docker, Jenkins, Git
Candidate Profile
· 12+ years of software development experience.
· 5+ years of experience as Technical Delivery Lead or Solution Lead.
· Strong hands-on coding experience with the ability to independently deliver complex technical solutions.
· Experience leading Agile teams and managing end-to-end delivery.
· Excellent stakeholder management and communication skills.
Key Phrase
Hands-on Technical delivery Lead who is expected to contribute 30-40% of the time in coding based on the availability, solution implementation, code reviews, and complex technical problem-solving.
Remote only · 1 - 3 years · ₹2L - ₹3L / yr · Profitable · Remote only · Posted 8 Sep 2026
Laravel Developer – Education ERP
Experience: 1.5–2.5 Years
Employment Type: Full-Time
Location: Remote
About the Role
We are looking for a Laravel Developer with strong, hands-on experience in the Laravel framework. Experience with EdTech, Education ERP, LMS, or School/College Management Systems is a strong plus.
The ideal candidate should be comfortable working within an existing Laravel codebase — understanding models, migrations, and relationships — while building new modules, fixing bugs, and extending APIs for our Education ERP platform.
Key Responsibilities
• Develop, maintain, and enhance web applications built on the Laravel framework.
• Build and consume RESTful APIs using Laravel, including authentication via Sanctum or Passport.
• Develop and maintain modules/features for Education ERP and EdTech applications.
• Fix bugs, debug production issues, and troubleshoot data-related problems.
• Integrate third-party APIs and services when required.
• Coordinate with senior developers and other teams to understand requirements and deliver assigned tasks on time.
• Maintain technical documentation for developed features where required.
Required Skills
• Strong, hands-on experience with the Laravel Framework
• Solid Core PHP (OOP concepts) as a foundation.
• Good understanding of MySQL / SQL, including joins, aggregation, and query optimization.
• Understanding of database design, relationships, and Eloquent model associations (one-to-many, many-to-many, polymorphic, etc.).
• Experience building REST APIs in Laravel and integrating Laravel Sanctum/Passport for auth.
• Working knowledge of HTML, CSS, JavaScript, and jQuery for front-end integration.
• Familiarity with Composer and Laravel's package ecosystem.
• Basic knowledge of Git/version control.
• Good debugging and problem-solving skills, with the ability to read and extend an existing Laravel codebase.
Preferred Experience
Candidates with experience in any of the following domains will be preferred:
• EdTech
• Education ERP
• School Management System
• College/University Management System
• LMS
• Admission Management
• Fee Management
• Examination Management
• Student Management
• HRMS
• Finance/Accounting modules
Education
• B.Tech / B.E. – Computer Science / IT
• BCA / MCA
• Any equivalent qualification with relevant Laravel development experience.
What We Are Looking For
• Genuine interest in and preference for working with Laravel over plain PHP frameworks.
• Strong willingness to learn and grow within the Laravel ecosystem.
• Good logical and analytical skills.
• Ability to work independently on assigned tasks.
• Good communication and teamwork.
• Ability to work with databases and troubleshoot data-related issues.
• Candidates who can understand business requirements as well as technical implementation will be preferred.
Remote only · 4 - 10 years · ₹10L - ₹45L / yr · Profitable · Remote only · Posted 7 Sep 2026
Job Description:
- Platform Architecture: Design and architect scalable, reliable, and high-performance solutions within the Gravity ecosystem.Provide expertise in structuring the Gravity platform, theme customization, and app integrations.
- Custom Development: Lead and participate in the development of custom features, functionalities, and applications on the Gravity platform. Collaborate with developers to ensure code quality, maintainability, and adherence to best practices.
- Integration Solutions: Develop and implement integration solutions between Gravity and third-party systems, ensuring seamless data flow and functionality.
- Performance Optimization:Analyze and optimize the performance of Gravity applications, addressing bottlenecks, and enhancing overall user experience.
- Security and Compliance: Implement robust security measures to safeguard Gravity applications and ensure compliance with industry standards and regulations.
- Technical Leadership: Provide technical leadership and guidance to the development team, fostering a culture of innovation, collaboration, and continuous improvement.
- Gravity App Development: Design and develop custom applications to enhance the functionality and features of the Gravity platform.
- Stay abreast of the latest Gravity updates, features, and best practices to ensure the platform is leveraging the latest advancements.
Desired Skills:
- Bachelor's or Master's degree in computer science, software engineering, or a related field.
- Minimum of 8 years of experience in Software Development, with at least 3 years as Software Architect.
- In-depth knowledge and hands-on experience with eCommerce architecture, customization capabilities, and application development.
- Proficient in app development, including RESTful APIs, GraphQL, and webhooks.
- Integration Proficiency: Strong expertise in integrating eCommerce with third-party systems and services.
- Performance Optimization: Demonstrated ability to optimize the performance of eCommerce applications, ensuring efficient and fast user experiences.
- Security and Compliance:Experience implementing security measures for eCommerce applications and ensuring compliance with relevant regulations.
- Leadership and Collaboration:Excellent leadership and collaboration skills, with the ability to work effectively with cross-functional teams.
Why Join Gravity:
- Embark on a journey with a forward-thinking and innovative IT technology consulting company.
- Competitive compensation package, featuring performance-based incentives.
- Prospects for career advancement within a rapidly expanding global organization.
Gravity is an equal opportunity employer. We celebrate diversity and remain committed to establishing an inclusive environment for all employees.

AI-driven multimedia,content analysis,monetization platform
Remote only · 4 - 8 years · Remote only · Posted 4 Sep 2026
Role overview
The client is building a multimodal AI platform that processes multi-hour video, audio and text to generate structured insights, narratives and highlight workflows for broadcasters and media organisations.
We are seeking a Backend / Platform Engineer to design and build high-throughput media pipelines, robust APIs, and model-serving infrastructure that connect our AI engine (video perception + multimodal reasoning) to real products and customer environments.
This is not a CRUD‑only backend role.
You will work on:
- long‑running jobs
- distributed processing
- GPU inference orchestration
- storage for embeddings and metadata
- integration with AI models
- reliability and observability at scale
Key responsibilities
Media ingestion & processing pipelines
- Design and implement ingestion pipelines for multi‑hour video and audio content.
- Build microservices for frame extraction, audio processing, transcription integration and metadata generation.
- Handle long‑running, asynchronous jobs using queues, workers and robust retry strategies.
- Integrate with FFmpeg or similar tools for transcoding, segmenting and preparing media for AI models.
API & platform architecture
- Design and implement REST/gRPC APIs that expose AI model outputs (perception, multimodal alignment, narratives) to frontend and external systems.
- Define clear contracts for internal services and external integrations.
- Implement authentication, authorisation and rate‑limiting for platform endpoints.
- Ensure backward‑compatible API evolution as the product matures.
Model‑serving & AI integration
- Integrate with AI inference services (video models, multimodal models, LLM/VLM) running on GPUs or specialised infrastructure.
- Design request/response flows that handle large payloads, streaming outputs and structured results.
- Optimise throughput and latency for inference pipelines, including batching, caching and concurrency control.
- Collaborate closely with AI engineers to productionise models and debug end‑to‑end behaviour.
Storage, data models & performance
- Design data models to store embeddings, timelines, metadata, scene/shot boundaries, and narrative units.
- Work with appropriate storage technologies (SQL/NoSQL, object storage, search indices) based on access patterns.
- Implement indexing and query strategies for fast retrieval of segments, highlights and multimodal insights.
- Optimise performance for large datasets and high‑volume workloads.
Reliability, observability & operations
- Implement logging, metrics and tracing across services for debugging and monitoring.
- Set up health checks, circuit breakers and graceful degradation for critical services.
- Work with CI/CD pipelines to ensure safe, repeatable deployments.
- Collaborate on Kubernetes‑based deployments (or equivalent orchestration) for scaling services.
Requirements (must‑have)
Experience:
- 4–8 years in backend or platform engineering.
- At least 3 years working on distributed systems, high‑throughput services or complex pipelines (not just simple CRUD apps).
Languages & frameworks:
- Strong proficiency in Python or Node.js (one primary, both are a plus).
- Experience with at least one modern backend framework (FastAPI, Flask, Express, NestJS, etc.).
Distributed systems & pipelines:
- Hands‑on experience with queues and workers (e.g. Celery, RabbitMQ, Kafka, SQS, etc.).
- Experience building asynchronous, long‑running job pipelines.
- Understanding of idempotency, retries, backoff, and failure handling.
APIs & integration:
- Strong experience designing and implementing REST APIs (gRPC is a plus).
- Experience integrating with external services and handling network‑level failures.
Cloud & infrastructure:
- Experience deploying services on AWS, GCP or Azure (EC2/Compute Engine, S3/GCS, IAM, networking basics).
- Experience with Docker; exposure to Kubernetes is a strong plus.
Data & storage:
- Experience with SQL and at least one NoSQL store.
- Ability to design schemas and data models for performance and maintainability.
Engineering quality:
- Strong debugging skills across services and environments.
- Experience with unit/integration tests for backend systems.
- Clear, structured communication in English.
Nice‑to‑have
- Experience with media/video processing (FFmpeg, transcoding, segmenting).
- Experience with AI/ML model integration (serving models, handling inference requests).
- Experience with search/retrieval systems (e.g. Elasticsearch, vector databases).
- Experience with observability stacks (Prometheus, Grafana, OpenTelemetry).
- Experience working with remote teams across time zones.
What we are explicitly NOT looking for
To reduce noise and mismatches, we are not looking for:
- Pure CRUD‑only backend developers with no pipeline or distributed systems experience.
- Engineers who have only worked on small, single‑service apps without scale or complexity.
- Candidates who cannot explain trade‑offs in architecture, data modelling and reliability.
- Candidates who are uncomfortable with ownership of subsystems end‑to‑end.
Why join us
- Work on real, complex problems at the intersection of media, AI and distributed systems.
- Collaborate with senior AI engineers working on perception, multimodal fusion and narrative reasoning.
- Build the core platform that turns AI models into a usable product for broadcasters and media organisations.
- Operate with high ownership, clear expectations and direct access to the CTO.
Remote only · 1 - 3 years · ₹2.4L - ₹3L / yr · Profitable · Remote only · Posted 2 Sep 2026
Junior PHP/Laravel Developer – Education ERP
Experience: 1–2 Years
Salary: ₹20,000 – ₹25,000 per month
Employment Type: Full-Time
Location: Remote
About the Role
We are looking for a Junior PHP/Laravel Developer who has a good understanding of PHP, Laravel, MySQL/database management, and preferably experience working on EdTech, Education ERP, LMS, School/College Management Systems, or similar applications.
The ideal candidate should be comfortable working with existing applications, understanding database structures, developing new features, fixing bugs, and supporting the development of Education ERP modules.
Key Responsibilities
- Develop, maintain, and enhance web applications using PHP and Laravel.
- Work with MySQL and relational databases, including writing and optimizing SQL queries.
- Understand existing database structures, tables, relationships, and data flow.
- Develop and maintain modules/features for Education ERP and EdTech applications.
- Fix bugs and troubleshoot application issues.
- Create and modify APIs as required.
- Perform database operations such as CRUD, joins, aggregation, filtering, and data manipulation.
- Integrate third-party APIs and services when required.
- Test developed features and ensure they work as expected.
- Participate in code reviews and follow coding standards.
- Coordinate with senior developers and other teams to understand requirements and deliver assigned tasks on time.
- Maintain technical documentation for developed features where required.
Required Skills
- Good knowledge of Core PHP.
- Working knowledge of Laravel Framework.
- Good understanding of MySQL / SQL.
- Understanding of database design, relationships, joins, and queries.
- Knowledge of HTML, CSS, JavaScript, and jQuery.
- Understanding of REST APIs and API integration.
- Basic knowledge of Git/version control.
- Good debugging and problem-solving skills.
- Ability to understand an existing codebase and database.
Preferred Experience
Candidates with experience in any of the following domains will be preferred:
- EdTech
- Education ERP
- School Management System
- College/University Management System
- LMS
- Admission Management
- Fee Management
- Examination Management
- Student Management
- HRMS
- Finance/Accounting modules
Education
- B.Tech / B.E. – Computer Science / IT
- BCA / MCA
- Any equivalent qualification with relevant development experience.
What We Are Looking For
- Strong willingness to learn and grow.
- Good logical and analytical skills.
- Ability to work independently on assigned tasks.
- Good communication and teamwork.
- Ability to work with databases and troubleshoot data-related issues.
- Candidates who can understand business requirements as well as technical implementation will be preferred.
Compensation
₹20,000 – ₹25,000 per month, depending on skills, relevant experience, and technical assessment.
Selection Process
- Resume Screening
- HR/Initial Screening
- PHP/Laravel + SQL Technical Assessment
- Technical Interview
- Final Discussion / Offer
Remote only · 4 - 10 years · ₹15L - ₹25L / yr · Bootstrapped · Remote only · Posted 2 Sep 2026
About PowerTech Digital
PowerTech Digital is a UK software development and digital consultancy working with enterprise clients on digital transformation, data architecture, and AI-enabled delivery. We're a small, senior team that ships fast by pairing strong engineering judgement with AI-native tooling — and we're productising that approach.
Prompt to Production is our newest service: organisations empower their workforce to build applications on AI platforms like Lovable, Bolt, and Claude, and we take those applications to secure, production-grade deployments on the client's own cloud — their identity, their policies, their infrastructure. Every release goes through the same governed pipeline: handover → security audit → hardening → deployment. You would own that pipeline.
The role
This is a hybrid delivery-and-product role. Roughly two-thirds is running and improving the Prompt to Production service end to end; the rest is full-stack product engineering on client builds and our own tooling. You'll work directly with the founder, with real autonomy, modern AI tooling as standard, and a clear brief: make the service so repeatable that every deployment is execution, not invention.
What you'll do
- Run the deployment pipeline: take applications built by citizen developers from a GitHub handover through security audit, remediation, hardening, and release to Azure (AWS/GCP as we expand).
- Lead handover calls (30–60 min) with the people who built the apps — understanding what they made, what it touches, and who needs access.
- Execute AI-assisted security audits using Claude Code against our published checklist — auth and authorisation, RLS policies, secrets handling, data exposure, dependency vulnerabilities — and produce our standardised audit report.
- Implement production hardening: migrate authentication to Microsoft Entra ID (tenant-locked app registrations), move secrets into Azure Key Vault, configure CI/CD with GitHub Actions and OIDC federated credentials.
- Own and improve the infrastructure templates (Bicep/Terraform + cloud-init): per-app resource groups, self-hosted Supabase stacks, automated backups to Blob Storage, monitoring with Application Insights.
- Operate live tier 2 stacks: updates, backup verification, restore tests, secret rotation.
- Build product: full-stack features on client engagements and internal tooling — including AI integration work (LLM APIs, agents, structured extraction, evals).
- Make the service better every cycle: tighten the audit checklist, automate the manual steps, improve the templates. Your job is to make your own job smaller.
What you must bring
- 3–6 years as a full-stack engineer with Node.js and TypeScript/React at the core — you're genuinely strong at building product, not just gluing services.
- Must have experience managing and maintaining self-hosted Supabase
- PostgreSQL in production; Supabase experience (RLS, auth, migrations, edge functions) is a significant advantage.
- Real Docker/Compose ownership and CI/CD you've built yourself (GitHub Actions preferred).
- Cloud fundamentals — ideally Azure (VMs, networking, Key Vault, Entra ID); strong AWS/GCP experience with willingness to go deep on Azure also works.
- AI integration experience in shipped products — you've built with LLM APIs (Anthropic, OpenAI), understand prompting, structured outputs, and where AI belongs (and doesn't) in a product.
- Security instincts: you think about what an app exposes before you think about what it does.
- Excellent written and spoken English — you'll run client-facing calls and write reports that IT directors file.
The mindset we're hiring for
Product engineering, not ticket-taking. You ask why before how, you'd rather delete a step than document it, you treat every deployment as a chance to improve the system that does deployments, and you're comfortable being the person accountable for something working in production. You already use AI tools as a force multiplier in your daily work — this role assumes it.
Nice to have
- Bicep or Terraform in anger; Linux server administration.
- Experience with AI app builders (Lovable, Bolt, v0) — even personal projects.
- Security certifications or OWASP familiarity; AZ-104/AZ-204.
- Experience working directly with clients or stakeholders in a consultancy setting.
Logistics & compensation
- Remote-first. Significant overlap with UK working hours required.
- Competitive compensation based on location and experience. [Adjust per market — e.g. ₹18–28 LPA for India-based candidates; contractor or EOR arrangement available.]
- Direct exposure to the full commercial picture of a productised service — how it's priced, sold, and scaled.
Remote only · 5 - 8 years · Raised funding · Remote only · Posted 31 Aug 2026
US Shift: 6pm -2am
We are seeking a talented and motivated Full Stack Software Developer to join our team. The ideal candidate will have strong experience with React and Node.js, with additional expertise in GraphQL and AWS being highly desirable. You will play a key role in designing, developing, and maintaining scalable, efficient, and user-friendly applications across the stack.
Key Responsibilities:
- Design and Development: Build, deploy, and maintain front-end and back-end solutions using React and Node.js.
- API Integration: Develop and consume RESTful APIs and GraphQL services.
- System Architecture: Design scalable and maintainable software architectures.
- Cloud Integration: Implement and optimize applications hosted on AWS services (e.g., Lambda, S3).
- Collaboration: Work closely with product managers, designers, and other developers to translate requirements into high-quality, reliable software.
- Code Quality: Write clean, maintainable, and testable code while adhering to industry best practices.
- Troubleshooting: Debug and resolve application issues across the stack.
Skills Required:
- Proficiency in JavaScript/TypeScript and modern frameworks like React and Node.js.
- Solid understanding of front-end development concepts, including state management, component lifecycles, and performance optimization.
- Experience in building and consuming REST APIs and/or GraphQL APIs.
- Familiarity with databases (e.g., PostgreSQL, or similar).
- Strong problem-solving skills and ability to work in an agile environment.
Preferred:
- Hands-on experience with GraphQL (e.g., Apollo).
- Proficiency with AWS services such as EC2, S3, Lambda, API Gateway, and DynamoDB.
- Knowledge of CI/CD pipelines and tools like Jenkins, GitHub Actions, or similar.
- Understanding of software testing methodologies and tools (e.g., Jest, Cypress).
Remote only · 4 - 6 years · ₹4L - ₹9L / yr · Bootstrapped · Remote only · Posted 26 Aug 2026
Work collaboratively with other developers and other product teams members to craft production ready features that have Quality built-in from inception
Collaborate with business analysts, product owners to confirm the requirements if they are not clear.
Be comfortable having technical conversations with the wider technology teams in Australia, Manila and India.
Good English communication is must.
Design solution for modules and execute them. Should be able to design and architect solutions with help of diagrams
Good at writing code which is testable, divided into clean and small modules.
Good at using ci-cd tools like
Jenkins, Harness for the purpose of
deploying code changes.
4+ years of proven experience as an Fullstack Developer primarily in javascript background
Must have experience in design and development of automation frameworks such as Javascript, Typescript, Nodejs, reactjs, Nextjs, Graphql, PostgresDB. If not postgres then they should have good amount of experience in working in SQL DB server.
Should be confident running CI/CD pipelines for testing/deploying their work
Exposure to teams with engineering practices including DevOps, high levels of automation and infrastructure as code Excellent communication skills
Remote only · 6 - 25 years · ₹10L - ₹70L / yr · Bootstrapped · Remote only · Posted 25 Aug 2026
Job Title: Chief Agentic Systems Architect
Location: Remote
Type: Contract
ROLE OVERVIEW
We are hiring a Chief Agentic Systems Architect to transform a 10+ year legacy codebase into a high‑velocity, agent‑operable architecture. This role sits at the intersection of software architecture, AI‑agent orchestration, and engineering governance. You will design system patterns, MCP interfaces, and cognitive context layers that allow LLMs and autonomous agents to safely refactor, test, and ship production code with minimal human intervention.
WHAT YOU’LL DO
1. AGENT‑OPERABLE SYSTEM ARCHITECTURE
- Decompose legacy monoliths into agent‑readable, modular systems with strict boundaries and single responsibility
- Lead incremental modernization using the Strangler Pattern, wrapping legacy logic in modern, contract‑driven interfaces
- Enforce SOLID principles, Dependency Injection, and Hexagonal Architecture to ensure deterministic AI execution and low regression risk
2. AGENTIC FRAMEWORK & MCP LEADERSHIP
- Architect and maintain the agent context layer: standardized Skills, Rules, and Commands for AI‑driven engineering workflows
- Build and operate Model Context Protocol (MCP) servers exposing legacy APIs, services, and databases as typed, secure, AI‑consumable tools
- Own contract‑first API design as the primary interface between human intent and autonomous agent execution
3. ENGINEERING GOVERNANCE & AI QUALITY CONTROL
- Act as architectural gatekeeper for AI‑generated pull requests, ensuring scalability, security, and long‑term maintainability
- Mandate test‑driven development (TDD) and characterization testing to preserve legacy behavior during refactoring
- Monitor and optimize agentic reasoning loops to balance cost, speed, and architectural integrity
WHAT WE’RE LOOKING FOR
- 6+ years in software architecture, platform engineering, or technical leadership
- Proven experience modernizing large, undocumented legacy systems
- Deep hands‑on expertise with TypeScript, .NET, and Node.js
- Strong background in API design, distributed systems, and modular architectures
- Practical experience with agentic development, MCP, LLM tooling, or AI‑assisted engineering
- Bias toward clean code, deterministic systems, and production‑grade AI
NICE TO HAVE
- Experience with remote‑first or globally distributed teams
- Background in SaaS transformations, scale‑ups, or private equity-backed environments
- Comfort operating in high‑ambiguity, high‑ownership settings
Remote only · 2 - 4 years · Profitable · Remote only · Posted 20 Aug 2026
Software Engineer
Company Summary :
As the recognized global standard for project-based businesses, Deltek delivers software and information solutions to help organizations achieve their purpose. Our market leadership stems from the work of our diverse employees who are united by a passion for learning, growing and making a difference. At Deltek, we take immense pride in creating a balanced, values-driven environment, where every employee feels included and empowered to do their best work. Our employees put our core values into action daily, creating a one-of-a-kind culture that has been recognized globally. Thanks to our incredible team, Deltek has been named one of America's Best Midsize Employers by Forbes, a Best Place to Work by Glassdoor, a Top Workplace by The Washington Post and a Best Place to Work in Asia by World HRD Congress. www.deltek.com
Business Summary :
The Deltek Engineering and Technology team builds best-in-class solutions to delight customers and meet their business needs. We are laser-focused on software design, development, innovation and quality. Our team of experts has the talent, skills and values to deliver products and services that are easy to use, reliable, sustainable and competitive. If you're looking for a safe environment where ideas are welcome, growth is supported and questions are encouraged – consider joining us as we explore the limitless opportunities of the software industry.
Position Responsibilities:
- Collaborate with the development team to maintain, enhance, and scale the product for enterprise use.
- Design and develop scalable, high-performance solutions using cloud technologies and containerization.
- Contribute to all phases of the development lifecycle, following SOLID principles and best practices.
- Write well-designed, testable, and efficient code with a strong emphasis on Test-Driven Development (TDD), ensuring comprehensive unit, integration, and performance testing.
- Ensure software designs comply with specifications and security best practices.
- Contribute ideas to improve application maintainability and performance under the guidance of senior engineers.
AI-Specific Responsibilities:
- Integrate AI-powered tools and frameworks to enhance code quality and development efficiency.
- Utilize AI-driven analytics to identify performance bottlenecks and optimize system performance.
- Implement AI-based security measures to proactively detect and mitigate potential threats.
- Leverage AI for automated testing and continuous integration/continuous deployment (CI/CD) processes.
- Support the adoption and effective use of AI agents for automating repetitive development, deployment, and testing processes within the engineering team.
Qualifications :
- 2-3 years of software engineering experience, including at least 1 year of hands-on AI/ML experience.
- Proficient in Node.js and TypeScript/React development, with experience in React 18+, Hooks (useState, useEffect, useContext), and WebSocket clients.
- Strong full-stack development experience with modern web technologies.
- Experience with ASP.NET Core (C#) is good to have.
- Experience developing REST APIs.
- Proficiency in front-end technologies (JavaScript, HTML, CSS, Bootstrap, and UI frameworks).
- Strong knowledge of cloud platforms (AWS preferred), including scalability and enterprise cloud.
- Experience with security best practices in web and API development.
- Experience with Test-Driven Development (TDD).
- Strong database experience, focused on query optimization
- Strong analytical skills, problem-solving abilities, and curiosity to explore new technologies.
- Ability to communicate effectively, including explaining technical concepts to non-technical stakeholders.
- High commitment to continuous learning, innovation, and improvement.
AI-Specific Qualifications:
- Practical experience with prompt engineering and LLM response optimization
- Knowledge of AI-driven development tools and platforms such as Claude Code, GitHub Copilot in Agentic Mode.
- Knowledge of AI-based security protocols and threat detection systems.
- Experience integrating GenAI or Agentic AI agents into full-stack workflows (e.g., using AI for code reviews, automated bug fixes, or system monitoring).
- Demonstrated proficiency with AI-assisted development tools and prompt engineering for code generation, testing, or documentation.
Remote only · 5 - 14 years · ₹20L - ₹50L / yr · Bootstrapped · Remote only · Posted 19 Aug 2026
Run delivery for 15–25 backend, frontend, and AI engineers building construction- tech and CAD drawing-automation software — with structural engineers on one side of you and the codebase on the other. Must have Hands-on familiarity with AutoCAD, Revit or experience at a product company in the CAD / AutoCAD / BIM / PLM / EDA /simulation space
Role overview-
We are hiring one Technical Product Manager to own delivery across our engineering teams in Bengaluru. You will run 15–25 engineers across backend, frontend, and AI workstreams, and you will be the person who turns requirements originating with our structural and detailing engineers into scoped, sequenced, shipped software.
This is a technical role. You will not be handed a groomed backlog and asked to move cards across it. You will sit in the design discussion and have a view on how and when — you will push back on an approach that will not scale, ask why a trade-off was made, and know the
difference between a two-day change and a two-sprint one. You are not expected to write production code. You are expected to read it, understand the system, and never be the least- informed person in a technical conversation you are chairing
What you’ll own- Delivery ownership
- Own the end-to-end delivery plan for every active workstream — scope, sequence,dependencies, capacity, and dates that actually hold.
- Break large, ambiguous product intent into engineering-sized increments with explicit acceptance criteria, agreed with the people who will build them.
- Run the operating cadence: planning, standups, refinement, demos, and retrospectives that change something the following week.
- Maintain one honest view of status — on track, at risk, slipped, and why — visible to the founders and to the team at the same time.
- Manage cross-team dependencies between backend, frontend, AI, and drawing-automation workstreams so no team idles waiting on another.
- Surface risk early, quantify it, and arrive with options — never an escalation without a proposal.
- Protect the team from thrash: absorb changing priorities, re-plan properly, and say no or not now when a plan cannot take more.
- Drive releases to genuinely done — QA, UAT with domain experts, documentation, and post- release verification included.
- Own and improve the delivery metrics that matter: cycle time, predictability of committed scope, defect escape rate, and rework.
- Run the release calendar across two products so neither becomes the permanent second priority.
The floor & the team.
Our requirements do not come from a product spec written in a vacuum. They come from structural and detailing engineers sitting on the floor with decades of practice behind them. Converting that into software is the defining skill of this job.
- Partner with structural and detailing engineers to turn drawing standards, project practice, and domain expectation into unambiguous, implementable requirements
- Run requirement sessions whose output is a written spec — sample data, expected output,edge cases, and explicit non-goals — not a shared verbal understanding.
- Arbitrate the constant gap between “how it has always been done on site” and “what can be deterministically automated.”
- Set up validation loops so domain experts review generated output early and repeatedly, rather than at the end of a sprint.
- Maintain a decision log for domain rules so the same question is not re-litigated three sprints later by different people.
- Manage internal stakeholder expectations and, where relevant, commitments made to customers.
- Spot when a “small clarification” is actually a scope change, and handle it as one.
- Make sure engineers get access to the domain expert directly — your job is to structure that contact, not to become a relay in the middle of it.
Challenges you’ll solve.
We prefer to be candid. These are the problems that make this role genuinely difficult — and genuinely interesting.
Domain knowledge that arrives as tribal knowledge
Our structural and detailing engineers know what a correct drawing looks like, but much of that knowledge is tacit. Your job is to extract it into deterministic, testable rules before an engineer starts building. Getting this wrong is the single most expensive failure mode we have
— it produces work that looks finished and is not.
Three disciplines, one release
Backend (AWS serverless), frontend (Angular / React), and AI engineers ship into the same
product. They have different failure modes, different testing regimes, and different natural cadences. Sequencing them so nobody idles and nothing integrates late is the core scheduling problem here.
Correctness is not negotiable
This is construction software. A wrong drawing, a wrong quantity, a wrong permission, or a wrong payroll figure has consequences outside the screen. “Ship it and iterate” has limits here, and you will need judgement about exactly where those limits sit for each workstream.
AI workstreams do not estimate like CRUD
Drawing generation and extraction work is research-shaped: some weeks produce a breakthrough, some produce a negative result. You will plan around that uncertainty honestly— with timeboxes, decision points, and fallbacks — instead of pretending an unknown is a two-
week ticket.
Live customers, finite engineers
Companies run their operations on this platform daily. Production incidents, customer escalations, and enterprise integrations (Asite, Autodesk Construction Cloud) compete with roadmap work for exactly the same people. You will make that trade-off explicitly, every week,
and be able to defend it.
Two products, one organisation
The operations platform and the drawing-automation platform have different customers, different rhythms, and partly shared people. Keeping both moving — without either becoming the perpetual second priority — is a standing constraint on every plan you make.
Founder-adjacent, fast-changing priorities
Direction can change on new customer information, and sometimes it should. You are the shock absorber: re-plan quickly, communicate the change clearly and once, and make sure the team experiences it as a decision rather than as chaos.
Qualifications.
- 6–7 years minimum in software delivery, including at least 4 years directly managing engineering teams as a project, delivery, or engineering program manager.
- Proven experience running teams of 10+ engineers across more than one discipline —backend, frontend, mobile, data, or AI.
- Fluency in modern delivery practice — Agile / Scrum or Kanban applied with judgement rather than ceremony — plus genuine facility with Jira or Linear, Git workflows, CI/CD, and release management.
Strongly preferred
- Experience at a product company in the CAD / AutoCAD / BIM / PLM / EDA /simulation space — Autodesk, Bentley, Dassault, Siemens, PTC, Trimble, Hexagon, Ansys or similar.
- Exposure to AEC, construction tech, manufacturing, or industrial software where domain correctness matters more than interface polish.
- Experience managing teams that included AI / ML engineers alongside conventional product engineers.
- Hands-on familiarity with AutoCAD, Revit, Civil 3D, Tekla, or DXF / drawing-export workflows.
The bar, the process, the offer.
The manager we’re looking for
Technical enough to be trusted
Engineers respect the questions you ask, not just the dates you set.
Owns outcomes, not activity
Measures the job by what shipped and worked, not by how busy the board looked.
Direct and specific
Says the uncomfortable thing early, in plain language, to the person who needs to hear it.
Reduces chaos
Leaves every process, plan, and handoff simpler than they found it.
Holds opinions loosely
Strong views on how to run delivery, updated when the evidence changes.
Raises the standard around them
The team becomes more predictable and more capable because you are in it.
Remote only · 2 - 5 years · ₹6L - ₹12L / yr · Bootstrapped · Remote only · Posted 17 Aug 2026
Software Development Engineer
What you'll do
Be the dedicated engineer for one of our clients. Learn their business, find what to automate, and build it.
Build automations, integrations, and web apps on whatever the client runs business platforms like the Zoho suite, cloud services like Azure, and custom apps where needed.
Work with APIs every day: connect systems, move data, make tools talk to each other.
Own work end to end: hear the problem from the stakeholder, build the solution, ship it, demo it, support it.
Resolve client tickets and bugs fast. Keep their systems and data healthy.
Write things down: clear docs, clear updates, clear commit history.
What we're looking for
2–5 years shipping software that works and being able to read it, debug it, and stand behind it.
Strong with REST APIs and integrations between systems.
Happy working inside business platforms (Zoho, Salesforce, or similar). Much of the leverage in this role lives there, not in custom code.
You can sit in a call with a non-technical client, understand the real problem, and come back with a working solution.
Self-driven. You'll often be the only engineer on a problem.
Why you'll love this role
Full ownership from first call to delivery you run projects, not just a ticket queue.
Direct access to clients and leadership. Your decisions ship the same week.
Constant variety: new systems, new problems, new builds.
Remote, Mumbai · 3 - 5 years · Profitable · Remote friendly · Posted 17 Aug 2026
Senior Xano Developer
Visual Backend Development, APIs & AI-Assisted Build
📍 Mumbai (On-site) | Full-time | 3-5 years
About the Role:
Unico Connect is an AI-first technology partner that builds custom mobile, web, and AI products for clients across multiple geographies.
We are hiring a Xano Developer who will build backend systems and APIs for our customer engagements on Xano, the visual backend development platform.
The mandatory requirement for this role is hands-on production backend engineering experience, including PostgreSQL data modelling and REST API design, in either a Node.js or Python environment.
Prior production work on Xano is strongly preferred.
The role is hands-on and customer-facing. You will own backend delivery across engagements: designing data models, building API flows in Xano, integrating third-party services, and partnering with frontend, mobile, and AI engineers on contracts and behaviour.
The work spans all three Xano build modes: no-code function stacks, custom code through Xano’s scripting and code blocks, and Xano’s AI assistance and agentic features.
A typical week includes a data model review for a new engagement, building a complex API flow in Xano, integrating a third-party webhook, and a customer working session on a new module.
Responsibilities:
Backend Delivery on Xano
Own end-to-end backend implementation on Xano: database schema, API endpoints, function stacks, background tasks, and integrations.
Ship production-ready work that meets customer requirements and engineering quality standards.
Build Across All Three Xano Modes
Use Xano’s no-code function stacks for standard CRUD and business logic.
Drop into custom code (JavaScript, Python through code blocks, expressions) where visual flows would be unwieldy.
Use Xano’s AI assistance and agentic features to accelerate routine build work.
Database Design on PostgreSQL
Own data model decisions for each engagement: table design, relationships, indexes, addons, and query performance.
Make schema choices that hold up as product usage grows and that map cleanly to the API contracts the client needs.
API Design and Integration
Design clean REST API contracts that the frontend, mobile, and third-party consumers can rely on.
Cover authentication, input validation, pagination, error handling, and rate limiting.
Integrate external services (payment gateways, messaging, storage, AI providers) through Xano’s connectors and custom requests.
Product Thinking and Solutioning
Translate fuzzy product asks from customers into concrete backend solutions.
Ask the right questions about edge cases, data lifecycle, multi-tenancy, and access control before building.
Push back on requirements that will cause pain later.
Customer Communication
Work directly with customers in discovery, design reviews, demos, and weekly working sessions.
Explain trade-offs in plain language, present options with clear recommendations, and write tight technical updates.
AI-Assisted Backend Development
Use Xano’s built-in AI features as well as external AI tools (Claude, Cursor, and similar) day to day for schema drafts, function stack scaffolding, query writing, integration setup, and review.
Develop strong instincts for when AI output is usable as-is and when it must be reworked.
Quality, Testing, and Reliability
Test the flows you ship.
Set up sensible error handling, logging, and alerts for the backend services you own.
Participate in incident response when something breaks in production.
Documentation and Handover
Document data models, API contracts, and non-obvious decisions inside Xano and in shared docs so the rest of the team and the customer can pick up the work without you in the room.
Continuous Learning
Track changes to the Xano platform, including new features, performance improvements, and AI capabilities.
Apply them to active engagements where they reduce build effort or improve product outcomes.
Requirements:
Hands-on Production Backend Engineering Experience (Mandatory)
Must have personally shipped backend systems to production for real users, with ownership of API design and data modelling.
POCs, coursework, and internal-only tools do not qualify.
3 to 5 Years of Professional Backend Engineering Experience
In either a Node.js or Python environment.
Candidates with slightly less time but strong demonstrated ownership are welcome to apply.
Strong PostgreSQL Skills
Schema design, indexing, query writing, and migrations on at least one production system.
Able to reason about query performance and design data models that hold up under realistic product usage.
REST API Design and Integration Depth
Comfort designing API contracts that are clean, predictable, and easy for frontend, mobile, and third-party consumers to work with.
Experience integrating external services such as payment gateways, messaging providers, storage, and AI APIs.
Familiarity with at Least One Node.js or Python Backend Stack
Such as Express, NestJS, Fastify, FastAPI, Django, or Flask.
Comfort reading and writing application code outside of visual environments when the situation calls for it.
Product Thinking and Solutioning
Ability to take a fuzzy product brief, ask the right questions, and propose a backend design that is fit for purpose.
Strong instincts for what to build first, what to defer, and what not to build.
Strong Written and Spoken English Communication
Confident in customer working sessions and design reviews.
Comfortable writing precise technical documentation and explaining trade-offs to non-engineering stakeholders.
Cloud and Deployment Fundamentals
Working knowledge of at least one of AWS, GCP, or Azure: deploying services, reading logs, managing environments, and basic operational tasks.
Familiarity with Docker is a plus.
Bachelor’s Degree
Bachelor’s degree in Computer Science, Information Technology, or a related engineering discipline.
Exceptional candidates with demonstrable production experience and strong portfolios may be considered without a formal degree.
Nice to Have
- Prior production experience on Xano, Bubble, Retool, or comparable visual or low-code backend platforms
- Full stack experience with React, Next.js, React Native, or Flutter
- Experience integrating LLM APIs (OpenAI, Anthropic, Google) into backend workflows
- Multi-tenant SaaS product experience
- Prior agency, consulting, or product-engineering experience
Remote only · 8 - 14 years · ₹45L - ₹85L / yr · Remote only · Posted 7 Aug 2026
We want a highly experienced engineer with expertise as follows:
● React Native: very high level of proficiency; this should be a core strength
● JavaScript / TypeScript: very high level of proficiency
● React: high proficiency, with strong experience building customer-facing web
applications
● Mobile application development: very strong understanding of app architecture,
performance, debugging, reliability, and release quality
● Python / backend systems: medium to high proficiency; comfortable contributing to
APIs and backend workflows
● Performance optimization: strong experience improving responsiveness and efficiency
across application and processing layers
● Database design and caching: solid experience designing efficient data access
patterns and improving performance of critical operations
● AWS / S3 / async pipelines: working experience, especially in systems involving
uploads, processing, and media workflows
● Developer tools and local development workflows: strong experience improving
engineering productivity and reducing friction in how teams build, test, and ship
● Swift / native iOS development: nice to have, but not required
● Product thinking / customer empathy: strong ability to understand user needs, work
through ambiguity, and help shape product direction
The ideal candidate has strong experience building polished, production-quality applications in
React Native and React, and is comfortable contributing across backend systems where
needed. This person should be excited to understand customer workflows closely and help
shape product direction, not just execute tickets.
What you’ll do
You will work on high-impact product and platform problems, including:
● Building and improving the core React Native application used by customers in the field
● Developing mobile product experiences that help customers capture, review, and act on
ergonomics risk insights
● Building frontend UI for critical new features in the web application using React
● Improving app performance, responsiveness, reliability, and release quality across
mobile and web
● Improving the speed and reliability of video ingestion and re-encoding into web-playable
formats
● Implementing intelligent caching and data access patterns to speed up critical database
operations
● Improving developer tools and local development workflows across mobile, web, and
backend systems
● Contributing to backend services and APIs that power our mobile and web experiences
● Supporting native iOS integrations where needed
● Working closely with product, customers, and the broader engineering team to turn
real-world operational pain points into shipped product improvements
Responsibilities
● Own major product features end-to-end, from product thinking through implementation
and release
● Build high-quality, performant mobile experiences using React Native
● Build intuitive, reliable web experiences using React
● Contribute to backend services and APIs in Python that support product workflows
● Improve app quality through better testing, debugging, observability, and engineering
workflows
● Identify and resolve bottlenecks in video, processing, storage, and database systems
that affect product performance
● Help define engineering best practices for application quality, release processes, and
developer productivity
● Collaborate cross-functionally with product and customer-facing teams to prioritize the
right problems
● Raise the technical bar through strong code reviews, debugging discipline, and
pragmatic architectural decisions
Must-have qualifications
●8-14 years of professional software engineering experience
● Strong hands-on expertise in React Native
● Strong hands-on expertise in JavaScript/TypeScript
● Strong experience with React
● Experience building and shipping production-quality mobile applications
● Strong understanding of mobile architecture, app lifecycle, performance, and debugging
● Experience building customer-facing web applications
● Experience working with backend APIs and full-stack product development
● Experience improving developer productivity through tools, local development setups,
testing workflows, or internal engineering systems
● Strong product sense and ability to translate ambiguous customer needs into scoped
technical solutions
● Excellent communication skills and a high degree of ownership
Remote only · 3 - 20 years · $20K - $35K / yr · Profitable · Remote only · Posted 31 Jul 2026
Senior Agentic Engineer — Ai1 Platform (Operations)
Team: Operations · Type: Full-time · Location: Fully remote (global, async-first)
Who we are
MyZone AI builds and runs Ai1 — a managed, multi-agent AI platform that gives each client their own isolated, always-on team of AI agents working across the channels and tools they already use. We're a small, AI-first, high-trust team that ships like a much bigger one. We work fully remote and async — what you ship and how clearly you write matter more than your hours.
The role
You'll join the Operations team.
- Agentic engineering — complex agent skills and workflows, multi-agent orchestration, custom integrations, and the prompting and guardrails that make autonomous agents reliable.
What you'll do
Build agents that do real work
- Design complex, reusable skills and multi-step recipes that automate entire business processes — production automations, not demos.
- Architect multi-agent workflows: delegation, parallel execution, and agents that hand off and reassemble work.
- Build custom MCP connectors and API integrations for any tool that doesn't have one yet.
- Engineer robust prompts, human-in-the-loop controls, and built-in QA so automations are safe to run autonomously.
- Ship automations as self-contained installers that deploy across many client instances with zero rework.
Own application code end-to-end
- Own one or more services in our modular platform (Node/Express backends, React frontends) — schema, API, and UI.
- Ship features across CRM, operations, pipeline, reporting, onboarding, assessments, and chatbots.
- Contribute to our Next.js portal (Next.js 15, TypeScript, Prisma, PostgreSQL).
- Keep your components healthy: clean migrations, green CI, solid tests.
Set the bar
- Work clean: feature branches, real PRs, green CI, small changes, semantic versioning.
- Be security-conscious by default — credentials are treated like credit-card numbers; high-risk actions route through human review.
- Mentor, set patterns, and raise the team's technical level.
Who we're looking for
Must-haves
- 5+ years of professional software engineering with strong full-stack depth: Node.js / TypeScript and modern React.
- Hands-on experience building AI agents in production — tool/function calling, orchestration, memory, and evaluation. You've shipped something that uses an LLM to reliably do real work.
- Fluency with the Anthropic / Claude API (or equivalent) and real depth in prompt/context engineering.
- Strong with PostgreSQL and pragmatic API design.
- Able to own a service end-to-end and ship independently in a low-oversight, async environment.
- Excellent written communication and sound judgment around security and autonomous actions.
Bonus
- Built MCP connectors, agent frameworks, or similar orchestration layers.
- Next.js 15, Prisma, Vercel, monorepos (pnpm / Turborepo).
- Light DevOps: Linux VPS, PM2, nginx, CI.
- Used coding agents (Claude Code–style tools) to build real things.
- Integrations: Slack/Teams apps, Twilio, Google Workspace, GitHub.
How we work
Fully remote, global, async-first — no required location. Small, high-trust, and low-bureaucracy, so you'll own real work and thrive without hand-holding. Everyone here builds automations, versions their work, and maintains what they ship.
MyZone AI is an equal-opportunity employer. We hire the best person for the work, wherever they are.
Remote only · 3 - 5 years · ₹3.6L - ₹4.2L / yr · Bootstrapped · Remote only · Posted 31 Jul 2026
We’re Hiring: Associate Software Developer
Rogue Pixxel is hiring an Associate Software Developer for a long-term product development role in the education technology / institutional ERP space.
This is a good opportunity for someone who wants to work on a serious real-world software product, learn product development deeply, and grow with ownership.
Position Details
Role: Associate Software Developer
CTC: UPTO ₹3.6 LPA
Type: Full-time
Location: Ashok Nagar, Ranchi, Jharkhand
Experience: 3-5 years experience preferred
What You’ll Work On
You will work on web-based product features related to institutional operations such as:
Student and user workflows
Attendance and academic modules
Fee and finance-related workflows
Dashboards and reports
Communication and notification flows
Admin panels and role-based interfaces
Responsibilities
Develop, improve, and maintain product features
Work on frontend and/or backend tasks
Debug issues and improve product stability
Write clean, readable, and maintainable code
Collaborate with the team on product requirements
Take ownership of assigned work and deliver consistently
Required Skills
Good understanding of web development fundamentals
Basic knowledge of frontend or backend development
Understanding of APIs, databases, and Git
Logical problem-solving ability
Willingness to learn and improve continuously
Responsible attitude and consistency
Preferred Skills
React / Next.js
Node.js / NestJS
PostgreSQL / MySQL
REST APIs
Git
SaaS product exposure is a plus
Who Should Apply
This role is suitable for:
Strong freshers with good project experience
Developers with 3-5 Years of experience
Candidates who want to grow in product development
Developers who prefer long-term ownership over short-term project work
Growth Opportunity
This is a product-focused role with learning, responsibility, and growth opportunities. Performance-based growth review will be considered after the initial period based on ownership, consistency, and delivery quality.
Remote only · 5 - 10 years · ₹12L - ₹40L / yr · Bootstrapped · Remote only · Posted 30 Jul 2026
We’re looking for a full-stack developer to own the technical build of the Sthira platform — not a task-based freelancer, but someone who takes primary ownership of the codebase and architecture while working directly alongside the founder (non-technical support on product, content, and testing).
This is a hands-on builder role, not an advisory one. You’ll be the main technical driver from MVP through early scale.
Remote only · 3 - 8 years · ₹20L - ₹30L / yr · Bootstrapped · Remote only · Posted 27 Jul 2026
We are building HypeMuse, an event-based photo and GIF discovery platform for sports games, concerts, and live events.
Our current backend is built with Laravel/PHP, and we are planning to rebuild the backend using Node.js. We are looking for a strong backend engineer who can help migrate the existing Laravel system into a scalable Node.js architecture while keeping the current product logic stable.
Responsibilities:
- Analyze the existing Laravel backend structure, database schema, APIs, and admin workflows.
- Rebuild core backend services using Node.js, preferably TypeScript with NestJS or Express.
- Design clean REST APIs for the mobile app, admin panel, media upload, user accounts, events, venues, and recommendation feed.
- Integrate with existing services including MySQL/PostgreSQL, Redis, object storage, and the recommendation service.
- Support event-based recommendation logic for photos and GIFs, including event ID, venue location, match phase, audience type, media quality, freshness, and popularity.
- Build background jobs for media processing, metadata sync, recommendation data sync, and interaction tracking.
- Set up Docker-based deployment and production-ready environment configuration.
- Improve backend performance, security, logging, monitoring, and maintainability.
- Work closely with the founder/product owner to turn the current Laravel backend into a scalable Node.js backend.
Requirements:
- Strong experience with Node.js backend development.
- Good knowledge of TypeScript, NestJS or Express.js.
- Experience working with Laravel/PHP projects and backend migration is highly preferred.
- Strong understanding of REST API design, authentication, database modeling, and queue-based systems.
- Experience with MySQL or PostgreSQL, Redis, Docker, and Linux server deployment.
- Ability to read an existing codebase and migrate features without breaking current product behavior.
- Experience with media platforms, recommendation systems, feeds, image/video processing, or event-based products is a plus.
Nice to have:
- Experience with Qdrant, Faiss, vector search, recommendation systems, or AI-powered media tagging.
- Experience with cloud storage, CDN, image optimization, and large-scale media upload.
- Experience with sports, concert, creator, or community platforms.
This role is suitable for someone who can work independently, communicate clearly, and help us move from a Laravel MVP backend to a more scalable Node.js backend architecture.
Remote only · 2 - 5 years · ₹3L - ₹8L / yr · Profitable · Remote only · Posted 18 Jul 2026
Full-Stack Developer – Angular / Node.js / MySQL
Full-Time · Remote · Experience: 2–5 Years
About AtDrive Group
AtDrive Group is a technology solutions company that endeavours to deliver robust, scalable and secure software solutions with exquisite design and architecture, enforcing the best practices — no matter what your business is. We provide end-to-end digital transformation services across cloud computing, SaaS, mobile, web, e-commerce, and enterprise integration — serving clients from SMEs to Fortune 2000 companies across India, the Caribbean, and globally.
Website: atdrive.com ·
About the Role
We are looking for a capable, self-driven Full-Stack Developer who can own both the front-end and back-end of web applications. You will work across the complete stack — building Angular-powered interfaces, developing scalable Node.js services, designing and managing MySQL databases, and creating robust APIs that tie it all together.
Strong technical ability is essential, but so is communication. You will collaborate with clients and cross-functional team members, which means you need to express technical concepts clearly, surface blockers proactively, and deliver without hand-holding. Our evaluation process is designed to test both.
Key Responsibilities
Front-End Development
- Design and develop dynamic, responsive, and performant Angular applications
- Build reusable components, services, and modules following Angular best practices
- Implement clean, accessible UI/UX across web and device types using HTML5, CSS3, and SCSS
- Integrate front-end applications with back-end APIs and real-time data sources
Back-End Development & API
- Develop scalable, secure, and maintainable server-side applications using Node.js
- Design, build, and maintain RESTful APIs — including versioning, authentication, error handling, and documentation
- Integrate third-party APIs and external services into the application layer
- Implement back-end business logic, middleware, and service layers
Database – MySQL
- Design and manage MySQL database schemas, tables, relationships, and indexing strategies
- Write optimised SQL queries, stored procedures, and handle migrations
- Perform back-end data validation and ensure data integrity across the application
- Diagnose and resolve database performance bottlenecks
Full-Stack Ownership
- Work across the full development lifecycle — from requirement analysis and architecture through to deployment and ongoing support
- Conduct real-time testing during development to validate quality at every stage before handoff
- Participate in code reviews and contribute to improving codebase standards
- Debug and resolve issues independently across the full stack with minimal escalation
Required Technical Skills
Front-End
- Strong expertise in Angular (v12+ preferred) — components, services, reactive forms, routing, state management, and Angular CLI
- Proficiency in TypeScript and modern JavaScript (ES6+)
- Solid command of HTML5, CSS3, SCSS, Bootstrap — responsive and cross-browser development
- Experience with RxJS for reactive and asynchronous programming patterns
- Familiarity with AJAX and JSON-based client-server communication
Back-End & API
- Hands-on experience with Node.js — Express.js or equivalent framework
- RESTful API design and implementation — authentication (JWT / OAuth), input validation, rate limiting, error handling
- Experience integrating third-party APIs and webhooks
- Understanding of asynchronous programming, event loops, and performance optimisation in Node.js
Database
- Strong proficiency in MySQL — schema design, query optimisation, indexing, and stored procedures
- Experience with an ORM such as Sequelize or equivalent
- Ability to handle data migrations and version-controlled database changes
Engineering Practices
- Version control via Git — branching, pull requests, and collaborative workflows
- Understanding of MVC / layered architecture patterns
- Experience with Agile / Scrum development methodologies
- Familiarity with deployment pipelines and basic DevOps concepts is a plus
AI-Tool Fluency (Required)
AtDrive operates at the cutting edge of modern software delivery. All team members are expected to actively leverage AI-powered tools as a core part of their daily workflow.
- Proficiency with AI coding assistants such as Claude (Anthropic), GitHub Copilot, OpenAI Codex, or equivalent platforms
- Ability to use AI tools to accelerate full-stack development, generate boilerplate, write tests, and debug across Angular, Node.js, and MySQL
- Comfortable prompting, evaluating, and critically iterating on AI-generated code
- Awareness of the limitations and responsible use of AI in a professional software environment
- Willingness to continuously upskill as AI tooling evolves
Communication Requirements
Strong communication is non-negotiable. You will interact directly with clients and cross-functional team members. We expect:
- Clear, professional written and spoken English
- Ability to explain technical concepts and trade-offs to non-technical stakeholders
- Proactive communication — surface blockers, clarify ambiguities, and provide status updates without being prompted
- Comfortable participating in client calls and written correspondence independently
Evaluation Process
Our evaluation process is rigorous and multi-stage, assessing real-world full-stack capability — not just the ability to recite answers.
- Stage 1 — Technical Assessment: Timed coding challenge covering Angular, Node.js, MySQL, and API design
- Stage 2 — Communication Round: Assessed on clarity, articulation, and ability to discuss technical decisions
- Stage 3 — Live Technical Interview: Architecture discussion, code walkthrough, and full-stack problem-solving under observation
- Stage 4 — AI Tool Proficiency: Practical demonstration of AI-assisted development across the stack
Candidates who perform well technically but demonstrate weak communication or low AI-tool familiarity will not be progressed.
Qualifications
- Bachelor's degree in Computer Science, Information Technology, or a related engineering field
- 2–5 years of professional full-stack development experience — Angular, Node.js, and MySQL are all required, not optional
- Portfolio of shipped full-stack projects strongly preferred — links to repositories or live applications welcome
Why AtDrive?
- Work with a globally recognised technology company serving clients from SMEs to Fortune 2000 companies
- Build across the complete stack on real, commercially delivered projects
- Collaborate with diverse, passionate teams driven by a culture of excellence and continuous improvement
- Competitive compensation and genuine career advancement opportunities
- Be part of a company whose tagline isn't just words — Inspired by Perfection
Remote only · 3 - 20 years · ₹1.8L - ₹3.7L / yr · Raised funding · Remote only · Posted 11 Jul 2026
Senior Blockchain Developer
Location: India, Remote
Employment Type: Full-Time / Contract
Department: Engineering
About Us
OpenAssets is building open standards for the next generation of capital markets, providing the trusted foundation for real-world asset tokenization and digital currencies.
We specialize in alternative asset digitization, offering regulatory-conscious tools to design, issue, and manage digital assets in complex financial environments. We also develop loyalty solutions that turn customer engagement into programmable digital assets, helping brands create personalized experiences that drive growth.
OpenAssets operates at the intersection of finance, technology, and regulation focused on building secure, scalable, and open infrastructure for the future of digital markets. Join OpenAssets and be part of shaping the future of digital finance!
Overview
We are seeking a Blockchain Developer to lead the technical implementation of our Web3 infrastructure. In this role, you will be responsible for the end-to-end lifecycle of smart contracts and their integration into our broader financial ecosystem. You will act as a technical authority on blockchain security, scalability, and architecture, ensuring our platform meets the rigorous demands of institutional digital finance.
What You’ll Do
Smart Contract & Blockchain Development
- Design, develop, test, and deploy smart contracts and blockchain applications.
- Build and maintain secure, scalable backend services for blockchain products.
- Develop and maintain cross-platform applications that integrate with on-chain infrastructure.
- Integrate wallets, payment systems, and blockchain APIs with existing systems.
- Optimize for gas efficiency, transaction latency, reliability, and scalability.
Security & Quality
- Implement and uphold best practices for blockchain security and smart contract auditing.
- Review smart contracts and backend code for security vulnerabilities and performance issues.
- Support audits, security reviews, and production releases.
- Maintain high test coverage and disciplined release processes.
Collaboration & Communication
- Collaborate with product and engineering teams to define and deliver technical requirements.
- Communicate technical concepts clearly to both technical and non-technical stakeholders.
- Mentor junior engineers and contribute to a strong engineering culture.
- Stay current with emerging blockchain technologies, DeFi, and Web3 infrastructure trends.
Qualifications & Experience
- Experience: 3+ years of software engineering experience with at least 3+ years of hands-on blockchain/Web3 development.
- Blockchain Core: Strong experience with Solidity and EVM-compatible chains (Ethereum, Polygon, and others).
- Production Deployment: Proven track record building, testing, deploying, and maintaining smart contracts in production.
- Deep Technical Knowledge: Solid understanding of blockchain architecture, including consensus mechanisms, gas optimization, wallet flows, token standards, and transaction lifecycles.
- Full-Stack Proficiency: Good understanding of the MERN stack (MongoDB, Express.js, React, Node.js) and how full-stack applications integrate with blockchain infrastructure.
- Backend Expertise: Proficiency in Node.js and TypeScript with experience building RESTful backend applications.
- Testing & Tooling: Experience with smart contract and backend testing frameworks (e.g., Foundry, Hardhat, Mocha, Jest) and Web3 libraries like Ethers.js or Web3.js.
- Cloud Infrastructure: Hands-on experience with AWS, including deploying, managing, and scaling services like EC2, S3, Lambda, and RDS.
- Databases & DevOps: Comfortable with relational (PostgreSQL) and non-relational (MongoDB) databases, Git, and collaborative development workflows.
- Soft Skills: Strong communication skills in English with the ability to articulate technical concepts to diverse stakeholders.
Nice to Have
- Familiarity with the Move language (Sui, Aptos).
- Experience with smart contract audit tooling such as Slither, Mythril, or Manticore.
- Exposure to RWA tokenization, DeFi, stablecoins, NFTs, staking, or bridging protocols.
- Professional background in fintech, payments, or regulated blockchain use cases.
We are committed to providing equal opportunity for qualified applicants to contract positions, regardless of race, color, religion, sex, sexual orientation, gender identity, national origin, disability, or veteran status. This is a contract opportunity, not a direct employment role.
Remote only · 8 - 12 years · ₹25L - ₹40L / yr · Bootstrapped · Remote only · Posted 8 Jul 2026
Lead Product Engineer - Pod Captain
A Little Bit About the Role
There is a version of this role that attracts the wrong person: a senior engineer who wants a title upgrade and a slightly bigger scope. That person will struggle here. The Lead PE is not a promotion for being a great individual engineer. It is a fundamentally different job.
Your success at this level is measured entirely by what your Island delivers — not by the quality of your own code. You will still write code, often the hardest and most risk-laden on the project: auth systems, payment integrations, data migrations, the things nobody else should touch. But that is a fraction of the role. The majority is managing delivery, owning the client relationship on the technical side, unblocking engineers before problems compound, and making scope calls under pressure with incomplete information.
You are also the technical and commercial bridge between your Island and the client. You own every piece of technical communication that goes to them — what is being built, what risks exist, what the honest timeline is. When a client pushes for something technically unsound, you push back directly and professionally, always with an alternative. When something breaks in production, you own the post-mortem process and the client receives it within 24 hours. You protect your team from unfiltered client pressure; you translate it into clear, actionable direction instead.
On top of delivery and client management, you are the AI operating standard for your Island. Every engineer on your pod uses Cursor and Claude within the rules you define. You set those rules before the first line of code is written, govern how they evolve, and you are accountable when AI-generated code ships without being understood.
If you are energised by all of that — by the accountability, by owning outcomes rather than tasks, by the combination of technical depth and people management — this role will suit you well. If you want to spend most of your time in code, this is not the right level.
AI Governance Expectation
You set the AI standard for your entire Island. If an engineer on your pod is shipping AI-generated code they do not understand, or underusing AI tools entirely, both are your problem to fix — not theirs alone.
At Lead level, AI governance means:
- Authoring the .cursorrules file before the first PR is opened. This defines how every engineer on the team writes code, uses Cursor, and structures prompts. You update it as the team learns, and you submit it to the Fountane Mainland at the close of every engagement.
- Evaluating new AI tools before they reach client code. You are the gate. A tool that looks useful in a demo can create untraceable technical debt in production. You decide what enters the workflow.
- Governing prompt discipline across the team: scoped prompts, codebase context hygiene, no AI-generated code that the author cannot explain line by line.
- Using Claude for architecture reasoning, sprint planning, risk documentation, and client-facing technical communication — not just Cursor for code generation. AI works at every layer of the Lead role, not just the coding layer.
- Staying ahead of the Golden Stack. You should know what Cursor and Claude can and cannot do at the codebase level better than anyone on your Island. When the Mainland updates the standard toolchain, you integrate the change into your Island’s workflow first.
Key Responsibilities
Technical Architecture & Standards Ownership
Design the full-stack architecture for every engagement before the first sprint starts: service boundaries, API contracts, database schema, state management strategy across web and mobile surfaces, and the security baseline. Author the .cursorrules file that governs how the entire Island writes code and uses AI. Own the highest-risk code personally — auth systems, payment integrations, live data migrations — these are not delegated regardless of workload. Enforce Mainland security standards across the entire codebase: input validation, correct auth scoping, safe data handling. If a security issue reaches production that was visible in a PR, that is a failure you own.
CE Prototype Gatekeeping
Review every Concept Engineer prototype before any engineer touches it. This is not a courtesy review — you have veto authority. If the scope is technically unrealistic for the sprint, the architecture is unbuildable as specified, or the prototype makes promises the codebase cannot keep, the sprint does not start until those are resolved. The time to surface a structural problem is before it is built, not after it is demoed. Produce a written checklist verdict for every prototype review — approved, approved with conditions, or blocked with reasons.
Client Technical Communication & Scope Ownership
Own all technical communication with the client directly. This means: what is being built each sprint, what risks exist and what is being done about them, honest timelines when estimates change, and clear explanations of technical decisions in plain language. Push back on risky or scope-expanding requests professionally and always with an alternative — “we cannot do X because Y; here is what achieves the same outcome.” Manage scope creep actively: every request that expands the engagement goes through you, gets assessed for impact, and is either absorbed, priced, or declined with a rationale. Renewal conversations are yours to lead in coordination with the CE.
Island Integration Audit
When a prospective client wants fractional augmentation — one or two roles rather than a full Island — you conduct the Island Integration Audit. This means evaluating their existing engineering team against Fountane Mainland SOPs: coding standards, AI tool usage, deployment practices, and documentation quality. If they pass, fractional deployment proceeds. If they do not, you produce a written audit report that either recommends full Island deployment or a Mainland upskilling programme. You are protecting your team’s velocity — a fractional deployment into a dysfunctional team destroys it.
Delivery & Velocity Management
Review the work cycle board every morning. Flag anything stuck, stale, or at risk before it becomes a client problem — not after. Communicate risks to the CE proactively with options, not just problems. Track every engineer’s billing hours: a shortfall spotted on Wednesday is a Thursday conversation, not a Friday surprise. If an engineer is consistently under-billing, that is either a workload problem, a capability problem, or a motivation problem — each has a different resolution and you are responsible for diagnosing which one it is.
Production Incident Ownership
When something breaks in production, you own the resolution process end to end: take technical lead, make the call on rollback vs. hotfix, communicate status to the client directly if the incident affects them, and own the post-mortem. The client receives the post-mortem within 24 hours of resolution — this is a hard commitment, not a target. The post-mortem covers: what happened, why it happened, what was done to fix it, and what structural change prevents recurrence. You produce it; it is not delegated to the engineer who caused the issue.
Automation & Infrastructure Boundary Arbitration
The Automation Engineer owns the test gates within the CI/CD pipeline. The Infrastructure Engineer owns the pipeline configuration itself. When these overlap and conflict — which they will — you arbitrate. The resolution must be documented in the Island’s .cursorrules and SOP onboarding document so the boundary does not need to be relitigated every sprint. This is not optional housekeeping; an unresolved boundary between these two roles is one of the most common sources of deployment failures on Islands.
Full Stack Ownership — Web & Mobile
You review and own work across the entire application layer: React / Next.js web frontends, React Native or Flutter mobile apps, Node.js / Python backends, and database schema. You cannot delegate a review of mobile code because you do not know mobile, or backend code because your background is frontend. If there is a gap in your full-stack depth, that is something to resolve before taking this role, not on the job.
People Management & Mentoring
Hold bi-weekly 1:1s with every engineer on the Island — focused on growth, blockers, and career direction, not status updates. Status belongs on the board; 1:1s are for the person. Address performance gaps early, directly, and specifically: a pattern spotted in week two is a conversation in week two, not month three. Protect the team from unfiltered client anxiety — absorb it, process it, and give the team clear direction instead of noise. If an engineer is struggling, that is your problem to solve before it becomes the client’s problem to notice.
Network Contribution
At the close of every engagement, submit to the Fountane Mainland: the .cursorrules file, all prompt templates used, a short retrospective on what worked and what did not, and any reusable patterns or scripts developed during the engagement. This is a Lead-level obligation, not a nice-to-have. The network’s collective capability grows through what Leads bring back from the field. An engagement that ends without a Mainland submission has left the network no smarter than it was before.
Qualifications
- 8+ years of software engineering experience, with at least two years in a role where you were accountable for delivery outcomes — not just your own code. You should be able to describe an engagement where something went wrong on your watch, what you did about it, and what you would do differently. If your experience is entirely individual-contributor, this role will be a difficult fit.
- Genuinely full stack across web and mobile: React / Next.js, React Native or Flutter, Node.js or Python, and database architecture including schema design and migrations. You review and own work across all of these surfaces — not just the ones you are most comfortable in.
- Hands-on, daily Cursor and Claude usage with the ability to set and enforce standards for how a team uses them — not just personal proficiency. You should be able to describe the .cursorrules file you would write for a standard SMB engagement and explain the decisions behind it.
- Proven ability to communicate technical risk and decisions directly to non-technical clients — not through a PM, directly, in plain language. You should be able to describe a client pushback you navigated and how you handled it.
- Experience managing scope on a real engagement: a client who wanted more than was in the contract, and how you resolved it without damaging the relationship or the team’s velocity.
- Has conducted security-aware architecture design: auth systems, input validation, safe data handling. You should be able to describe a security decision you made and why.
- Has led or coordinated a small engineering team — run 1:1s, addressed performance gaps, made scope calls under pressure. Management experience at a staffing agency or outsourcing firm counts if the accountability was real.
- Comfortable having direct, specific performance conversations early — not after the situation has compounded. You should be able to describe a time you addressed a performance issue at the first sign rather than waiting.
- Bachelor’s or Master’s in Computer Science or a related field, or equivalent experience.
About Fountane
Fountane is a technology ventures lab - one part product studio, one part startup engine. We build high-quality software and AI products for clients ranging from fast-moving startups to large enterprises, and we co-build and invest in new companies when we see the right opportunity.
Founded in 2017 and headquartered in Minneapolis, we have grown to 60+ people across four continents and were recognised as one of America’s fastest-growing companies, ranking No. 699 on the Inc. 5000 with 595% three-year growth.
We are serious about craft, direct about expectations, and operate at the frontier of AI-assisted engineering. Lead PEs here carry real authority and real accountability — over delivery, over people, and over client outcomes. If that combination is what you are looking for, this is the place.
Remote only · 3 - 5 years · ₹24L - ₹34L / yr · Bootstrapped · Remote only · Posted 8 Jul 2026
About ZYSYGY
ZYSYGY is building Germany's zero-fee payment network. Merchants pay zero transaction fees. We route payments directly over SEPA Instant, bypassing Visa, Mastercard, and the entire card network chain. No hardware. No card reader. Just a phone.
We are building the first company to combine a fully software-based merchant POS with a consumer super-app for everyday financial life: payments, transport, utilities, government services, all in one place. Think what UPI did for India. We are doing it for Germany, from the ground up, on banking rails.
Role Overview
You will join the core engineering team as a founding engineer. You will own the backend payment engine end to end: transaction flows, wallet management, SEPA Instant settlement, KYB/KYC integration, recurring mandates, refund logic, and the compliance export layer (DATEV, Kassenbuch, GoBD, fiskaltrust). On mobile, you will contribute to the React Native consumer and merchant apps alongside our mobile engineer.
You will own what you build from development through deployment, monitoring, and production reliability. The architecture decisions you make in the first six months will run in production for years.
What you will do
Design and build the backend payment engine: transaction flows, wallet management, SEPA Instant settlement, offline payment authorization, and recurring mandate billing.
Own KYB/KYC integration and the compliance export layer: DATEV, Kassenbuch, GoBD, and fiskaltrust for KassenSichV.
Build REST APIs for financial-grade reliability and high-throughput transaction processing, including full R-transaction handling and reconciliation pipelines.
Contribute to the React Native consumer and merchant mobile apps alongside our mobile engineer.
Own the full lifecycle of what you build, from development through deployment, monitoring, and continuous improvement.
Integrate AI tooling into your development workflow as a matter of course: code generation, automated testing, and intelligent review.
Who you are
Meaningful hands-on experience building payment systems, fintech infrastructure, or financial APIs.
You have designed a ledger. You understand double-entry bookkeeping, immutable transaction records, and why you never update a financial row.
You have solved the partial failure. Money left one wallet and did not arrive in the other. You know how to detect it, resolve it, and make sure it does not happen again.
You understand idempotency at a design level. You have built systems that survive client retries, duplicate webhooks, and network drops without double-charging anyone.
You have built or reasoned about reconciliation: detecting discrepancies between your internal ledger and an external settlement file, and resolving them reliably at scale.
You understand KYC and KYB state machines, what happens when verification status changes mid-transaction, and what a regulator expects from your audit trail.
You are comfortable with SQL databases and own the full lifecycle of your code from development through deployment.
You can communicate technical decisions clearly to non-technical stakeholders. At this stage of the company, that matters.
You are a continuous learner. Payments infrastructure is a deep domain and you treat it that way.
You are comfortable with ambiguity and early-stage risk. There is no playbook yet. You will help write it.
Strong academic background preferred. Demonstrated engineering ability matters more than institution.
Relocation
Relocation to Munich, Germany, is on the table for the right candidate, including visa support.
Connect with the Founder
You can also connect with me on LinkedIn at www.linkedin.com/in/shabbir-maimoon
Remote, Mumbai · 4 - 7 years · Profitable · Remote friendly · Posted 7 Jul 2026
Senior Backend Engineer
Node.js, System Design & Production Platforms
📍 Mumbai (On-site) | Full-time | 5+ years
About the Role:
Unico Connect is an AI-first technology partner that builds custom mobile, web, and AI products for clients across multiple geographies.
We are hiring a Senior Backend Engineer to own the backend architecture of a complex production AI platform on a dedicated client engagement: API design and data modelling, multi-tenancy, orchestration of long-running agent workloads, and the services that manage user projects and generated output.
We are open to full stack engineers whose primary strength and interest is backend. If you have shipped full stack work but the backend is where you do your deepest engineering, you are a fit for this role.
The mandatory requirement for this role is hands-on production experience as a senior backend engineer building complex, scalable systems in Node.js, with end-to-end ownership of architecture, data, and operations on at least one live platform.
The role is hands-on and architectural.
Expect to design system architecture, lead a small group of backend engineers, build the hardest parts yourself, set engineering standards, and partner closely with frontend, AI, and DevOps engineers.
A typical week includes an architecture decision on a new service, hands-on implementation of a critical path, a code review with mid-level engineers, and a working session with the AI engineer on an integration contract.
Responsibilities:
System Architecture
Own the backend architecture across engagements.
Make and document decisions on service boundaries, data models, API contracts, deployment topology, and trade-offs.
Hands-on Backend Delivery
Lead by example on complex modules, performance-critical paths, and high-risk areas using Node.js (Express, NestJS, Fastify) with TypeScript.
Pick up Python (FastAPI) where engagements require it.
Database Design and Performance
Drive PostgreSQL schema design, indexing, query optimisation, migrations, and capacity planning.
Set the data-modelling standard across the pod.
Caching, Queues, and Workflows
Design caching (Redis), event-driven patterns (Kafka, RabbitMQ, SQS, NATS), and long-running workflow orchestration (Temporal, BullMQ, Celery, or equivalent).
Handle retries, idempotency, and failure recovery.
Multi-Tenancy and Platform Patterns
Design and implement multi-tenant data isolation, RBAC, audit logging, and resource quotas appropriate to enterprise-grade products.
API and Integration Design
Set the standard for REST, GraphQL, and gRPC contracts.
Drive versioning, authentication (OAuth, JWT, SSO), security by default, and developer ergonomics.
Observability and Operations
Instrument services with OpenTelemetry, Prometheus, and Grafana.
Define SLOs, lead incident response, and write postmortems.
Code Quality and Mentorship
Run code reviews, define conventions, mentor mid-level engineers, and raise the engineering bar.
AI-Assisted Engineering Discipline
Use Claude, Cursor, and similar tools day to day.
Set the team standard for prompts, patterns, AI-assisted review, and validation of AI-generated backend code.
Client Engagement
Represent Unico Connect in technical conversations with customers.
Defend architectural decisions, communicate trade-offs, and manage scope.
Requirements:
Hands-on Production Experience as a Senior or Lead Backend Engineer in Node.js (Mandatory)
Must have personally built and shipped complex production systems in Node.js, owning architecture, data, and operations on at least one live engagement.
Full stack engineers whose deepest work is on the backend qualify.
POCs and internal tools alone do not qualify.
5+ Years of Professional Backend Engineering Experience
With at least 1 to 2 years in a senior or lead role with direct responsibility for technical decisions and team output.
Deep Node.js and TypeScript Proficiency
Strong with Express, NestJS, or Fastify.
Comfort with async patterns, streams, worker threads, and performance profiling.
Python as a Strong Plus
Hands-on production experience with FastAPI, Django, or Flask is a meaningful advantage.
Willingness and demonstrated ability to pick up Python as engagements demand is required.
PostgreSQL Depth
Schema design, normalisation, indexing, query performance, migrations, and at least one production system where you owned the data model end to end.
Caching and Event-Driven Architecture
Hands-on with Redis (or equivalent) and message queues or event-driven patterns (RabbitMQ, SQS, Kafka, NATS).
AWS Depth
Hands-on production experience with EC2, S3, RDS, IAM, VPC, ECR, and at least one of EKS, ECS, or Lambda.
Comfort owning deployment, monitoring, and cost.
System Design and End-to-End Ownership
Able to take an ambiguous problem, break it into components, evaluate alternatives, produce an architecture that holds up under review and load, plan execution, and ship with limited supervision.
AI-Assisted Engineering Experience
Daily use of Claude, Cursor, Copilot, or equivalent.
Strong discipline for reviewing and validating AI-generated backend code.
Excellent Written and Spoken English
Experience working directly with international clients.
Confident defending architectural choices in writing and in review.
Nice to Have:
- Workflow orchestration (Temporal, Airflow)
- GraphQL (Apollo, gRPC)
- Sandboxed execution environments
- Multi-tenant SaaS experience
- OpenTelemetry instrumentation
- Prior agency or consulting experience
Remote only · 7 - 20 years · Profitable · Remote only · Posted 6 Jul 2026
Role: Full Stack GEN AI Engineer
Location: Remote - Bengaluru
Duration: Fulltime With VDart Digital
The role demands a developer who is not just familiar with Large Language Models (LLMs), but is an expert in building autonomous agentic workflows using the modern GenAI stack (LangChain, CrewAI, Vector DBs). Expertise in system design, cloud-native technologies, and CI/CD for AI-driven applications is essential for this high-impact delivery role.
Responsibilities
· Design, develop, and maintain full-stack applications that are scalable, robust, and meet the company's quality standards, with a specific focus on Generative AI integration.
· Agentic Orchestration: Build and deploy sophisticated multi-agent systems and autonomous workflows using frameworks like LangChain, CrewAI, or LangGraph.
· Collaborate effectively with cross-functional teams to define, design, and ship new features that bridge the gap between raw AI power and intuitive user workflows.
· Exhibit strong problem-solving skills with an emphasis on product development and driving architecture choices that enable a world-class user experience.
· Utilize a variety of modern web technologies and frameworks (React.js, Angular, or Vue.js) to build responsive and accessible user interfaces.
· Develop and maintain RESTful APIs and services with optimal performance and scalability, handling streaming AI responses and complex function-calling logic.
· Ensure code quality, organization, and automatization through best practices, including unit tests for prompts, model evaluation pipelines, and automated CI/CD for AI-driven features.
· Implement and optimize RAG (Retrieval-Augmented Generation) pipelines using Vector Databases and advanced retrieval techniques.
· Adapt to emerging technologies and frameworks, specifically new GenAI tools and frontier models, and apply them to operational and business needs.
· Manage individual project priorities, deadlines, and deliverables with minimal supervision.
Skill Requirements
· Excellent oral and written communication skills, with the ability to articulate complex AI and technical ideas to both technical and non-technical audiences.
· Profound knowledge of application development, data structures, networking, operating systems, and DBMS.
· Strong proficiency in backend programming languages for API development such as Python, Java, JavaScript (Node.js), or Go.
· Expertise in front-end technologies and frameworks such as React.js, Angular, or Vue.js.
· GenAI & Agentic Tools: Deep hands-on experience with LangChain, CrewAI, or AutoGen. Ability to manage agent memory, state, and tool-calling.
· In-depth understanding of SQL/NoSQL databases, data modeling, and experience with Vector Databases for RAG implementations.
· Solid grasp of system design, microservices architecture, and cloud-native technologies including Docker, Kubernetes, and GitHub Actions.
· Experience with distributed computing, machine learning frameworks, and tools, with a primary focus on Generative AI.
· Desirable (Good to Have): Experience with Generative or Adaptive UI development, where the interface dynamically adapts or renders components based on LLM outputs and real-time AI reasoning.
· A strong desire to learn and master new technologies and techniques in the rapidly evolving GenAI landscape.
Qualifications
· Bachelor’s degree in Computer Science, Engineering, or a related field.
· A minimum of 3-5 years of experience in full-stack development, with a proven track record of building and deploying Generative AI applications and agents.
· Portfolio of successfully deployed web applications and services, specifically showcasing AI agents, RAG implementations, or complex AI-driven features.
Remote only · 4 - 7 years · Remote only · Posted 6 Jul 2026
Senior Full-Stack Engineer — Backend-Focused
Remote · Platform Engineering · Full-time · 4–5 years experience
About the Role
We're a healthcare technology company building a multi-tenant case-management platform that orchestrates
complex clinical, payment, and communication workflows. You'll build backend services that power the product
— a TypeScript GraphQL API on Node.js, backed by PostgreSQL/Prisma and deployed on Google Cloud,
integrating a broad ecosystem of third-party healthcare, payment, and communication providers.
This is a senior, high-ownership role on a remote-first team. You'll design systems, lead complex integrations,
mentor engineers, and influence our architecture as we scale.
What You'll Do
• Design, build, and operate backend features on our Node.js + TypeScript platform using Express + Apollo
GraphQL in a modular-monolith architecture.
• Model and evolve a large, multi-tenant data layer with Prisma 7 on PostgreSQL (including read replicas),
with attention to performance, indexing, and data integrity.
• Build and harden third-party integrations — payments (Stripe, NMI), communications (SendGrid, Twilio),
CRM (HubSpot), scheduling (Calendly), and healthcare systems (Dosespot, pharmacy/consult-provider
APIs).
• Design event-driven and asynchronous workflows using Google Cloud Pub/Sub, scheduled jobs (App
Engine Cron), and Cloud Functions — for payment retries, follow-ups, escalations, and batch processing.
• Implement secure authentication and RBAC (Firebase Admin, JWT, OTP flows, granular permissions) in a
multi-tenant, compliance-sensitive context.
• Work with GCP services — App Engine, Cloud Storage, BigQuery, Document AI, Secret Manager — and
contribute to CI/CD via GitHub Actions and Prisma migration pipelines.
• Make full-stack changes when needed — wiring up the Vue 3 / Apollo frontend to ship a feature completely.
• Write robust tests with Vitest + Supertest and Firebase emulators; ensure reliability, observability
(Winston/Cloud Logging), and safe rollouts.
• Mentor engineers, lead design discussions, and own systems end-to-end in production.
What We're Looking For
• 4–5 years of professional backend or full-stack engineering experience, with a track record on
medium-to-large-scale production systems.
• Strong Node.js + TypeScript expertise and solid API design skills (GraphQL strongly preferred; strong
REST background welcome).
• Deep relational database experience — schema design, query optimization, migrations — ideally with
Prisma/PostgreSQL or comparable ORMs.
• Experience building and maintaining complex third-party integrations and webhook-driven systems,
including payments.
• Familiarity with cloud infrastructure (GCP preferred; AWS/Azure transferable), async messaging/queues,
caching (Redis), and CI/CD.
• Solid grasp of authentication, authorization (RBAC), and security best practices.
• Enough frontend competence to contribute to a Vue/React + GraphQL client when a feature demands it.
• Demonstrated ability to own systems independently, take responsibility for reliability and on-call quality,
and reason about scale and trade-offs.
• Excellent written and verbal communication — essential for our remote, async culture.
• Leadership qualities: you mentor others, drive technical design, and raise engineering standards.
Nice to Have
• Experience with Pub/Sub, BigQuery, Document AI, or other GCP-native services.
• Background in healthcare, fintech, or regulated/compliance-sensitive domains (HIPAA awareness a plus).
• Experience with multi-tenant SaaS architecture and data isolation.
• Familiarity with AI/LLM integrations (Claude, OpenAI, vector DBs like Pinecone).
• Experience scaling systems with rate limiting, observability, and performance tuning.
Remote, Delhi, Noida, Chennai, Bengaluru (Bangalore) · 4 - 10 years · ₹14L - ₹35L / yr · Bootstrapped · Remote friendly · Posted 3 Jul 2026
Role overview:
We are hiring one Senior Backend Engineer to take end-to-end ownership of our serverless backend — a hands-on IC role for someone both technically excellent and comfortable being one of the few people the entire backend depends on. You'll own the services across several Node.js and Python repositories, work directly with the founders and product team, and set the technical bar for reliability, security, and performance.
Key responsibilities
- Design, build, and operate AWS Lambda services across our HCM/workforce, project-management, commercial/revenue, permissions, and document domains — each comprising dozens of functions.
- Own the multi-tenant PostgreSQL data layer — schema design, query performance, and the permission/relationship model — end to end.
- Maintain and evolve the request path — API Gateway → custom Lambda authorizer → VPC-bound Lambda → private databases — including the runtime IAM/credential model that scopes every request.
- Safeguard tenant isolation and security across a per-company Cognito authentication model.
- Build and maintain integrations with external construction data environments (Asite, Autodesk Construction Cloud), including large-scale document synchronization.
- Optimize performance and reliability to keep latency-sensitive endpoints well within platform limits under growing load.
- Raise the engineering bar — testing, observability, CI/CD, and modernization of legacy components.
- Debug and resolve production incidents to root cause, and put safeguards in place so they don't recur.
- Document decisions and designs and collaborate with the frontend (Angular) and product teams.
Challenges you'll solve.
We prefer to be candid — these are the problems that make this role genuinely interesting:
Latency under a hard ceiling
API Gateway terminates any request beyond ~29 seconds regardless of the Lambda's own timeout — yet much of our value comes from heavy cross-project reporting. You'll keep p95 latency within budget through set-based SQL, pagination, streaming, and asynchronous processing.
Least-privilege, per-request security
A shared custom authorizer mints short-lived, request-scoped credentials via sts:AssumeRole under a strict 2,048-character inline session-policy limit. You'll design permission models that stay within that budget and reason about IAM precisely.
Graph-shaped data, relational store
The permission and relationship model is inherently graph-like, but lives in PostgreSQL — you'll model it with recursive queries, careful indexing, and set-based traversal rather than reaching for a separate graph engine.
Watertight multi-tenancy
One Cognito pool per company and tenant-scoped access throughout — isolation is a first-order concern.
VPC-bound serverless
Lambdas run inside a VPC to reach private databases; you'll manage cold starts, connection lifecycles, and pool limits.
Resilient external integrations
Syncing large document sets from third-party APIs (including SOAP/XML) demands backpressure, deduplication, retries, and graceful partial-failure handling.
Compute-heavy workloads
Server-side PDF generation, image processing, and multi-currency handling within Lambda's memory and time constraints.
The stack.
Runtime — Node.js, Python, AWS Lambda
AWS services — -1 API Gateway, Lambda, Cognito, STS / IAM, Secrets Manager, S3 CloudWatch, VPC, EC2
Infrastructure & CI/CD- AWS SAM, CodePipeline → CodeBuild Shared Data —PostgreSQL
Qualifications.
- 5+ years building and operating production backend systems.
- Deep expertise in Node.js and JavaScript — the asynchronous model, event loop, and memory behavior — plus solid working proficiency in Python and its production behavior.
- Strong hands-on AWS experience, ideally serverless (Lambda, API Gateway, IAM/STS, VPC, Secrets Manager, CloudWatch) — able to reason about IAM policies, not just apply them.
- Advanced SQL and relational data modeling — set-based query design and a working understanding of why N+1 patterns cause production issues.
- Proven production-debugging ability — root-cause analysis in distributed systems from logs and first principles.
- Strong ownership, sound judgment, and clear written communication — able to make good decisions with incomplete information and explain trade-offs to non-engineers.
Interview Process:
Introductory call-Mutual fit and role overview.
Technical deep-dive- A walkthrough of a challenging production problem you have owned.
Practical exercise -A realistic backend task, or a walkthrough of your own representative code.
System design- Collaborative design on a real scenario.
Final conversation- Values, ownership, compensation, and offer.
Remote only · 0 - 1 years · ₹5000 - ₹7000 / mo · Profitable · Remote only · Posted 24 Jun 2026
About the Role
We are looking for passionate and driven interns across multiple technology domains including Frontend Development, Backend Development, DevOps, AI/ML, and Data Engineering. This internship offers hands-on experience in real-world projects, collaboration with cross-functional teams, and exposure to modern tools and technologies.
Domains & Responsibilities
Frontend Development
- Build responsive and user-friendly web interfaces
- Translate UI/UX designs into functional applications
- Optimize performance and ensure cross-browser compatibility
Backend Development
- Develop APIs and server-side logic
- Work with databases and data storage solutions
- Ensure application security and performance
DevOps
- Assist in CI/CD pipeline setup and automation
- Manage deployments and cloud infrastructure
- Monitor system performance and reliability
AI / Machine Learning
- Develop and train ML models
- Work on NLP, automation, or AI-driven features
- Analyze datasets and evaluate model performance
Data Engineering
- Build and maintain data pipelines (ETL/ELT)
- Ensure data quality and availability
- Work with large datasets and optimize data workflows
Required Skills (Any Domain)
- Frontend: HTML, CSS, JavaScript, React/Vue/Angular
- Backend: Node.js / Python / Java / PHP, APIs, databases
- DevOps: Linux, Git, CI/CD basics, cloud fundamentals
- AI/ML: Python, ML basics, TensorFlow/PyTorch/Scikit-learn
- Data Engineering: SQL, Python, data processing concepts
Good to Have
- Knowledge of Git and version control
- Basic understanding of cloud platforms (AWS/Azure/GCP)
- Problem-solving mindset and willingness to learn
- Exposure to real-world or academic projects
Who Should Apply
- Students or recent graduates in Computer Science, IT, or related fields
- Candidates with strong interest in any of the above domains
- Self-learners with project experience are highly encouraged
Internship Details
- Duration: 3–6 months
- Mode: Remote
- Certificate + PPO (Pre-Placement Offer) based on performance
What You’ll Gain
- Hands-on experience with real projects
- Mentorship from experienced professionals
- Exposure to industry tools and workflows
- Opportunity to convert to a full-time role
Remote only · 5 - 8 years · ₹20L - ₹30L / yr · Bootstrapped · Remote only · Posted 23 Jun 2026
Fountane Archipelago · Island Role
A Little Bit About the Role
We are looking for a Senior Product Engineer (L3) who thrives in complexity. Most engineers build on blank canvases — you build on someone else’s mess and leave it better than you found it.
The majority of your work at L3 will be on existing, live codebases — disorganised, partially documented, built by multiple teams over multiple years. Your job is to enter those systems, understand them before touching them, extend and clean them without breaking what works, and progressively bring them up to a standard where AI tooling can accelerate further development. This is the core of what L3 does at Fountane. If you have only built greenfield projects, this role will be hard.
You are expected to be genuinely full stack: comfortable owning web applications and mobile apps, the frontend, backend, database, state management, and API integration layer — without needing to hand off to a specialist.
You will work closely with the Concept Engineer on your Island — translating their prototypes into production architecture, raising technical blockers early, and keeping the sprint honest. You will also review code, mentor junior engineers, respond to production incidents, and contribute to the network’s shared knowledge base.
All of this is done primarily with Cursor and Claude as your execution and reasoning tools. AI-assisted engineering is not a feature of this role — it is the method.
AI-First Engineering Expectation
Cursor and Claude are your primary tools — not supplements. Engineers at L3 who are not using AI at the codebase level are not operating at this level.
At L3, AI-assisted engineering means:
- Loading full codebase context into Cursor before writing a single line — understanding the system before touching it.
- Writing scoped, precise refactor prompts that isolate changes to one concern at a time.
- Using Cursor to generate tests that document existing behaviour before any restructuring begins.
- Using Claude for architecture reasoning, decision documentation, and translating CE briefs into structured technical plans.
- Producing inline documentation and decision records as part of the AI-assisted workflow — not as an afterthought.
- Sharing effective prompt patterns and Cursor discoveries with the broader Fountane network — kept to yourself, they are a missed contribution.
Key Responsibilities
Legacy Codebase Refactoring & the Cleaning Phase
This is the primary L3 engagement type at Fountane. You will be handed existing, partially documented codebases — built by previous teams, often without tests, with inconsistent patterns — and your job is to refactor them into a clean, AI-promptable state without losing existing functionality. You use Cursor’s codebase context window to navigate safely, write characterisation tests before touching anything, and make changes in small, reviewable increments. The standard is: every module you leave should be easier to extend by AI tooling than when you found it.
Full Stack Development — Web & Mobile
Build and own the full application layer: React / Next.js web frontends, React Native or Flutter mobile apps, Node.js / Python backends, and relational and non-relational databases. You should be able to pick up web or mobile on any engagement without needing a handoff. Schema design, data modelling, and state architecture are yours to own — including diagnosing and fixing broken or leaking state in existing frontends.
Third-Party API Integrations
Integrate complex third-party services — payments (Stripe), communications (Twilio), auth (Auth0), and others — reliably and without creating brittle dependencies. Own the integration layer end to end: error handling, retries, failure modes, and documentation. If a third-party integration is flaky in production, that is your problem to own.
CE Collaboration & Sprint Integrity
Work directly with the Concept Engineer to translate prototypes into buildable technical plans. Review CE briefs before the sprint starts — if the scope is technically unrealistic, the time to say so is before work begins, not on demo day. Raise blockers against acceptance criteria proactively. You are the technical check on what the CE promises the client.
Security Awareness
Write code that does not require the Lead to security-audit every line. This means: input validation by default, no hardcoded secrets, correct auth scoping, safe handling of user data, and awareness of common vulnerabilities (injection, broken auth, insecure direct object references) in the context of the stacks you work in. You are not the security architect — the Lead owns that — but you are expected to produce code that does not introduce obvious vulnerabilities.
Production Incident Response
When something breaks in production, you are on it. Diagnose the issue, apply a safe fix or rollback, document what happened and why, and hand a clear summary to the Lead for the client post-mortem. Speed matters, but a bad fix that causes a second incident is worse than a slow fix that is correct. Response expectation: acknowledged within 1 hour, resolved or escalated with a clear status within 4 hours.
Codebase Navigation & Safe Refactoring
On all engagements — not just Cleaning Phase work — keep changes small, focused, and reviewable. One type of change per commit. Write tests that document existing behaviour before restructuring. Leave every module easier to understand than when you found it.
Code Review
Review pull requests from L1 and L2 engineers with specific, actionable feedback — not rubber-stamp approvals. A good code review at L3 leaves the author understanding what to do differently next time, not just what to fix now. Review weekly; do not let PRs age.
Mentoring
Review junior engineers’ code weekly with specific, useful feedback — this is distinct from quality-gate code review. The goal here is teaching, not gatekeeping. Run monthly pairing sessions to help them grow. The measure of good mentoring is whether they are becoming more capable and less dependent on you over time.
Documentation
Write short decision records when you make significant technical choices. Leave every module you touch easier to understand than when you found it. Treat documentation as part of the engineering work, not a separate task you do at the end.
Qualifications
- 5+ years of experience as a software engineer, with a strong track record on real production codebases you did not build from scratch — incomplete documentation, inconsistent patterns, other people’s decisions. If your experience is primarily greenfield, this role will be a difficult fit.
- Genuinely full stack across web and mobile: proficient in React / Next.js and at least one of React Native or Flutter, Node.js or Python on the backend, and comfortable with both relational and non-relational databases including schema design.
- Hands-on, daily Cursor and Claude usage at the codebase level. You should be able to describe concretely how you use AI in your engineering workflow — not in general terms.
- Experience integrating complex third-party APIs in production environments — not just following a quickstart guide. You should be able to describe an integration that failed in production and what you did about it.
- Solid security awareness for the stacks you work in: input validation, auth scoping, safe data handling. You do not need a security specialism, but you should not be writing code that introduces obvious vulnerabilities.
- Has conducted meaningful code reviews that improved the code and the author, not just approved the PR.
- Has coached or mentored junior engineers before, and done it well.
- Comfortable with production incident response — diagnosing issues under pressure, applying safe fixes, and communicating clearly to a Lead or client about what happened.
- Treats documentation as part of the job, not an afterthought.
- Bachelor’s or Master’s in Computer Science or a related field, or equivalent experience.
About Fountane
Fountane is a technology ventures lab - one part product studio, one part startup engine. We build high-quality software and AI products for clients ranging from fast-moving startups to large enterprises, and we co-build and invest in new companies when we see the right opportunity.
Founded in 2017 and headquartered in Minneapolis, we have grown to 60+ people across four continents and were recognised as one of America’s fastest-growing companies, ranking No. 699 on the Inc. 5000 with 595% three-year growth.
We are radically open-minded, serious about craft, and direct about expectations. If you want to do meaningful work without politics, this is the place.
Remote, Mumbai · 3 - 5 years · Profitable · Remote friendly · Posted 19 Jun 2026
About the Role
Unico Connect is an AI-first technology partner that builds custom mobile, web, and AI products for clients across multiple geographies. We are hiring a Backend Engineer for a dedicated client engagement building an AI-powered application builder platform.
The backend is the operational core of the product: it manages user projects and sessions, coordinates long-running AI agent workloads, maintains project state, and serves as the integration layer between the frontend, the AI system, and the underlying infrastructure.
The mandatory requirement is hands-on production experience shipping Node.js services, with end-to-end ownership of API design, data modelling, and at least one production system involving background job processing or event-driven patterns.
Responsibilities
API and service development: Design and build REST APIs in Node.js with TypeScript. Cover authentication, session management, input validation, structured error handling, streaming responses (SSE, WebSockets), and rate limiting. Maintain clean API contracts that the frontend and AI system can rely on.
Database design and management: Own PostgreSQL schema design for product domains including user accounts, projects, file trees, session state, and generated artefacts. Write efficient queries, manage migrations, and optimise for read patterns that serve a real-time editor experience.
Caching strategy: Implement and maintain caching with Redis for session data, project state, and frequently read configuration. Design cache invalidation logic that keeps the editor experience consistent without stale reads.
Queue and background job management: Implement and operate background job infrastructure using BullMQ or equivalent. AI agent runs are long-running and stateful; handle retries, failure states, priority queues, and concurrency limits.
AI system integration: Build the integration layer between the backend and the AI agent system. Manage job dispatch, result handling, streaming output to the frontend, and error propagation.
Multi-tenancy and access control: Implement tenant data isolation, RBAC, and resource ownership enforcement across all API surfaces.
Observability and reliability: Instrument services with structured logging, metrics, and tracing. Write defensive code with sensible timeouts, fallback behaviour, and circuit breaking on external dependencies.
Testing and code quality: Write unit and integration tests for the services you ship. Review the work of peers and contribute to shared engineering conventions.
Requirements
• Hands-on production Node.js experience (mandatory) — must have personally shipped at least one feature area end to end in a production Node.js service, owning API design, data modelling, and testing.
• 3 to 5 years of professional backend engineering experience. Candidates with slightly less time but strong demonstrated ownership are welcome to apply.
• Strong Node.js and TypeScript. Production experience with Express, NestJS, or Fastify. Solid with async patterns, streaming, error handling, and building services that run reliably under sustained load.
• PostgreSQL depth. Schema design, query writing, indexing, and migrations on at least one production system.
• Redis and caching. Production experience using Redis for caching and session management. Understands cache invalidation trade-offs.
• Queue and background job systems. Hands-on with BullMQ, RabbitMQ, SQS, or equivalent. Experience managing retries, dead-letter queues, job priority, and concurrency control.
• AWS working knowledge. Comfortable with EC2, S3, RDS, SQS, and IAM. Familiar with Docker and basic deployment and environment management.
• Strong written and spoken English. Able to communicate clearly with engineers across disciplines and write precise technical documentation.
Nice to Have
Experience integrating with AI or LLM services (streaming responses, structured outputs, retry patterns); WebSocket or SSE implementation for real-time features; multi-tenant SaaS product experience; GraphQL; OpenTelemetry instrumentation; prior work on developer tools or editor-style products.
Remote only · 5 - 10 years · ₹20L - ₹30L / yr · Profitable · Remote only · Posted 13 Jun 2026
About Marseer AI
Marseer AI (www.marseerai.com) is a Seattle-based company building an AI-powered marketing intelligence platform for DTC and retail e-commerce brands. The platform combines brand strategy, customer data, automation, and generative AI to help marketing teams drive consistent, data-driven engagement across email, SMS, paid media, SEO, and affiliate channels.
Role Overview
We are looking for an experienced AI Engineer - Full Stack Developer to join the Marseer platform team. This is a dual-track role: you will build and maintain AI agent pipelines, LLM integrations, and RAG-based intelligence systems on the backend, while also owning frontend interfaces that surface insights, recommendations, and campaign outputs to marketing teams and brand operators.
You should be equally comfortable designing multi-step agentic workflows in Python and building clean, responsive product interfaces in React/Next.js. You understand how LLMs behave in production, know how to engineer prompts and tool chains for reliability, and care deeply about the end-to-end user experience.
What You Will Do
- Design and implement multi-step AI agent workflows using LLM orchestration frameworks such as LangChain, LangGraph, CrewAI, or similar.
- Build and maintain RAG pipelines, including chunking strategies, embedding generation, vector store management, and retrieval tuning.
- Integrate with LLM providers such as OpenAI, Anthropic, or others, including prompt engineering, tool/function calling, structured output generation, and context window management.
- Develop AI-driven features such as campaign brief generation, audience recommendations, content variant creation, and performance insight summarization.
- Implement evaluation and observability frameworks to monitor LLM output quality, latency, and cost in production.
- Build frontend interfaces using React and Next.js, including dashboards, agent interaction UIs, campaign builders, and insight surfaces.
- Design and implement RESTful and/or GraphQL APIs in Python (FastAPI or Flask) or Node.js to serve AI outputs to the frontend.
- Integrate frontend with backend AI services, streaming LLM responses, and real-time status updates.
- Work with structured and unstructured marketing data, campaign performance metrics, audience segments, content libraries, and brand strategy documents.
- Integrate with marketing platforms and data sources such as Klaviyo, Google Ads, Meta, and Shopify.
Requirements
- 5-10 years of professional software engineering experience, with meaningful time in both backend and frontend development.
- Proven experience building and deploying LLM-powered applications in production, not just prototypes.
- Strong proficiency in Python for backend and AI development.
- Strong proficiency in React and Next.js for frontend development.
- Hands-on experience with LLM orchestration frameworks such as LangChain, LangGraph, CrewAI, or equivalent.
- Experience building RAG pipelines, vector stores such as Pinecone, Weaviate, pgvector, or similar, embedding models, and retrieval strategies.
- Experience with API design, REST or GraphQL, and backend service architecture.
Strongly Preferred
- Experience designing and building multi-agent or agentic AI systems with tool use, memory, and planning capabilities.
- Familiarity with prompt engineering best practices, structured output generation, and LLM evaluation methodologies.
- Experience with streaming LLM responses and real-time UI updates using SSE or WebSockets.
- Prior work in a SaaS product company shipping production features.
- Familiarity with marketing platforms, e-commerce data, or martech ecosystems.
Good to Have
- TypeScript and modern frontend tooling such as Tailwind CSS or shadcn/ui.
- Familiarity with Snowflake or other cloud data warehouses as data sources for AI pipelines.
- Experience with observability tools for LLM applications such as LangSmith, Helicone, Arize, or similar.
- Understanding of marketing concepts such as segmentation, campaign lifecycle, attribution, and content personalization.
What We Are Looking For
- Availability to work US business hours; overlap with US Eastern or Pacific timezone is required for client collaboration and team standups.
- Strong written and verbal English communication.
- Product sense and ownership mindset.
- Comfort with ambiguity in non-deterministic LLM-powered systems.
- Collaborative working style across engineering, design, and client-facing functions.
What We Offer
- Competitive compensation based on experience.
- Fully remote role; work from anywhere in India, with Hyderabad-based candidates preferred.
- High-impact work at the frontier of applied AI for marketing and e-commerce.
- Direct exposure to real brand problems, real data, and real production AI systems.
- A small, senior team where your architecture decisions matter and your contributions are visible.
Remote only · 0 - 0.6 years · ₹12 - ₹12 / mo · Profitable · Remote only · Posted 12 May 2026
Job description:
Full Stack Intern ( Backend Focus)
Company: Suntek.ai
About Suntek.ai:
Suntek.ai is a premier digital solutions provider specializing in cutting-edge e-commerce development. With hands-on experience managing and scaling multiple renowned brands on Shopify, we empower small and medium businesses with enterprise-grade digital capabilities. Our
focus is on seamless omnichannel experiences, advanced automation, and high-performance architecture to maximize growth and ROI
Experience: 0 - 6 months
Location: Remote
About the Role:
We're looking for a full-stack Intern with a strong backend focus to join our team. You'll work on building and maintaining scalable server-side applications while occasionally contributing to frontend development.
What You'll Do
- Design, develop, and maintain backend services and APIs
- Work with databases to ensure data integrity and optimize performance
- Collaborate with cross-functional teams to deliver features end-to-end
- Write clean, testable, and well-documented code
- Participate in code reviews and contribute to technical decisions
Required Skills
- Node.js: Solid experience building server-side applications
- TypeScript Strong typing practices and modern JavaScript/TypeScript patterns
- PostgreSQL Database design, querying, and performance optimization
- NestJS Experience with this framework (or similar structured Node frameworks)
- GraphQL Familiarity with building or consuming GraphQL APIs
- Networking fundamentals: understanding of TCP/IP, UDP, and how web protocols work
Nice to Have
- Docker Containerization and local development environments
- Terraform Infrastructure as code experience
- Cloud platforms: Hands-on experience with AWS, GCP, or Azure
What We Offer:
- 100% remote position with flexible work hours.
- A supportive, high-agency team environment that encourages creativity and initiative.
- Ongoing opportunities for skill development and growth.
- Competitive stipend.
Remote only · 2 - 5 years · ₹5L - ₹10L / yr · Profitable · Remote only · Posted 7 May 2026
Position Title: Software Development Engineer (SDE-2)
Department: Engineering & Product
Location: Pune, Maharashtra (Remote)
Employment Type: Full-Time
Compensation: Competitive, commensurate with market standards and experience
ORGANISATION OVERVIEW:
Growloc Private Limited is a leading Agri-tech enterprise in India, specialising in Internet of Things (IoT) solutions for modern farm management. We are committed to empowering farmers through innovative technology that optimises resource utilisation, enhances crop yields, and ensures the delivery of consistent, quality produce.
Backed by a team of purpose-driven professionals, Growloc Private Limited is at the forefront of building a more sustainable, efficient, and productive future for Indian agriculture. Our work sits at the intersection of technology and rural impact — and every product we ship makes a difference.
POSITION SUMMARY:
We are seeking an experienced and results-driven MERN Stack Engineer (SDE-2) to join our growing Engineering team. The ideal candidate will possess a deep understanding of Data Structures and Algorithms (DSA), a proven ability to apply Design Patterns, and expertise in Low-Level Design (LLD) to architect and implement robust, scalable, and efficient full-stack solutions. This role is critical for building and maintaining high-quality, lean engineering environments that value smart development practices, quality-first thinking, and the strategic use of modern AI-assisted development tools.
KEY RESPONSIBILITIES:
• Design, build, and maintain robust full-stack applications leveraging MongoDB, Nest.js, React.js, and Node.js, ensuring optimal performance, scalability, and maintainability through the judicious application of efficient algorithms, established design patterns, and sound Low-Level Design (LLD) principles.
• Take complete ownership of features from architectural design through production deployment, utilising modern CI/CD workflows including GitHub Actions, Vercel, and AWS.
• Integrate and strategically leverage AI-assisted development tools (e.g., GitHub Copilot, ChatGPT) to accelerate development velocity, improve documentation quality, and streamline test authoring.
• Author and maintain comprehensive unit, integration, and end-to-end test suites to uphold rigorous code quality standards.
• Collaborate cross-functionally with Product, Data, and Hardware teams within an agile, lean delivery framework to drive frequent, high-quality releases.
• Ensure consistent performance, responsiveness, and scalability across both frontend and backend systems.
REQUIRED QUALIFICATIONS & SKILLS:
Educational Qualification
• Bachelor's degree or higher in Computer Science, Information Technology, or a related engineering discipline.
Technical Skills
• 2–5 years of professional experience building production-grade applications on the MERN stack (MongoDB, Express.js, React.js, Node.js).
• Strong proficiency in Data Structures and Algorithms (DSA), with the ability to analyse problem complexity and implement optimised solutions.
• Demonstrable experience with various Design Patterns (e.g., MVC, Singleton, Factory, Observer) and their practical application in building scalable and maintainable software systems, coupled with a strong understanding of Low-Level Design (LLD) principles for modular and efficient code architecture.
• Strong proficiency in frontend architecture, including React Hooks, Context API, and/or Redux.
• Solid understanding of Node.js, Express.js, RESTful API design, and MongoDB schema design.
• Hands-on experience with CI/CD pipelines, Git-based workflows, and cloud deployment on AWS or equivalent platforms.
• Proficiency with automated testing frameworks such as Jest, Mocha, and/or Cypress.
• Demonstrated use of AI-assisted coding tools integrated into day-to-day development practices.
PREFERRED QUALIFICATIONS (GOOD TO HAVE):
• Exposure to IoT systems or prior experience with hardware device integration.
• Experience with real-time data technologies, including WebSocket.
• Professional background in agriculture, climate-tech, or rural technology sectors.
• Working knowledge of TypeScript or serverless computing architectures.
KEY COMPETENCIES:
• Strong problem-solving ability and analytical thinking, with a focus on applying Data Structures and Algorithms and Low-Level Design (LLD) principles to solve complex technical challenges efficiently and effectively.
• High ownership mindset with the ability to drive features independently.
• Effective cross-functional communication and collaboration skills.
• Adaptability and willingness to work in a fast-paced, lean startup environment.
• Commitment to code quality, continuous improvement, and engineering best practices.
Remote only · 11 - 17 years · Profitable · Remote only · Posted 6 May 2026
Role Summary: As a Solution Architect you craft solutions directly within our client organizations. You will craft the right architecture to solve the problem at hand, create high-level product specifications and design documents, and provide the development team with architectural blueprints and solutions.
You are an expert in most of these technologies - C# .Net/Node.js, Flutter, Android/iOS/React Native, AWS Cloud and Automation/CI-CD.
Experience: Total experience of about 12-15 years with a minimum 1 year of IT (Mobile/Web) architecture experience and at least 5 years of IT (Mobile/Web) development experience.
What Will you Need to be Successful in this Role?
- Accreditation Required
- AWS Certified Solutions Architect
- Have technical experience/expertise in at least 2 of the following stacks
- Web – C# .Net/Node.js, Java, Docker or K8s
- Mobile – Android/iOS/React Native
- Cloud – Azure/AWS/GCP
- DevOps – Automation/CI-CD
Roles & Responsibilities
- Create high-level product specifications and design documents
- Craft the right architecture to solve the problem at hand.
- Provide the development team with architectural blueprints to follow.
- Guide and assist the development team throughout the development process.
- Troubleshoot and resolve issues with coding or design while ensuring that you and the team adhere to development schedules and deadlines.
- Test the final product to ensure it is completely functional and meets requirements.
- Strong commitment to professional client service excellence
Good to have:
- AI projects exposure
Competencies
- Excellent communication skills (written, verbal and presentation)
- Encourage, motivate, and mentor team member
Excellent academic record – B.E./B.Tech/M Tech IT, CSE with MBA or M.S.
LOCATION:
All roles at Byteridge are Work from Home except in cases where Clients may ask you to work at their location or in cases where performance issues are identified. If you are asked by the Client to work in a location other than our base locations (Hyderabad, Chennai, Bangalore & Delhi) you may claim an extra reimbursement as per policy.
Remote only · 0 - 3 years · ₹10L - ₹30L / yr · Bootstrapped · Remote only · Posted 28 Apr 2026
We’re on the lookout for a passionate Full Stack Developer with 0 to 1 years of experience to join our growing team at The Red Arc. If you love solving problems, building clean code, and collaborating in a dynamic environment then this could be a perfect fit for you.
What we’re looking for:
💼 0 to 1 Years of experience.
🧑💻 A degree in BE, BTech, BSc IT, or a related field.
🛠️ Frontend skills: HTML, CSS, JavaScript, Angular, and basic React.js
⚙️ Backend experience with Node.js, REST APIs, and MySQL
🧩 Familiar with Git/GitHub, basic debugging, deployment
✨ Bonus if you’ve worked with React projects on GitHub, or have experience with TypeScript, testing tools, or CI/CD
But more than skills, we’re looking for someone who’s:
✔️ Eager to learn
✔️ A team player with good communication
✔️ Curious, proactive, and ready to grow with us
Remote only · 0 - 0 years · ₹0 / mo · Bootstrapped · Remote only · Posted 27 Apr 2026
Responsibilities:
* Collaborate with cross-functional teams on project requirements and deliverables
* Develop user interfaces using React.JS and Express API's
* Implement database solutions with MongoDB and Node.JS
Remote only · 4 - 12 years · ₹20L - ₹35L / yr · Bootstrapped · Remote only · Posted 24 Apr 2026
We are building VYXN.AI — a full AI content generation platform with a web application, Templates, Workflow / Space, dynamic credits/coins pricing, AI provider integrations, Telegram bot and Telegram Mini App.
The final goal is not a small prototype. The product should be built in clear stages:
1. Technical Foundation
2. First usable product release
3. Full commercial launch scope
The first stage should focus on building a stable technical base, not an over-engineered enterprise system.
Core product areas:
- Web AI content generation platform
- Text module with selectable AI text models
- Image / Design generation via external AI APIs
- Video generation via external AI APIs
- Templates section with visual examples, prompts and user photo upload
- Dynamic credits / coins pricing based on provider, model, quality, duration and generation parameters
- Generation history
- User dashboard
- Admin panel
- AI provider integration layer
- Basic working version of Workflow / Space with node-based UI
- Telegram bot
- Telegram Mini App
- Customer support bot
- Multilingual support
Important:
The platform should be built using existing AI APIs and providers, not by training custom AI models at the first stage.
We are looking for a Senior Full-Stack Developer / Tech Lead who can write code, structure the project technically, and help define the right staged development plan.
Responsibilities:
- Review the full project brief and propose a practical implementation plan
- Build or lead the core web application
- Implement frontend and backend logic
- Integrate external AI generation APIs
- Build user dashboard, admin panel, generation history and credits/coins logic
- Set up database, storage, deployment and basic monitoring
- Help structure AI provider integrations and dynamic pricing
- Help define Workflow / Space architecture
- Help define Telegram bot / Mini App integration approach
- Work with UI/UX designer, Telegram developer, workflow/frontend developer or other specialists if needed
Required skills:
- React.js / Next.js
- TypeScript
- Node.js
- PostgreSQL
- API integrations
- SaaS or web platform experience
- Backend architecture understanding
- Ability to work independently and communicate clearly
- Comfortable with fixed milestones and clear acceptance criteria
Nice to have:
- Redis / BullMQ / queues
- AI API integrations
- Image or video generation API experience
- React Flow or node-based workflow UI experience
- AWS / GCP / Cloudflare / S3-compatible storage
- Telegram Bot / Telegram Mini App experience
- Dynamic pricing, wallet, credits or usage-based billing experience
- Admin panels and support tools
Project format:
- Remote
- Contract or full-time possible
- Fixed milestones preferred for the first stages
- Code must be developed in our GitHub repository
- Deployment should be done through project-owned accounts
- Long-term cooperation possible if the first stage goes well
We are not looking for a large agency. We prefer a strong individual developer or a compact team that can move fast, communicate clearly and build a practical commercial product in stages.
Remote only · 2 - 4 years · ₹2L - ₹3L / yr · Bootstrapped · Remote only · Posted 24 Apr 2026
Responsibilities:
* Collaborate with cross-functional teams on project requirements and deliverables.
* Design, develop, test & maintain software using MERN stack, React.js, React Native & Node.js.
Remote only · 3 - 7 years · ₹7L - ₹30L / yr · Profitable · Remote only · Posted 17 Apr 2026
Your Craft:
● JavaScript/TypeScript & NodeJS flows through your fingers like a native language
● Next.js is your framework of choice for building full-stack magic
● Rust makes your heart sing when performance is non-negotiable
● Golang/Python feel like comfortable old friends (nice to have)
● MySQL/Postgres/Redis are tools you wield with intention
● AWS ecosystem is your playground, not your puzzle
● LLM/AI integration is something you've actually shipped, not just read about
Remote only · 4 - 15 years · $48K - $67.2K / yr · Remote only · Posted 15 Apr 2026
About the Role
Join the Blockchain Backend Infrastructure team and take a position in building and maintaining a leading blockchain management platform. You'll be responsible for building cutting-edge blockchain infrastructure while implementing high-throughput, real-time scalable software solutions.
As a Blockchain Engineer, you will be instrumental in the research and integration of blockchain technologies into the platform. Your responsibilities will include collaborating closely with foundations and developers to gain a deep understanding of blockchain protocols and on-chain projects, then applying that knowledge to implement new features within the platform.
You will focus equally on external protocol integration patterns and internal wallet infrastructure. This role serves as a technical bridge between raw on-chain capabilities and the wallet features delivered to customers.
What You'll Do
- Implement modern backend applications and infrastructure in a microservices architecture, using the latest technologies and development practices.
- Deep dive into the latest blockchain technology and become an expert in the fundamentals, protocols, and features of the chains we support.
- Collaborate effectively with developers, engineers, and other roles while demonstrating strong independent problem-solving abilities.
- Contribute to production reliability through on-call participation, incident response, and post-incident follow-ups.
What You'll Bring
- 5+ years of backend development experience in modern languages (Go, Python, JavaScript/TypeScript).
- 3+ years of hands-on blockchain development experience.
- Experience working on high-scale distributed systems.
- Understanding of microservices architecture and API design.
- Knowledge of consensus mechanisms, cryptographic primitives, and distributed systems.
- Strong problem-solving skills, attention to detail, and a collaborative mindset.
Preferred
- Experience building blockchain solutions for enterprise or institutional use cases.
- Understanding of security best practices for smart contracts and blockchain systems.
- Demonstrated ability to apply AI tools in day-to-day development.
- Understanding of MPC, multi-signature wallets, or other advanced cryptographic techniques.
- Bachelor's degree in Computer Science, Engineering, or a related field.
- Experience with Docker, Kubernetes, and Helm.
- Location:
- - EU preferred or availability to travel to one of dev hubs in Europe once per quarter.
Remote only · 8 - 14 years · ₹25L - ₹50L / yr · Profitable · Remote only · Posted 9 Apr 2026
Job Description
SAP CAP / Sr. Node.js Developer
This is an opportunity for a hardcore developer who has good experience in working with SAP’s Business Technology Platform, including usage of SAP’s CAP (Cloud Application Programming) model and Node.js.
Company Profile
SPOSEA’s BrightPrice suite of products provides true enterprise-wide control of periodic pricing maintenance, deal review, guidance, and governance.
The software science, algorithms, machine learning, and the best data management practices combined in powerful solutions drive improvements in every stage of the pricing cycle.
Our world-class pricing maintenance and optimization engine allows customers to optimize their pricing models with full transparency and governance, unlocking all pricing-relevant data from any source.
SPOSEA prides itself on always striving to create an environment that helps capitalize on the diversity of our people and the inclusion of ideas and solutions to meet the needs of our increasingly global and diverse customer base.
We actively seek to foster greater levels of diversity in our workforce and in our pipeline of future leaders.
We are always looking for the best and brightest talent and pride ourselves on our individuality — inviting candidates to come as they are and do what they love.
The common thread that attracts us to candidates is their passion for their work and the desire to make an impact in their careers, in the community, and on the world.
The SAP CAP / Node.js Developer Role
You will be responsible for developing CAP / Node.js oriented enhancements for our products, either as part of SPOSEA product development or customer projects.
As part of our Agile development approach, you will report to your respective Scrum Master and make use of the Agile process management tool Azure DevOps.
From SPOSEA’s product development perspective, you will have the opportunity to influence the technical architecture of our products.
Next to this and the below-mentioned main activities, we would be happy to discuss your ambitions and ideas to see how together we can further shape your CAP / Node.js developer role and your ambitions in general.
Key Responsibilities
- Get and maintain a good understanding of our products.
- Keep content in the online Agile process management tool Azure DevOps up to date to increase transparency and efficiency of the team’s work.
- Contribute to stand-up meetings.
- Create estimates based on provided requirements.
- Implement requirements using CAP and Node.js.
- Write technical documentation for implemented requirements.
- Assist during User Acceptance Testing (UAT) and Go-Live.
- Help colleagues where needed and contribute to continuous knowledge building and sharing.
Location
Bangalore, India
- Remote for now
- Hybrid in the future
Your Profile
We are seeking someone with full software development lifecycle experience on SAP Business Technology Platform, making use of CAP and Node.js.
Requirements
- Minimum 8+ years of hands-on development experience with CAP and Node.js.
- Proven skills in building scalable web applications / cloud services using modern web technologies (jQuery, Server-Side JS, REST, OData).
- Clear understanding of SAP Business Technology Platform (Cloud Foundry) and available platform services.
- Solid knowledge of microservices architecture and service mesh, with the ability to design and develop microservices-based applications.
- Understanding of containerization and orchestration technologies like Docker and Kubernetes is a plus.
- Experience with Java, Python, or SQL usage in applications (especially with SAP HANA) is a plus.
- Knowledge of SAP systems functionality, SAP Fiori UX principles, or GraphQL is a plus.
- Entrepreneurial and problem-solving mindset.
- DevOps mindset with a strong sense of ownership through the deployment lifecycle and Agile product development.
- Experience working with AI tools for accelerated development.
Education Level
You preferably have a degree (Bachelor’s / Master’s / Diploma) in Business, IT, or Engineering.
However, at SPOSEA, we equally value innovation and practical capability. Our culture is driven by talent and passion rather than titles or seniority.
We Offer
We offer a work environment full of innovative technologies, used to continuously develop our advanced SAP BTP CAP-based products.
You will have the opportunity to:
- Contribute to the rapid growth of the company
- Further develop your career
- Collaborate with highly experienced professionals
Along with this, we provide a competitive employment package and overall benefits.
Remote, Pune · 8 - 15 years · ₹60L - ₹85L / yr · Profitable · Remote friendly · Posted 3 Apr 2026
About the Role
Pendo is looking for a Staff Software Engineer to lead teams building core product capabilities across Analytics, Guides, and Platform services. These are the systems that power how hundreds of millions of end users experience the software.
In this role, you will drive execution against business objectives, direct complex initiatives from kickoff through delivery, and build a team that operates with clarity and focus. You will set clear expectations, delegate effectively, and partner closely with product, design, and senior engineering leadership to keep teams aligned and moving. You default toward action, push teams to deliver value daily, and actively use AI tools as part of how you work.
If you're energized by directing high-impact teams, developing strong engineers, and building a culture where craft and velocity coexist, this role is a great fit.
What You'll Do
Team Leadership & Hiring
- Create an environment where engineers are encouraged to take risks, experiment, and challenge the status quo.
- Lead, mentor, and grow a team of engineers through clear expectations, coaching, and timely feedback.
- Own hiring end-to-end, partnering with recruiting to attract and close top engineering talent.
- Build an inclusive, high-performing team culture grounded in ownership, accountability, and continuous improvement.
Delivery & Execution
- Maintain a high bar for velocity, predictability, and quality.
- Own team execution against product and engineering goals.
- Partner with Product and Design to define roadmaps, scope work, and deliver high-quality outcomes.
- Identify and remove blockers, manage risks, and ensure strong planning and prioritization.
Cross-Functional Collaboration
- Work closely with product, design, infrastructure, and other engineering teams to deliver cohesive customer experiences.
- Align team priorities with broader organizational goals and strategy.
Operational Excellence
- Drive improvements in system reliability, performance, and scalability.
- Establish strong practices around monitoring, incident response, and continuous improvement.
What We're Looking For
- 8+ years of experience in software engineering.
- 3+ years of experience managing and growing engineering teams.
- Proven track record of hiring and building high-performing teams.
- Experience delivering complex, cross-functional initiatives in a product-driven environment.
- Strong technical foundation in backend, distributed systems, or full-stack development.
- Proven ability to lead teams through ambiguity and change while maintaining execution.
- Actively uses AI tools in day-to-day work and helps drive adoption across teams.
- Strong communication, organizational, and stakeholder management skills.
Nice to Have
- Experience working on analytics products, user-facing SaaS platforms, or data-intensive systems.
- Experience managing teams across both frontend and backend domains.
- Familiarity with modern cloud environments and scalable architectures.
- Experience working in distributed teams across multiple time zones.
Remote only · 1 - 5 years · ₹3L - ₹10L / yr · Profitable · Remote only · Posted 31 Mar 2026
Profile Title: Software Development Engineer
Location: Pune Remote
Company Profile:
Growloc Private Limited is a leading Agri-tech company in India specializing in IoT solutions for farm management. We empower farmers with innovative technology to optimize resource usage, improve yields, and ensure consistent quality produce. Backed by a team of passionate individuals, Growloc Private Limited is committed to creating a more sustainable and productive future for Indian agriculture.
Role Overview:
We’re looking for a MERN Stack Engineer (SDE-2) who’s passionate about building impactful products and believes in working smarter—with AI copilots, automation, and lean dev cycles. You’ll be part of a high-ownership team responsible for delivering full-stack features, writing testable code, and deploying to production with CI/CD.
Key Responsibilities:
• Build and maintain robust full-stack applications using MongoDB, Nest.js, React.js, and Node.js.
• Actively leverage AI tools (Copilot, ChatGPT, etc.) for faster development, documentation, and writing test cases.
• Write and maintain unit, integration, and end-to-end tests to ensure code quality.
• Own features end-to-end—from design to deployment using modern CI/CD workflows (GitHub Actions, Vercel, AWS).
• Collaborate with product, data, and hardware teams in a lean setup to ship fast and iterate often.
• Ensure performance, responsiveness, and scalability of front-end and backend systems.
Required Skills:
• 2–5 years of professional experience building products using the MERN stack.
• Strong understanding of frontend architecture (React Hooks, Context API/Redux).
• Proficiency in Node.js, Express, and MongoDB schema design.
• Familiarity with CI/CD tools, Git workflows, and cloud deployments.
• Experience with automated testing frameworks (Jest, Mocha, Cypress, etc.).
• Demonstrated use of AI-based coding assistants in real-world development workflows.
Good to Have:
• Exposure to IoT systems or integration with hardware devices.
• Experience working with LoRaWAN protocols and sensor data ingestion.
• Familiarity with WebSockets, MQTT, or real-time data processing.
• Background in agriculture, climate-tech, or rural tech products.
• Knowledge of TypeScript or serverless architectures.
Compensation: Best as per the market standards
At Growloc, we believe in purpose-driven technology. You’ll be part of a collaborative team working at the intersection of agriculture and innovation. If you're excited about building products that matter—and making a real-world impact—this is the place for you
Remote only · 5 - 8 years · ₹7L - ₹14L / yr · Profitable · Remote only · Posted 25 Mar 2026
Job description:
About Us
AtDrive Infotech is a forward-thinking IT company delivering innovative, scalable, and intelligent web solutions using modern technologies. We focus on building high-performance applications and integrating AI-driven capabilities to enhance user experience and business efficiency.
We are looking for an experienced Angular/Node.js Team Lead who can drive technical excellence, lead development teams, and ensure successful delivery of scalable applications.
Key Responsibilities
- Lead the design, development, and deployment of scalable web applications using Angular and Node.js.
- Provide technical leadership and mentor developers to maintain coding standards and best practices.
- Manage the end-to-end development lifecycle, including requirement analysis, development, testing, deployment, and maintenance.
- Assign tasks, track progress, and ensure timely delivery of project milestones.
- Design and maintain RESTful APIs and backend services.
- Review code, identify technical risks, and optimize system performance.
- Collaborate with clients and stakeholders to translate business requirements into technical solutions.
- Participate in Agile/Scrum ceremonies such as sprint planning, reviews, and stand-ups.
- Drive the implementation of AI-powered features and integrations where applicable.
- Ensure quality through testing, debugging, and performance optimization.
Qualifications
- Bachelor’s degree in Computer Science, Information Technology, or a related field.
- 5+ years of total experience in web development.
- Minimum 1 year of experience leading or coordinating development teams.
Required Technical Skills
- Strong expertise in Angular for enterprise-level frontend development.
- Proficiency in Node.js for scalable backend development.
- Advanced knowledge of MySQL database design and optimization.
- Strong experience in REST API development and third-party integrations.
- Hands-on experience with:
- JavaScript
- HTML5
- CSS3
- Bootstrap
- jQuery
- Experience working with MVC architecture.
- Familiarity with AJAX and JSON/XML.
- Strong knowledge of Git/version control systems.
AI Skills (Required)
- Understanding of AI concepts and their application in web development.
- Experience integrating AI-powered APIs (e.g., chatbots, automation tools).
- Basic understanding of AI workflows and automation tools is preferred.
Leadership & Collaboration Skills
- Experience leading small teams (2–5 developers).
- Ability to mentor team members and support technical growth.
- Strong task management and delivery tracking skills.
- Experience working in Agile/Scrum environments.
- Ability to manage multiple priorities and deadlines effectively.
Client Communication Skills
- Strong written and verbal communication skills in English.
- Ability to gather requirements and communicate project updates to clients.
- Ability to explain technical concepts clearly to non-technical stakeholders.
Personal Attributes
- Strong leadership and problem-solving skills.
- Self-motivated and proactive mindset.
- Ability to work in a fast-paced environment.
- Strong sense of ownership and accountability.
- Ability to multitask while maintaining quality standards.
Evaluation Criteria
Candidates will be evaluated based on:
- Angular Development & Architecture Skills
- Node.js Backend Development Expertise
- MySQL Database Skills
- API Development Capability
- AI Integration Knowledge
- Team Leadership Experience
- Communication & Problem-Solving Ability
Why Join Us?
Join AtDrive Infotech and work on innovative projects that leverage modern web technologies and AI integration. We provide opportunities to lead teams, solve complex challenges, and contribute to impactful digital solutions.
Schedule
- Day shift
- Monday to Friday (Mon-Sat during Probation)
Job Types: Full-time, Permanent
Benefits:
- Health insurance
- Paid sick time
- Paid time off
- Work from home
Work Location: Remote




















