Cutshort logo
For Employers
Typescript jobs

912 TypeScript Jobs in India

Apply to 912+ TypeScript Jobs on CutShort.io. Find your next job, effortlessly. Browse TypeScript Jobs and apply today!

icon
Incubyte

Remote only · 4 - 10 years · Bootstrapped · Remote only · Posted 16 Sep 2026

skill iconNodeJS (Node.js)
skill iconReact.js
Large Language Models (LLM)
TypeScript

Job Description

This is a remote position.


Experience Level

This role is ideal for engineers with 4-9 years of hands-on software development experience, particularly in ReactJS, Node, and TypeScript.


Role Overview

If you're a Software Craftsperson who takes pride in clean, test-driven code and believes in Extreme Programming principles, we'd love to meet you. At Incubyte, we're a DevOps organization where developers own the entire release cycle, meaning you'll get hands-on experience across programming, cloud infrastructure, client communication, and everything in between. Ready to level up your craft and join a team that's as quality-obsessed as you are? Read on!

 

What You'll Do

  • Write Tests First: Start by writing tests to ensure code quality
  • Clean Code: Produce self-explanatory, clean code with predictable results
  • Frequent Releases: Make frequent, small releases
  • Pair Programming: Work in pairs for better results
  • Peer Reviews: Conduct peer code reviews for continuous improvement
  • Product Team: Collaborate in a product team to build and rapidly roll out new features and fixes
  • Full Stack Ownership: Handle everything from the front end to the back end, including infrastructure and DevOps pipelines
  • Never Stop Learning: Commit to continuous learning and improvement



Requirements

  • 4+ years of experience in ReactJS, Node, TypeScript, LLMs and PostgreSQL
  • Comfortable working with Claude or other AI-powered tools
  • Prior experience with Chrome extensions is preferred
  • Good to have - Next.js, HTML, CSS, DOM APIs
  • Strong problem-solving attitude and a bias for action
  • Experience with browser testing frameworks, ex. Puppeteer, Playwright, etc.
  • Deep understanding of DOM manipulation, browser APIs and web standards
  • Asynchronous programming (Promises, async/await)
  • Strong debugging skills (Browser devtools/JavaScript)
  • Knowledge of web security concepts and cross-origin restrictions
  • Familiarity with Agile and eXtreme Programming methodologies in a continuous deployment environment
  • Interest in mastering technologies like web frameworks, TDD, CI tools, and performance optimization
  • Working knowledge of source control, writing user stories, and technical documentation


Read more
Browse more Fullstack Developer Jobs in India
For pune location after conversion

For pune location after conversion

Agency job

Remote only · 5 - 8 years · ₹18L - ₹29L / yr · Remote only · Posted 14 Sep 2026

TypeScript
skill iconJavascript
API Testing
API Automation
K6
+1 more

We have an SDET SDE3 opportunity with a fintech project. Which is a digital financial super app serving the West African market. The position is initially for 3 months on C2H and will be completely remote during the contractual period. After successful conversion, the role will be based out of Pune and will require 5 days of work from office.

The client is specifically looking for candidates who are currently working as SDETs and have strong coding or development experience. JavaScript or TypeScript and API automation are mandatory, along with hands-on experience in designing or owning automation frameworks. UI automation, CI/CD, WebDriverIO, K6, backend/mobile testing and production troubleshooting would be additional advantages.



Read more
AbleCredit

at AbleCredit

2 candid answers
Arpita Das
Posted by Arpita Das

Bengaluru (Bangalore) · 5 - 10 years · Raised funding · Posted 12 Sep 2026

Test Automation (QA)
Backend testing
API testing
Integration
end to end testing
+28 more

Senior QA Engineer


Make quality part of the engineering system.

AbleCredit builds software for complex enterprise workflows where AI, APIs, business rules, human decisions, and real-world operations have to work together reliably. We care about building products that work in production - not just in demos. We're looking for a senior quality engineer who can move quality upstream: from release-time testing to better automation, contracts, observability, and engineering practices.


What You'll Own?

• Own quality strategy across web, mobile, backend APIs, integrations, and end-to-end workflows.

• Design and maintain automated regression suites for critical customer journeys.

• Build API, integration, contract, and workflow tests that catch failures before production.

• Partner with engineering and product teams during design - not only after development is complete.

• Define release readiness, risk-based testing, and production validation practices.

• Investigate escaped defects, identify systemic causes, and drive preventive improvements.

• Improve test data, environments, tooling, and CI integration so teams can ship confidently.


What We're Looking For?

• 5+ years in software quality engineering or test automation.

• Strong API and backend testing experience, including asynchronous and integration-heavy systems.

• Experience testing mobile and web applications and understanding client/ server failure modes.

• Ability to write automation in JavaScript/ TypeScript, Python, Java, or a similar language.

• Strong debugging skills across logs, network requests, databases, and distributed services.

• Experience with CI/CD and integrating automated tests into release pipelines.

• A product mindset: prioritize risk and customer impact rather than maximizing test-case counts.


Nice to Have

• Performance, load, security, or reliability testing.

• Experience with Playwright, Cypress, Appium, Postman/ Newman, k6, or similar tooling.

• Experience with event-driven systems, queues, webhooks, and long running workflows.

• Experience testing AI-assisted or non-deterministic product behavior.


How We Think About Quality?

Quality is an engineering responsibility. Automation should create confidence, not dashboards. A production escape should improve the system that allowed it to happen. The goal is simple: ship quickly without making customers our test environment.

Read more
Browse more Test Automation (QA) Jobs in India
Zan - Zari Group
Zarihoun Traore
Posted by Zarihoun Traore

Remote only · 4 - 10 years · ₹7L - ₹10L / yr · Bootstrapped · Remote only · Posted 11 Sep 2026

skill iconPostgreSQL
TypeScript
skill iconPython
Large Language Models (LLM) tuning
Internationalization and localization
+10 more


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.
Read more
Browse more Backend Developer Jobs in India

Remote, Hyderabad · 5 - 10 years · ₹20L - ₹35L / yr · Remote friendly · Posted 11 Sep 2026

skill iconNextJs (Next.js)
TypeScript
skill iconReact.js
skill iconNodeJS (Node.js)
RESTful APIs
+10 more

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.

Read more
Browse more Fullstack Developer Jobs in Hyderabad | Fullstack Developer Job openings in Hyderabad
Signett

Remote only · 2 - 10 years · ₹25L - ₹50L / yr · Remote only · Posted 11 Sep 2026

Fullstack Developer
TypeScript
Web browsers
Product Management

The web is about to gain a second interface


Today, websites are designed for people. Agents must interpret pages, hunt for controls, and imitate clicks to accomplish anything.


We believe that will change. Websites will expose their capabilities directly to agents: structured, testable interfaces that work alongside the human experience. WebMCP is an early step toward that future. Signett is building the developer platform around it.


Our goal is to make creating an excellent agent interface as normal as building an API or testing a user interface.


The foundational product already exists. Signett has a public TypeScript library, documentation, benchmarks, real-world integrations, a website, and a Chrome extension. You would not be joining to turn a slide deck into an MVP. You would be joining to discover what makes a promising product become something developers genuinely adopt.


See it at signett.ai.


The opportunity


You would be Signett’s first hire and would have unusual ownership over the product’s direction.

Your job is to run one loop repeatedly:

  1. Find an external developer or team with a real reason to make its website agent-ready.
  2. Work inside its codebase and ship the integration.
  3. Identify what made the process difficult.
  4. Fix that friction yourself—in the library, documentation, testing tools, or extension.
  5. Publish what you learned so the next integration becomes easier.

You will move between engineering, product discovery, developer experience, and early distribution. There will be no handoff between those functions because, initially, you are the person connecting them.

The work could help establish how developers build and test agent interfaces for the web. It could also reveal that our present assumptions are wrong. Either outcome requires someone who cares more about finding the truth than defending the existing product.


The first 90 days


The initial targets are deliberately concrete:

  • Five external teams attempt the 30-minute integration.
  • At least three ship a real workflow without founder intervention.
  • Two remain active or request a paid capability such as shared history, CI, analytics, or evaluations.
  • Two reference integrations and case studies become public.

By the end, we should know which part of Signett developers truly value—exposure, testing, reliable execution, the Inspector, evaluations, or something we have not yet recognized.


You may be a strong fit if you have

  • Six to ten years of experience as a product-oriented full-stack or frontend engineer.
  • Strong TypeScript, React or Next.js, browser API, and Playwright or Cypress experience.
  • Built SDKs, developer tools, browser tooling, API infrastructure, or observability products.
  • Personally helped developers adopt something through documentation, examples, workshops, open-source work, or direct integrations.
  • Enough commercial instinct to find a design partner, lead the conversation, and turn the resulting work into a useful public case study.
  • The judgment and autonomy to make progress without daily direction.
  • Clear writing and demonstration skills in addition to strong engineering ability.

Experience with WebMCP or MCP is helpful but not required. Curiosity and the ability to learn an evolving standard matter more. The WebMCP proposal is public at github.com/webmachinelearning/webmcp.


The anti-sell


Signett has a product, but it does not yet have proven product-market fit. Adoption is the open question, and answering it is the core of this role.


You should not join if:

  • You want a role devoted entirely to writing code handed to you through a roadmap.
  • You expect someone else to find users, conduct interviews, write documentation, or publish the work.
  • You need a large team, established processes, or daily management to be effective.
  • Your experience is primarily managing mature organizations rather than building from ambiguity.
  • Your main strength is developer content without production software behind it.
  • You want to research or train models rather than build browser-based products developers use.
  • The uncertainty of an emerging standard makes you uncomfortable.
  • You need the stability and specialization of a conventional engineering position.

.

This is not a comfortable job with a “founding” title attached to it. It is a chance to take a technically serious, public product and prove—or disprove—that it deserves to become an important company.


How we will start


We begin with a paid four-to-six-week project involving a real external TypeScript application, not a synthetic coding exercise.

The purpose is for both sides to experience the actual work: finding a useful integration, shipping it, learning from developers, and improving Signett. If the collaboration works and the evidence supports continued investment, the intended path is a permanent, full-time role.

The work is fully remote. Compensation, location, time-zone overlap, and the terms of the initial project will be discussed transparently before the process begins.

Read more
Browse more Fullstack Developer Jobs in India
TGS The Global Skills

at TGS The Global Skills

1 candid answer
Sakshi Bhardwaj
Posted by Sakshi Bhardwaj

Hyderabad · 8 - 12 years · ₹15L - ₹25L / yr · Profitable · Posted 10 Sep 2026

skill iconReact.js
skill iconNodeJS (Node.js)
skill iconAmazon Web Services (AWS)
GraphQL
TypeScript
+4 more

Key Responsibilities

• Design, develop, test & deploy scalable applications, APIs and features

• Contribute to architecture and distributed system design

• Develop high-quality, maintainable and well-tested code

• Improve system performance, reliability, monitoring and scalability

• Collaborate with Product, Design, Operations & Data teams

• Understand warehouse workflows and translate them into technical solutions

• Mentor junior engineers and contribute to engineering best practices

🔹 Required Skills

✅ 8+ years of software engineering experience

✅ Strong Full-Stack development experience

TypeScript, Node.js, GraphQL & React

✅ AWS / Cloud experience

✅ Strong API & distributed systems experience

✅ Excellent debugging and problem-solving skills

Good to Have: Experience in Supply Chain, Logistics, Warehouse Management or Operations technology.

🛠️ Tech Stack: AWS | TypeScript | Node.js | GraphQL | React

Read more
Browse more Fullstack Developer Jobs in Hyderabad | Fullstack Developer Job openings in Hyderabad
AI Native ERP Platform

AI Native ERP Platform

Agency job
via Scaling Theory by DivyaSri Rajendran

Remote only · 7 - 18 years · ₹55L - ₹99L / yr · Remote only · Posted 10 Sep 2026

skill iconReact Native
Expo
TypeScript

Where You’ll Create Impact

·         Build & Ship: Architect, build, and deploy production-grade iOS and Android features using React Native + TypeScript from scratch to store release.

·         Pipeline Ownership: Own the full release lifecycle using Expo + EAS, managing App Store/Play Store submissions, provisioning, and CI/CD.

·         Craftsmanship: Turn complex Figma designs into ultra-fast, polished components with fluid animations, backed by clean API integrations and rock-solid performance.

·         Systems Thinking: Scale mobile infrastructure to handle heavy data flows, offline sync, and real-time enterprise AI features seamlessly.


What Sets You Up for Success

·         5+ years of hardcore mobile engineering experience (Android/iOS foundation, ideally within high-growth, high-intensity startups).

·         Outlier Agency: High-integrity work ethic, extreme initiative, and zero need for hand-holding.

·         Performance Obsession: Track record of shipping silky-smooth, high-performance apps with complex UI, animations, and tight memory management.

·         Release Mastery: Deep comfort with Figma-to-code workflows and navigating the entire release cycle from local IDE to live store deployments.

·         Quality Mindset: Hands-on experience with unit testing, end-to-end QA pipelines, and production monitoring.



Read more
Browse more React Native Jobs in India
Hashone Career

Coimbatore · 2 - 6 years · ₹3L - ₹7L / yr · Profitable · Posted 10 Sep 2026

skill iconNodeJS (Node.js)
TypeScript
SQL

Job Summary

We are looking for a skilled Backend Developer with strong Node.js experience to join our development team. The ideal candidate should have hands-on experience in building scalable, secure, and high-performance backend applications and APIs.

You will work closely with frontend developers, product managers, and other engineering teams to design, develop, test, and maintain backend services and applications.

Key Responsibilities

  • Design, develop, and maintain scalable backend applications using Node.js.
  • Build and maintain RESTful APIs and backend services.
  • Write clean, reusable, maintainable, and efficient code.
  • Work with databases such as MongoDB, PostgreSQL, MySQL, or similar.
  • Integrate third-party APIs and external services.
  • Implement authentication, authorization, and security best practices.
  • Optimize application performance, scalability, and reliability.
  • Identify and resolve bugs, performance issues, and production problems.
  • Write unit and integration tests to ensure application quality.
  • Collaborate with frontend developers to integrate APIs with web/mobile applications.
  • Participate in code reviews and follow development best practices.
  • Work with Git and standard CI/CD and deployment processes.
  • Contribute to system design and technical discussions.

Required Skills

  • 2–6 years of professional experience in backend development.
  • Strong hands-on experience with Node.js.
  • Good knowledge of JavaScript and/or TypeScript.
  • Strong understanding of REST APIs, HTTP, JSON, and API design.
  • Experience with Express.js, NestJS, or similar Node.js frameworks.
  • Good understanding of relational or NoSQL databases such as PostgreSQL, MySQL, or MongoDB.
  • Knowledge of SQL and database design.
  • Experience with Git/GitHub/GitLab/Bitbucket.
  • Understanding of authentication mechanisms such as JWT/OAuth.
  • Strong problem-solving and debugging skills.
  • Good understanding of data structures, algorithms, and backend architecture.

Good to Have

  • Experience with TypeScript.
  • Knowledge of AWS / Azure / GCP.
  • Experience with Docker and Kubernetes.
  • Knowledge of Redis, Kafka, RabbitMQ, or other caching/message queue technologies.
  • Experience with microservices architecture.
  • Familiarity with CI/CD pipelines.


Read more
Browse more Backend Developer Jobs in Coimbatore | Backend Developer Job openings in Coimbatore

Remote only · 3 - 6 years · ₹20L - ₹30L / yr · Profitable · Remote only · Posted 9 Sep 2026

Fullstack Developer
Fine-tuning LLMs
Model Context Protocol (MCP)
Artificial Intelligence (AI)
TypeScript
+2 more

About Us:


CLOUDSUFI, a Google Cloud Premier Partner, is a global leading provider of data-driven digital transformation across cloud-based enterprises. With a global presence and focus on Software & Platforms, Life sciences and Healthcare, Retail, CPG, financial services and supply chain, CLOUDSUFI is positioned to meet customers where they are in their data monetization journey.


Our Values


We are a passionate and empathetic team that prioritizes human values. Our purpose is to elevate the quality of lives for our family, customers, partners and the community.


Equal Opportunity Statement


CLOUDSUFI is an equal opportunity employer. We celebrate diversity and are committed to creating an inclusive environment for all employees. All qualified candidates receive consideration for employment without regard to race, colour, religion, gender, gender identity or expression, sexual orientation and national origin status. We provide equal opportunities in employment, advancement, and all other areas of our workplace. Please explore more at https://www.cloudsufi.com/


Role :


A Software Engineer who builds the tools this company runs on. You build agent loops, and the loops build the solutions. You work towards a Company Brain that anyone here can ask.3–5 years’ experience · Reports to the CFO · 


THE KEY SKILL


You build the agent loops that build the solutions. You will not write every automation by hand. You build the loops that

write them. Ship a prototype every week. You ship something every day.


You’ll be building a Company Brain with access control. One system that holds what the company knows about finance,delivery and people. Anyone can ask it a question. Each person sees only what they are cleared to see.

One hard filter. If you cannot write and debug production code, and have not done it before, please do not apply.


CORE RESPONSIBILITIES


• Work the backlog: You pick items off a live, ranked backlog. You learn each function by building inside it. There is no discovery phase. What you learn goes back into the backlog and changes what comes next.


• Build the product: You design, build and ship tools that people use every day. Reconciliation, MIS, the deal desk,quote to cash, or whatever the real bottleneck turns out to be. You choose the tools and frameworks.


• Wire the data: Connect the systems each team already uses, so that the same number means the same thing everywhere.


• Make it visible: You build live dashboards and alerts that leaders read on their own, instead of asking someone for a report.


• Keep it running: You own uptime and accuracy for everything you build. Anything that touches money or people needs a person in the loop.


THE STACK


• Build with: Python and TypeScript. You write production code. Frontier model APIs from Anthropic, OpenAI or Google, with tool calling and structured output. At least one agent framework. MCP to connect agents to internal systems.Postgres and pgvector, or something similar, for retrieval. You deploy on GCP, and you debug your own work.


Work in agents daily: Claude Code, Cursor or something like them, as the way you write code every day. You should have a clear view on how to run the loop, and on when a person has to step in.


Connect to: The systems we already run on for accounting, CRM, hiring and IT support, along with Google Workspace.Most of the work is getting them to agree with each other.


• Check what you ship: Anything that produces a number needs a way to catch it going quietly wrong. Test sets, regression checks, and alerts on the output as well as on the job.


WHAT GOOD LOOKS LIKE


• Something you built is running by week two, and someone is using it.

• By day 90, time spent on reconciliation or reporting is down by a number you can defend to the CFO.

• Every tool you ship has a named owner who is still using it 60 days later. That is the measure that counts.

• Leaders stop asking for numbers, because they can already see them.

• By the end of your first year, a first version of the Company Brain answers real questions about Finance, and each

person who asks sees only what they are cleared to see.


WHO THIS IS FOR


• You have built products: 3 to 5 years at a software product company, on a product with real users at scale. That means 100k+ monthly active users, or heavy daily use by a large enterprise customer base. You have owned code in production, in front of real users, long after it shipped.

You ship alone: You are comfortable as the only engineer in the room, and the only person on call for what you built.

You work out new ground fast: A domain you do not know is interesting to you. You start without waiting for a spec or an expert.

You are fluent with agents: One person cannot cover a whole company by hand. You use agent loops heavily and youare good at it.

You write and speak clearly: Half this job is pulling a process out of a finance or delivery lead and giving it back to them correctly. You work remotely, so this matters a great deal.


HOW WE WILL ASSESS

• A design problem: Live. We give you a function of the B2B company, and you design the system for it. We watch how you break down a domain you do not know, how you size it, and what you leave out on purpose.

• A build exercise: Live and screen-shared, on your own setup, with your own agents. You build the way you normally build. We watch how you run the loop, when you step in, and what you decide to skip.

• Your work and your questions: We talk about what you have shipped before. You ask us whatever you want.


Communication is not a separate round. All three sessions are live, and how clearly you explain your thinking is part of how we judge you.


WHERE IT LEADS

You report to the CEO and CFO from your first day. Your charter covers the whole company. Nothing sits between you and production. Very few engineering jobs offer all three at once, and that is why this one exists.

In 18 months you will know how this company really runs: the data, the money, and the gaps between teams. The rolethen changes shape to fit whatever the biggest open problem is by then.

Read more
Browse more Fullstack Developer Jobs in India
Aryavrat Global Ventures

Patna, Danapur · 3 - 5 years · ₹4.2L - ₹6L / yr · Posted 8 Sep 2026

Managing general agent
LangChain
LlamaIndex
OpenAI API
skill iconHTML/CSS
+17 more

AI Agent Frameworks, LangChain, LlamaIndex, OpenAI API,Zapier, HTML5, CSS3, JavaScript,bootstrap3.1,TypeScript, React.js, Next.js, Vue.js, Node.js, Python, PHP, WordPress, Headless CMS, DNS Management, SSL Configuration, Conversion Rate Optimization (CRO), A/B Testing, AWS, Google Cloud Platform (GCP), Cloudflare CDN, AWS S3, Core Web Vitals, Google Trends, Google Search Console, Ahrefs, SEMrush, Google Analytics 4 (GA4), Google Tag Manager (GTM), Meta WhatsApp Cloud API, Twilio, Webhooks, MSG91, REST APIs,claude,github,MYSQL

Read more
Browse more Backend Developer Jobs in India
Tech Prescient

at Tech Prescient

3 candid answers
3 recruiters
Ashwini Damle
Posted by Ashwini Damle

Remote only · 4 - 5 years · ₹10L - ₹20L / yr · Profitable · Remote only · Posted 8 Sep 2026

skill iconNodeJS (Node.js)
skill iconReact.js
GraphQL
skill iconAmazon Web Services (AWS)
TypeScript

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.



Read more
Browse more Fullstack Developer Jobs in India

Remote only · 12 - 20 years · ₹20L - ₹30L / yr · Remote only · Posted 8 Sep 2026

Sitecore
• OutSystems
skill iconNodeJS (Node.js)
skill iconReact.js
skill iconJavascript
+11 more

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.

Read more
Browse more Fullstack Developer Jobs in India
Baxture Technologies

at Baxture Technologies

1 candid answer
Baxture Technologies
Posted by Baxture Technologies

Pune · 1 - 3 years · ₹2L - ₹5L / yr · Profitable · Posted 7 Sep 2026

skill iconAngular (2+)
TypeScript
RxJS
skill iconHTML/CSS
RESTful APIs

Company Overview:

At Baxture, we're pioneers in crafting innovative IT solutions designed to elevate businesses to new heights. With a relentless focus on quality and a dedication to customer success, we specialize in delivering tailored technology solutions that drive efficiency and foster growth. Our dynamic team of experts is committed to staying ahead of the curve, ensuring that our clients always benefit from the latest advancements in the industry. While our roots lie in the vibrant tech hub of Austin, Texas, our influence spans across continents, with a significant presence in Pune and Kashmir. With a diverse team spread across these locations, we bring together the best minds to drive innovation and deliver unparalleled results.

Job Title: Angular Developer 

Location: Pune - Wakad (Work From Office)

Employment Type: Full-time

Company: Baxture Technologies

About the Role:

We are looking for a skilled Angular Developer with 1+ years of hands-on experience in building responsive, dynamic, and scalable front-end applications. The ideal candidate should have a solid foundation in Angular, TypeScript, and modern web development practices, and be capable of working independently on modules while collaborating effectively with cross-functional teams.

Key Responsibilities:

  • Develop, enhance, and maintain front-end applications using Angular, TypeScript, and Angular CLI.
  • Build reusable and scalable UI components following best practices.
  • Integrate Angular applications with RESTful APIs and backend services.
  • Collaborate with UX/UI designers to implement responsive and user-friendly interfaces.
  • Optimize application performance and ensure cross-browser compatibility.
  • Debug, troubleshoot, and resolve issues across devices and environments.
  • Participate in code reviews and contribute to improving code quality and development processes.
  • Work closely with backend, QA, and design teams to deliver high-quality releases.
  • Stay updated with the latest trends in Angular and front-end technologies.

Required Skills & Qualifications:

  • 1+ years of experience in front-end development using Angular.
  • Strong understanding of Angular (v11+), TypeScript, and component-based architecture.
  • Proficiency in HTML5, CSS3/SCSS, and responsive design principles.
  • Experience with REST APIs, JSON, and HTTPClient integration.
  • Working knowledge of RxJS and basic state management concepts (NgRx or similar).
  • Familiarity with Git/GitHub for version control.
  • Good debugging and problem-solving skills.
  • Ability to write clean, modular, and maintainable code.
  • Good communication and teamwork skills.

Good to Have:

  • Experience with Angular Material, Bootstrap, or Tailwind CSS.
  • Knowledge of unit testing frameworks like Jasmine/Karma.
  • Exposure to Agile/Scrum development environment.
  • Basic understanding of CI/CD pipelines and build tools.

Education:

Bachelor’s degree in Computer Science, Information Technology, or a related field.

What We Offer:

  • Opportunity to work on modern, scalable front-end applications.
  • Collaborative and growth-oriented work environment.
  • Mentorship and continuous learning opportunities.
  • Competitive salary package based on experience.
  • Career advancement opportunities within the organization.


Read more
Browse more Frontend Developer Jobs in Pune | Frontend Developer Job openings in Pune
suntekai

Remote only · 1 - 1.5 years · ₹3L - ₹3.3L / yr · Profitable · Remote only · Posted 4 Sep 2026

TypeScript
skill iconJavascript
skill iconNextJs (Next.js)
skill iconRedux/Flux
Zustand
+8 more

Role: Full Stack JavaScript/TypeScript Developer

We're looking for a Full Stack Developer with strong JavaScript/TypeScript fundamentals to join our team and help build AI-powered product features.


Responsibilities:

Core Skills & Competencies (Must have):

  • Strong proficiency in TypeScript and solid JavaScript fundamentals
  • Front-end development skills with the React ecosystem (Next.js), including state management libraries like Zustand, Redux
  • Expertise in HTML/CSS, with experience creating responsive and adaptive designs
  • Experience building AI-assisted features such as chatbots, content generation, semantic search, recommendations, or intelligent automation
  • Experience with RESTful services and APIs
  • Familiarity with AI SDKs, LLM APIs, and vector databases
  • Experience with SQL and database management, understanding relational databases, and ability to write efficient and optimized queries
  • Understanding of database design and management, especially with SQL
  • Experience with version control systems such as Git

Desired Skills & Competencies (Nice to have):

  • Experience with event-driven architecture
  • Experience with cloud services like Azure or AWS
  • Familiarity with modern DevOps practices
  • Understanding of security practices and web application security
  • Familiarity with CI/CD pipelines

What we're looking for:

  • Strong command over JS/TS fundamentals, not just framework-level knowledge
  • Candidates with internship experience or a background from a reputed engineering college preferred
  • Please share your GitHub link, portfolio, or details of projects you've built (personal, academic, or professional)


Read more
Browse more Fullstack Developer Jobs in India
NonStop io Technologies Pvt Ltd
Kalyani Wadnere
Posted by Kalyani Wadnere

Pune · 5 - 7 years · Profitable · Posted 3 Sep 2026

skill iconHTML/CSS
skill iconJavascript
TypeScript
skill icontailwindcss
API
+6 more

About NonStop io Technologies:

NonStop io Technologies is a value-driven company with a strong focus on process-oriented software engineering. We specialize in Product Development and have a decade's worth of experience in building web and mobile applications across various domains. NonStop io Technologies follows core principles that guide its operations and believes in staying invested in a product's vision for the long term. We are a small but proud

group of individuals who believe in the 'givers gain' philosophy and strive to provide value in order to seek value. We are committed to and specialize in building cutting-edge technology products and serving as trusted technology partners for startups and enterprises. We pride ourselves on fostering innovation, learning, and community engagement. Join us to work on impactful projects in a collaborative and vibrant environment


Brief Description:

NonStop io is seeking a proficient React.js developer to join our front-end development team. In this position, you’ll be mainly crafting and integrating UI components through React.js methodologies and workflows like Mobx and Redux.


Responsibilities:

● Developing and implementing UI components using React.js

● Collaborating with cross-functional teams to design and ship new features

● Building reusable components and front-end libraries for future use

● Translating designs and wireframes into high-quality code

● Optimizing components for maximum performance across various web browsers

● Troubleshooting and debugging issues to ensure smooth user experiences

● Participating in code reviews to maintain code quality and consistency

● Improvement and optimization of existing codebase

● Keeping up with industry trends

● Identifying issues with technologies and architecture and then implementing solutions

● Assist with ticket creation, refinement, and estimation

● Participate in sprint planning and ticket distribution for frontend team


Qualifications & Skills:

● Proficiency in React.js and its core principles

● Strong JavaScript, TypeScript, HTML5, and CSS3 skills

● Experience with popular React.js state management libraries and approaches (such as Mobx, Redux, and Context API)

● Familiarity with RESTful APIs and integration

● Knowledge of modern authorization mechanisms, such as JSON Web Tokens

● Understanding of front-end build tools and pipelines

● Familiarity with any one of backend technologies such as Node.js, Java, or Python

● Excellent problem-solving and communication skills

● A strong attention to detail, and a passion for delivering high-quality code

● Expertise in designing scalable and efficient front-end architecture

● Adaptability to changing project requirements and priorities

● Experience with version control systems, particularly Git

● Experience working in Scrum and familiarity with Atlassian (Jira, Confluence, Bitbucket)

● Experience with diverse applications and architectural patterns

● A degree in computer science, software engineering, or a related field

● Strong understanding of object-oriented programming principles and design patterns

● Familiarity with automated testing frameworks and methodologies

● Excellent problem-solving skills and attention to detail

● Strong communication skills and ability to work effectively in a collaborative team environment

● Ready to be a tech-agnostic engineer and comfortable to shift on any tech stack

● Comfortable working with AI (Claude code, Cursor etc)


If you're passionate about technology and want to work on impactful projects, we'd love to hear from you

Read more
Browse more Frontend Developer Jobs in Pune | Frontend Developer Job openings in Pune
BigThinkCode Technologies
Divya Mohandass
Posted by Divya Mohandass

Chennai · 4 - 5 years · ₹4L - ₹13L / yr · Bootstrapped · Posted 3 Sep 2026

skill iconGo Programming (Golang)
Backend
TypeScript
skill iconJavascript

At BigThinkCode, our technology solves complex problems. We are looking for talented backend engineer to join our development team at Chennai.

If you are passionate about building scalable applications and have strong experience in any backend programming or with interest for Golang and modern web technologies, we would love to hear from you!



Please find below our job description, if interested apply / reply sharing your profile to connect and discuss.

  • Company: BigThinkCode Technologies
  • URL: https://www.bigthinkcode.com/
  • Experience required: 4 - 5 years
  • Work location: Chennai
  • Joining time: Immediate – 2 weeks
  • Work Mode: Work from office (Hybrid)


We are looking for a skilled and passionate Developer with strong Golang experience to join our growing engineering team. The ideal candidate should have hands-on experience in building scalable web applications, backend services, APIs, and modern frontend applications.



What You’ll Do

  • Design, develop, test, and maintain scalable and high-performance web applications.
  • Build and maintain robust backend services and RESTful APIs using Golang.
  • Develop responsive and user-friendly frontend applications using modern JavaScript/TypeScript technologies.
  • Work on end-to-end application development, including frontend, backend, APIs, and database integrations.
  • Design and develop scalable, secure, and maintainable application architecture.
  • Collaborate closely with product, design, and engineering teams to deliver high-quality solutions.
  • Write clean, reusable, efficient, and well-tested code.
  • Participate in code reviews and contribute to engineering best practices and coding standards.
  • Troubleshoot, debug, and resolve application and production issues.
  • Contribute to performance optimization, scalability, and continuous improvement of applications.

 What We’re Looking For

  • 4–5 years of hands-on experience in software development.
  • Experience with distributed systems and microservices architecture.
  • Managing, mentoring small team of 2-3 members.
  • Strong hands-on experience with Golang or Erlang or other programming languages with interest, learn Golang for backend development.
  • Experience building RESTful APIs, backend services, and microservices.
  • Good experience with JavaScript and/or TypeScript and modern frontend development.
  • Experience working with databases such as PostgreSQL, MySQL, MongoDB, or similar technologies.
  • Strong understanding of software design principles, data structures, and scalable application architecture.
  • Experience with Git and version control workflows.
  • Good understanding of API security, authentication, and authorization mechanisms.
  • Strong debugging and problem-solving skills.
  • Ability to work independently as well as collaboratively in a fast-paced engineering environment.

 Preferred / Nice to Have

  • Experience with cloud platforms such as AWS, Azure, or GCP.
  • Experience with Docker, Kubernetes, or containerized applications.
  • Knowledge of CI/CD pipelines and DevOps practices.
  • Familiarity with Agile/Scrum development methodologies.


Read more
Browse more Backend Developer Jobs in Chennai | Backend Developer Job openings in Chennai
kanhasoft

Ahmedabad · 2 - 4 years · ₹5L - ₹7.5L / yr · Profitable · Posted 2 Sep 2026

skill iconJavascript
TypeScript
skill iconReact.js
skill iconNodeJS (Node.js)
skill iconExpress
+2 more

About the Role


We are looking for a Full Stack Developer with hands-on experience in React and Node.js/NestJS to develop and maintain end-to-end web applications in a modern microservices environment.

Key Skills

  • Strong knowledge of JavaScript & TypeScript
  • Hands-on experience with React.js, Hooks & State Management
  • Experience with Node.js, Express.js and/or NestJS
  • Good understanding of REST APIs
  • Working knowledge of PostgreSQL & MongoDB
  • Experience with Git
  • Basic understanding of AWS, Docker & Microservices will be an advantage



Responsibilities

  • Develop responsive React-based front-end applications
  • Build and integrate REST APIs using Node.js/NestJS
  • Work with PostgreSQL and MongoDB databases
  • Develop and maintain microservices
  • Debug, test and optimize applications
  • Participate in code reviews and team collaboration
  • Support application deployment and monitoring on AWS

Preferred

AWS | Docker | CI/CD | Java/Spring Boot | Redis | Message Queues


Qualification: Bachelor's degree in CS/IT or equivalent practical experience.


Read more
Browse more Fullstack Developer Jobs in Ahmedabad | Fullstack Developer Job openings in Ahmedabad
TGS The Global Skills

at TGS The Global Skills

1 candid answer
Sakshi Bhardwaj
Posted by Sakshi Bhardwaj

Hyderabad · 7 - 12 years · ₹15L - ₹27L / yr · Profitable · Posted 1 Sep 2026

skill iconNodeJS (Node.js)
skill iconReact.js
skill iconAmazon Web Services (AWS)
TypeScript
GraphQL
+6 more

Responsibilities Include:

● Architecting, building, testing, and deploying applications that support our transportation network

● Modifying designs and specifications of complex applications

● Collaborating and adding value through participation in peer code reviews, providing comments and suggestions

● Leverage AWS and other cloud technologies to design and implement systems in a serverless and event-driven environment

● Working with technical and non-technical end-users, other engineers, and product managers in a cross-functional, quick-moving, and collaborative environment

● Analyzing code, requirements, system risks, and software reliability and providing recommendations on how to leverage our technology more efficiently

● Working with Product and Design to confirm requirements, prioritization, and development of new features

● Design and implement LLM-powered features to solve complex logistics challenges, automate manual operational workflows, and unlock new efficiencies for our network.

● Champion AI-assisted engineering practices by integrating machine learning and intelligent automation into our CI/CD pipelines to predict deployment risks and accelerate delivery cycles.

What You Bring:

● Ability to adapt to changing requirements and work in a fast-paced environment.

● Ability to work effectively in a cross-functional team environment.

● 7+ years of experience building, testing and deploying applications in high-traffic production environments

● 7+ years of experience developing software with Javascript, Node.js and React

● Enjoys taking initiative, is a self-starter, willing to move fast and ship quick, and is excited about collaborating on big challenges

Preferred Qualifications:

● Experience in transportation, logistics or network orchestration systems is highly desirable

● Experience working in a remote first environment.

● Proficiency with AWS, GCP, or similar cloud platforms.

● Strong skills in React and Node.js for end-to-end development. 

Read more
Browse more Backend Developer Jobs in Hyderabad | Backend Developer Job openings in Hyderabad
Dino Ventures

Bangalore (5 days/week, in-office) · 2 - 6 years · ₹12L - ₹30L / yr · Bootstrapped · Posted 1 Sep 2026

skill iconJavascript
TypeScript
skill iconNodeJS (Node.js)
skill iconPostgreSQL
skill iconRedis
+2 more

About Dino Ventures

Dino Ventures is a Bharat-focused, app-first technology company with 5M+ app downloads across a portfolio of 10+ live applications. Our flagship products—including Samaj Saathi, Samjho, and Stick—serve millions of users across India, solving meaningful problems at scale.

We’re building products that impact everyday lives, and we’re looking for experienced engineers who thrive on ownership, performance, and shipping high-quality software.


What You’ll Do

  • Architect, build, and scale high-performance, real-time applications across the entire stack.
  • Design robust backend services, APIs, and distributed systems that power millions of users.
  • Build fast, responsive, and polished user experiences with a strong focus on performance and usability.
  • Optimize databases, caching layers, and application architecture for scalability, reliability, and cost efficiency.
  • Lead technical design discussions, make architectural decisions, and mentor fellow engineers.
  • Drive projects from concept to production with complete ownership.
  • Collaborate closely with product and design teams to build impactful user experiences.
  • Leverage modern AI-assisted development tools (Claude Code, Codex, Cursor, etc.) to maximize engineering productivity.


Our Tech Stack

Backend

  • Node.js
  • TypeScript
  • PostgreSQL
  • Redis
  • Elasticsearch

Frontend

  • SvelteKit
  • TypeScript
  • Tailwind CSS
  • tRPC
  • TanStack Query

(We’re pragmatic about technology—we choose the right tool for the job.)


What We’re Looking For

  • 2+ years of experience building and shipping production-grade software.
  • Strong expertise in TypeScript/JavaScript across frontend and backend development.
  • Deep understanding of software engineering fundamentals, system design, and scalable architecture.
  • Strong knowledge of relational databases, indexing strategies, query optimization, and database internals.
  • Experience building scalable REST APIs and real-time systems.
  • Familiarity with caching, asynchronous processing, networking, and distributed systems.
  • Experience using modern AI coding tools to accelerate development workflows.
  • Strong attention to engineering quality, including latency, reliability, race conditions, bundle size, and user experience.
  • Ability to balance speed with maintainability, making thoughtful engineering trade-offs.
  • Self-driven with a strong sense of ownership and a product mindset.


Intent > Experience > Skills

Why Join Dino Ventures?

  • Build products that solve real problems for millions of Bharat users.
  • Work across multiple products with opportunities to build new systems from scratch.
  • High ownership, minimal bureaucracy, and fast decision-making.
  • Collaborate with an ambitious, product-first engineering team.
  • See your work reach production from Day 1.
  • Shape the technical direction of products used at massive scale.

If you enjoy solving challenging engineering problems, care deeply about software craftsmanship, and want your work to make a real-world impact, we’d love to hear from you.

Read more
Browse more Fullstack Developer Jobs in India
Alpha

at Alpha

2 candid answers
Yash Makhecha
Posted by Yash Makhecha

Remote only · 0.5 - 3 years · ₹4L - ₹8L / yr · Bootstrapped · Remote only · Posted 31 Aug 2026

skill iconFigma
skill iconReact.js
TypeScript

Product Design Engineer


About the role

We’re looking for a product designer with exceptional taste and strong product judgment to shape Alpha’s user experience.


This is a design-first role. Your primary responsibility is producing clear, thoughtful, implementation-ready designs. Frontend engineering ability is useful, but not required—our engineers and AI development tools can handle implementation when the design direction is strong.


What you’ll do

  • Design polished end-to-end experiences for an AI-native B2B product
  • Turn complex workflows into simple, intuitive interfaces
  • Create user flows, wireframes, high-fidelity designs, and interactive prototypes
  • Evolve our visual language, component system, and interaction patterns
  • Think through empty, loading, error, responsive, and edge-case states
  • Collaborate closely with product and engineering from concept through release
  • Review implemented work and maintain a consistently high design bar


What we’re looking for

  • A strong portfolio showing excellent visual and interaction design
  • Exceptional taste in typography, spacing, hierarchy, composition, and motion
  • Experience designing sophisticated web or SaaS products
  • Strong product thinking and an instinct for reducing complexity
  • Proficiency in Figma and component-based design systems
  • Ability to explain and defend design decisions clearly
  • High attention to detail without losing sight of the broader user journey


Bonus

  • Familiarity with React, HTML, CSS, Tailwind, or shadcn/ui
  • Ability to create functional prototypes using code or AI tools
  • Experience designing AI-native, data-heavy, CRM, or workflow products

We care more about the quality of your thinking and portfolio than your job title, credentials, or ability to write production code.

Read more
 A Digital Product Engineering company

A Digital Product Engineering company

Agency job
via Unique Occupational by Mantasha Naaz

Bengaluru (Bangalore) · 5.5 - 7 years · ₹25L - ₹28L / yr · Posted 31 Aug 2026

Playwright
TypeScript
Api Testing

Job Details:

  • Role: Staff Engineer, Playwright, Typescript
  • Experience: 5.5+ Years
  • Employment Type: Full-time
  • Work Mode: Bengaluru(Hybrid)

Job Description


REQUIREMENTS:

• Total experience: 5.5+ years.

• Strong experience in Manual Testing and Web Automation Testing.

• Must-have expertise in Playwright with TypeScript.

• Good-to-have experience with Cypress automation framework.

• Strong understanding of Agile QA methodologies and experience working in Agile (Scrum/Kanban) environments.

• Hands-on experience in Test Planning, Test Strategy, Test Design, Test Execution, and Defect Management.

• Experience in interpreting acceptance criteria and writing effective test cases for user stories.

• Strong experience in test case organization, execution tracking, and reporting.

• Hands-on coding experience using JavaScript/TypeScript for test automation.

• Experience validating HTTP requests/responses, response codes, exception handling, and API testing.

• Experience testing GraphQL APIs.

• Hands-on experience using Browser Developer Tools for debugging and validation.

• Experience with Accessibility Testing using JAWS or similar accessibility tools.

• Strong working knowledge of JIRA and Confluence.

• Good understanding of Test-Driven Development (TDD) and quality engineering best practices.

• Experience collaborating closely with Product Managers, Software Engineers, and Engineering Managers.

• Ability to understand business requirements from a customer perspective and translate them into effective test strategies.

• Strong analytical, problem-solving, communication, and stakeholder management skills.


RESPONSIBILITIES:

• Design, develop, and maintain automated test frameworks using Playwright with TypeScript.

• Perform comprehensive manual and automation testing for web applications to ensure product quality.

• Create and execute detailed test plans, test strategies, test cases, and test scenarios based on business requirements.

• Collaborate with Product Managers, Developers, and Engineering teams throughout the Agile development lifecycle.

• Review user stories, interpret acceptance criteria, and develop comprehensive test coverage.

• Perform functional, regression, integration, and end-to-end testing.

• Automate web application test cases using Playwright and contribute to Cypress automation where applicable.

• Validate HTTP requests, responses, status codes, exceptions, and GraphQL APIs.

• Execute accessibility testing using JAWS and ensure compliance with accessibility standards.

• Utilize Browser Developer Tools to troubleshoot application issues and support defect analysis.

• Track, report, and manage defects using JIRA while maintaining test documentation in Confluence.

• Define, monitor, and improve quality metrics to ensure high product quality.

• Work closely with engineering teams to identify quality risks early and recommend mitigation strategies.

• Support continuous improvement of QA processes, automation frameworks, and testing best practices.

• Ensure high-quality software delivery through effective collaboration, continuous testing, and quality engineering practices.


Qualifications

Bachelor’s or master’s degree in computer science, Information Technology, or a related field  

Read more
AimInfologics

at AimInfologics

1 candid answer
Hitesh Ker
Posted by Hitesh Ker

Ahmedabad · 3 - 6 years · ₹5L - ₹9L / yr · Profitable · Posted 31 Aug 2026

skill iconNodeJS (Node.js)
skill iconNextJs (Next.js)
skill iconMongoDB
RESTful APIs
TypeScript
+6 more


About AimInfologics


AimInfologics is a software development company based in Gujarat, India. We build mobile apps, web platforms, SaaS products, AI integrations, automation systems, and custom software solutions for clients in India and international markets.


We are looking for a Full Stack Developer who has strong hands-on experience with Node.js and Next.js and can work on real client projects with ownership.


Role: Full Stack Developer – Node.js & Next.js

Job Type: Full-time

Location: Ahmedabad, Gujarat / On-site

Experience: 2–5 years preferred

Salary: As per experience and practical skill level


Role Description :


The selected developer will work on web applications, admin panels, APIs, SaaS platforms, CRM systems, dashboards, and AI-integrated software products.


This role is suitable for someone who can handle both frontend and backend work, understand requirements properly, write clean code, debug issues, and deliver features with proper quality.


We are not looking for someone who only knows basic tutorials. We need someone who has worked on real projects and can take responsibility for modules independently.

Key Responsibilities


• Develop and maintain web applications using Next.js

• Build backend APIs using Node.js and Express.js

• Work with MongoDB and database-driven application logic

• Create clean, responsive, and user-friendly frontend screens

• Integrate third-party APIs, payment gateways, AI APIs, CRM tools, and cloud services when required

• Write clean, reusable, and maintainable code

• Debug bugs, performance issues, and production-level problems

• Coordinate with UI/UX designers, backend developers, mobile developers, and project managers

• Understand client requirements and convert them into working features

• Use Git properly for code management and team collaboration

• Deploy or support deployment on platforms such as Vercel, AWS, or similar environments

Required Skills

• Strong experience with Node.js

• Strong experience with Next.js and React.js

• Good knowledge of JavaScript and TypeScript

• Experience with MongoDB and database design basics

• Good understanding of REST APIs

• Experience with Express.js or similar backend frameworks

• Ability to integrate third-party APIs

• Good understanding of authentication, authorization, JWT, roles, and permissions

• Basic understanding of cloud deployment, Vercel, AWS, Nginx, or PM2 is a plus

• Good debugging and problem-solving skills

• Ability to write clean and structured code

• Basic understanding of UI/UX and responsive design

• Good communication and team coordination skills

Good to Have

• Experience with AI API integrations such as OpenAI or similar tools

• Experience with payment gateways

• Experience with SaaS, CRM, ERP, dashboards, or admin panel development

• Experience with server deployment and production issue handling

• Experience working with international client projects

Who Should Apply

Apply only if you are serious about full-time work and can take ownership of development tasks.

This role is best for someone who wants to grow as a strong full stack developer and work on real business applications, SaaS products, AI-based systems, and international client projects.

Hiring Process

  1. Profile screening
  2. Technical interview
  3. Practical task / code review
  4. Final discussion

While applying, please mention:

• Your total experience

• Projects you have worked on using Node.js and Next.js

• Current salary

• Expected salary

• Notice period

• GitHub / portfolio link, if available

Read more
Browse more Fullstack Developer Jobs in Ahmedabad | Fullstack Developer Job openings in Ahmedabad
BigThinkCode Technologies
Kumar AGS
Posted by Kumar AGS

Chennai · 4 - 5.5 years · ₹7L - ₹11L / yr · Bootstrapped · Posted 27 Aug 2026

skill iconGo Programming (Golang)
TypeScript
Object Oriented Javascript (OOJS)
skill iconJavascript
skill iconProgramming
+2 more

 

We’re Hiring: TernStack Developer – Golang

 

At BigThinkCode, our technology solves complex problems. We are looking for talented backend engineer to join our development team at Chennai.

 

If you are passionate about building scalable applications and have strong experience in backend programming with interest for Golang and modern web technologies, we would love to hear from you!

 

Please find below our job description, if interested apply / reply sharing your profile to connect and discuss.

 

Company: BigThinkCode Technologies

URL: https://www.bigthinkcode.com/

Experience required: 4 - 5 years

Work location: Chennai

Joining time: Immediate – 4 weeks

Work Mode: Work from office (Hybrid)

 

We are looking for a skilled and passionate TernStack Developer with strong Golang experience to join our growing engineering team. The ideal candidate should have hands-on experience in building scalable web applications, backend services, APIs, and modern frontend applications.


What You’ll Do

  • Design, develop, test, and maintain scalable and high-performance web applications.
  • Build and maintain robust backend services and RESTful APIs using Golang.
  • Develop responsive and user-friendly frontend applications using modern JavaScript/TypeScript technologies.
  • Work on end-to-end application development, including frontend, backend, APIs, and database integrations.
  • Design and develop scalable, secure, and maintainable application architecture.
  • Collaborate closely with product, design, and engineering teams to deliver high-quality solutions.
  • Write clean, reusable, efficient, and well-tested code.
  • Participate in code reviews and contribute to engineering best practices and coding standards.
  • Troubleshoot, debug, and resolve application and production issues.
  • Contribute to performance optimization, scalability, and continuous improvement of applications.

 

What We’re Looking For

  • 4–5 years of hands-on experience in software development.
  • Experience with distributed systems and microservices architecture.
  • Strong hands-on experience with Golang or Erlang or other programming languages with interest, learn Golang for backend development.
  • Experience building RESTful APIs, backend services, and microservices.
  • Good experience with JavaScript and/or TypeScript and modern frontend development.
  • Experience working with databases such as PostgreSQL, MySQL, MongoDB, or similar technologies.
  • Strong understanding of software design principles, data structures, and scalable application architecture.
  • Experience with Git and version control workflows.
  • Good understanding of API security, authentication, and authorization mechanisms.
  • Strong debugging and problem-solving skills.
  • Ability to work independently as well as collaboratively managing small 2-3 members team in a fast-paced engineering environment.


Preferred / Nice to Have

  • Experience with cloud platforms such as AWS, Azure, or GCP.
  • Experience with Docker, Kubernetes, or containerized applications.
  • Knowledge of CI/CD pipelines and DevOps practices.
  • Familiarity with Agile/Scrum development methodologies.




 

Read more
Browse more Backend Developer Jobs in Chennai | Backend Developer Job openings in Chennai
Oddr

at Oddr

Deepika Madgunki
Posted by Deepika Madgunki

Remote only · 5 - 10 years · Raised funding · Remote only · Posted 27 Aug 2026

Playwright
Manual testing
Selenium
Software Testing (QA)
Functional testing
+4 more

About Oddr

Oddr is an AI-powered revenue-intelligence platform for the legal industry, helping law firms modernize

billing, collections, reconciliation, and revenue forecasting across the full invoice-to-cash lifecycle.

Why this role exists

We're looking for a seasoned Senior QA Engineer with 6–8 years of experience in complex, enterprise-

scale software to join our Agile product team and be a quality champion embedded across the full

software development lifecycle — from refining user stories to post-release checks — ensuring we ship

reliable, performant software at pace. With core strengths in understanding applications and business

processes, designing test strategies, test plans and validating acceptance criteria via detailed test

cases. Experience in QA automation is a plus — not the focus.

What you'll do

 Own test strategy and perform end to end execution for complex, multi-module features

 Shape quality upstream. Partner with product and engineering to clarify acceptance criteria

and Definition of Done and raise quality risks while they're still cheap to fix.

 Test new features. Exploratory and scenario-based testing of new functionality

 Own the regression suite end to end - its architecture, conventions, quality bar, and roadmap.

 Drive continuous improvement of QA processes, tools, and standards across the team.

Must-haves

 Ownership mindset - you can take a test suite as your own, set its standards, make and

defend trade-off decisions, and say no when coverage isn't worth it.

 Product and feature literacy - you can look at a feature, reason about what matters to users,

and translate that into the right tests, acceptance criteria, and risk-based priorities.

 Strong exploratory and scenario-based testing - boundary, negative, and edge-case

thinking.

 API testing of REST services and comfort reading Swagger/OpenAPI specs.

 Solid SQL skills for data validation and defect investigation.

 Clear communication and the ability to mentor; comfortable in Agile/Scrum/Kanban.Nice-to-have

 Hands-on browser automation with Playwright (or strong Cypress/Selenium with willingness

to move to Playwright), in TypeScript/JavaScript.

 Comfort with AI-assisted development tooling (Claude Code, Playwright MCP, Copilot) as an

accelerant for writing and self-healing tests.

 Experience building or substantially evolving a test suite from scratch, not just maintaining

one.

 Domain exposure to LegalTech, FinTech, or Billing/AR workflows.

 Awareness of non-functional testing (performance, accessibility, security)

What we offer

Competitive salary, performance bonus, and equity (ESOPs); comprehensive health insurance (self,

spouse, parents, children); flexible remote-first culture.

Read more
Browse more QA Software Testing Jobs in India
TGS The Global Skills

Hyderabad · 7 - 12 years · ₹12L - ₹26L / yr · Profitable · Posted 26 Aug 2026

AWS Lambda
Artificial Intelligence (AI)
DynamoDB
TypeScript
skill iconReact.js
+8 more

Role- Sr Senior Engineer 

Location -Hyderabad 

Shift -Night Shift starts from 8:30 PM IST 


About The Role

As a Senior Engineer on the team, you will own systems end to end across a high-volume, event-driven surface. You'll build the APIs and services behind key initiatives including:


- The driver comms platform — the rules engine, cohorting, and scheduling that reach drivers across SMS, push, and email


 - The onboarding funnel and applicant tracking layer, architected to support Veho's move to an in-house system over time


 - Live selling workflows that turn live offer and market-clearing data into well-timed, well-targeted driver outreach



You'll partner closely with Product, Design, Operations, and Data Science to ship tooling that scales with Veho's growth.


Responsibilities Include:

- Design, build, test, and deploy features across the driver-facing apps (driver mobile app, onboarding and registration surfaces), our GraphQL APIs, and the event-driven services behind them


 - Own a problem end to end: write the design doc your team works from, build it, roll it out behind a feature flag, and stay on it after launch until it is stable


 - Own the driver comms platform — the rules engine, cohorting, and scheduling that decide when to reach a driver over SMS, push, or email, and the delivery services behind it


 - Build the onboarding funnel and applicant tracking layer: registration and set-password flows, consent and eligibility gating, and the integrations that track where every applicant sits in the funnel


 - Build live selling workflows that consume live offer data and market-clearing signals to notify the right driver cohorts only when routes are actually claimable


 - Contribute to architectural decisions and technical design for complex, distributed systems, and architect today's comms and onboarding infrastructure so it supports the eventual in-house replacement of our third-party ATS rather than becoming throwaway work


 - Break a project into milestones your product, design, ops, and data partners can plan against


 - Write correctness-first code in an event-driven system where delivery is at-least-once and no driver may be texted twice about the same route — and where a send must never fire when there is no offer to claim


 - Improve reliability and observability in the services you own, with alerts that fire on real problems and stay quiet otherwise, so an on-call engineer is paged for a broken send pipeline and not for noise


 - Propose the engineering work your team should be doing, including the reliability, data-quality, and compliance work nobody is asking for


 - Use AI-native development workflows and tooling (Claude Code, Cursor, Copilot, and similar) as part of how you ship


 - Mentor the engineers around you, keep the team's code review bar high, and write down what you learn



What You Bring:


- 5–7+ years of experience building, testing, and deploying applications in high-traffic production environments


 - Depth in AWS serverless, including Lambda, a managed GraphQL layer such as AppSync, DynamoDB, EventBridge, and SQS


 - Experience with event-driven systems and the idempotency work that comes with at-least-once delivery — especially in a comms context where duplicate or misfired messages reach real people


 - Strong full-stack experience with TypeScript, Node.js, GraphQL, and React


 - Experience with DynamoDB single-table design


 - Experience integrating with third-party platforms and their webhooks, and keeping the data they produce in sync and trustworthy across services


 - At least one project owned through production rollout, including what broke afterward and who fixed it


 - Experience operating a service in production long enough to own its failure modes


 - Judgment about what a design costs in engineering time, dollars, and vendor commitment


 - A self-starter mindset with the ability to move quickly and ship iteratively, including on migrations, compliance obligations, and the manual steps nobody has automated yet


 - Enthusiasm for working closely with product, design, operations, data science, and support partners


-Tech Stack: AWS, TypeScript, Node.js, React, React Native, GraphQL, DynamoDB, serverless event-driven architecture; 


multi-channel comms (SMS, push, email); Firebase Auth; Statsig for experimentation; Redshift/Databricks-backed data pipelines


Preferred:

 - Experience with applicant tracking / recruiting funnels or other funnel-driven onboarding systems, and the drop-off analysis that improves them


 - Experience with experimentation and analytics infrastructure (Statsig, Fivetran, Redshift, Databricks) to measure and tune what you ship


 - Consent modeling and compliance obligations (e.g., driver terms-and-conditions and messaging consent) that span services

Read more
Browse more Fullstack Developer Jobs in Hyderabad | Fullstack Developer Job openings in Hyderabad
Service Co

Service Co

Agency job
via Vikash Technologies by Rishika Teja

Pune · 4 - 8 years · ₹14L - ₹18L / yr · Posted 25 Aug 2026

skill iconPython
TypeScript
Large Language Models (LLM)
Retrieval Augmented Generation (RAG)
AI Frameworks
+3 more

Skill Set

Large language,Artificial Intelligence,Machine Learning


- 4–7 years of experience in software engineering/AI roles

- Strong programming skills in Python or TypeScript (Java/Go is a plus)

- Hands-on experience with LLMs, RAG pipelines, and AI frameworks

- Experience building APIs and working with distributed systems

- Familiarity with Kubernetes, Docker, and CI/CD pipelines

- Experience with cloud platforms (AWS/Azure/GCP)

Excellent communication

Read more
Browse more Fullstack Developer Jobs in Pune | Fullstack Developer Job openings in Pune
FAiHr
Lakshit Bagga
Posted by Lakshit Bagga

Remote only · 6 - 25 years · ₹10L - ₹70L / yr · Bootstrapped · Remote only · Posted 25 Aug 2026

TypeScript
skill icon.NET
skill iconNodeJS (Node.js)
Generative AI (GenAI)
Agentic AI

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

 

Read more

Bengaluru (Bangalore) · 3 - 6 years · ₹10L - ₹15L / yr · Bootstrapped · Posted 25 Aug 2026

TypeScript
skill iconNextJs (Next.js)
skill iconReact.js
skill iconAmazon Web Services (AWS)
NOSQL Databases
+2 more

Must Have's

  • 3–6 years of experience in software development.
  • Strong proficiency in Python.
  • Experience building End-to-end B2B product mandatory. Product-based startup experience is critical
  • Hands-on experience with TypeScript, ReactJS/NextJS, SQL & NoSQL databases, and AWS/GCP — all mandatory.
  • Dont want candidates from service-based companies or EdTech backgrounds at all
  • Well maintained GitHub profile is mandatory.


Process:

  • Expo call with TA
  • Tech Round
  • Tech Assignment
  • Tech Assignment Review
  • Founder Round


Compensation

Fixed    : 20 LPA - 30 LPA

Variable: 0 LPA - 5 LPA


If interested kindly share your updated resume on 82 00 83 16 81

Read more
Browse more Fullstack Developer Jobs in India
Location: Hyderabad, India

Location: Hyderabad, India

Agency job
via Duarz by Sonali Randive

Hyderabad · 8 - 10 years · ₹12L - ₹13L / yr · Posted 25 Aug 2026

skill iconReact.js
skill iconNodeJS (Node.js)
skill iconPostgreSQL
TypeScript
CI/CD
+3 more

We are looking for a skilled Fullstack Developer with at least 10 years of experience building and maintaining responsive, scalable web applications. You will work across a full technology stack, from crafting intuitive React.js user interfaces to designing and implementing robust backend services with Node.js and PostgreSQL. This role requires strong proficiency in React.js, JavaScript/TypeScript, and the ability to collaborate closely with designers, backend engineers, and product managers to deliver exceptional end-to-end product experiences.

Read more
Browse more Fullstack Developer Jobs in Hyderabad | Fullstack Developer Job openings in Hyderabad
Improving
Deepika Mukherjee
Posted by Deepika Mukherjee

Remote only · 5 - 8 years · ₹12L - ₹25L / yr · Raised funding · Remote only · Posted 24 Aug 2026

skill icon.NET
skill iconC#
TypeScript
ASP.NET
Windows Azure
+7 more

Senior-level .NET Developer

Experience – 5–8 years

Location – Remote


Core Requirements -

  • Proficiency in modern C# and .NET SDK, including async/await and LINQ.
  • Familiarity with .NET 8 and modern .NET development.
  • Experience with Azure App Service, Azure Functions, and Azure DevOps.
  • Strong experience with .NET Core and cross-platform application development.
  • Understanding of microservices, containerization, and serverless computing patterns.
  • Familiarity with integrating AI/ML technologies into .NET applications. Claude Code preferred.
  • Understanding of DevOps practices and tools, including Azure DevOps.
  • React 18+: Experience with concurrent rendering, Suspense, and server components if using Next.js.
  • TypeScript: Strong experience building typed React applications.
  • State Management: Experience with Redux Toolkit, Zustand, or React Query for server state.
  • UI Frameworks: Experience with Material UI (MUI), Chakra UI, or Tailwind CSS.
  • Routing: Experience with React Router v7 or Next.js routing if SSR/SSG is used.
  • API Integration: Experience with Fetch API, Axios, or React Query for consuming .NET APIs.
  • Form Handling: Experience with React Hook Form or Formik, including validation using Yup/Zod.
  • Testing: Experience with Jest, React Testing Library, and/or Cypress for E2E testing.
  • Build Tools: Experience with Vite, Webpack 6, or Turbopack.
  • Performance Optimization: Experience with code splitting, lazy loading, and memoization.
  • CORS: Understanding of CORS configuration in ASP.NET Core for React clients.

Nice to Have -

  • Experience in Case Management, Legal, Financial, or Mortgage domains.
  • Legacy development experience, as the role will involve some legacy work while transitioning to newer development.




Read more
Browse more Fullstack Developer Jobs in India
Alignity Solutions

Hyderabad, Bengaluru (Bangalore), Pune, Chennai · 8 - 10 years · ₹30L - ₹35L / yr · Profitable · Posted 22 Aug 2026

Artificial Intelligence (AI)
skill iconPython
MLOps
skill iconJavascript
TypeScript
+8 more

AI Engineer (Preferred Years of Experience: 8 years)


We are seeking a highly skilled Full Stack AI Engineer to design, build, and scale intelligent applications across the full technology stack. This role combines strong backend and frontend engineering expertise with applied AI/ML implementation in enterprise cloud environments.

You will work closely with product managers, architects, data scientists, and DevOps teams to deliver production-grade AI-powered solutions that are secure, scalable, and aligned with business objectives.

This is a hands-on engineering role requiring experience across application development, AI model integration, cloud architecture, and DevSecOps practices.

 

Key Responsibilities

AI / Machine Learning


  • Design and implement AI/ML solutions for real-world business use cases.
  • Integrate ML models (e.g., forecasting, classification, NLP, computer vision) into production-grade applications.
  • Develop APIs and services that expose AI capabilities securely and efficiently.
  • Optimize model performance, latency, scalability, and monitoring in production.
  • Implement model lifecycle management (training, deployment, monitoring, retraining).


Backend Development


  • Design and develop scalable RESTful and/or GraphQL APIs.
  • Build microservices-based architectures.
  • Implement authentication, authorization, and secure API access.
  • Develop data pipelines and integrate with structured and unstructured data sources.
  • Ensure high availability, performance tuning, and observability.


Frontend Development


  • Develop responsive, user-friendly web applications.
  • Build interactive dashboards and AI-driven user experiences.
  • Integrate frontend applications with backend AI services.
  • Ensure accessibility, usability, and performance optimization.


Cloud & DevOps


  • Deploy applications and models in cloud environments (Azure, AWS, or GCP).
  • Implement CI/CD pipelines for application and model deployment.
  • Apply infrastructure-as-code (Terraform, ARM, Bicep, etc.).
  • Implement monitoring, logging, and alerting.
  • Ensure security compliance and enterprise-grade governance.


Architecture & Collaboration


  • Participate in solution architecture and design discussions.
  • Translate business requirements into technical solutions.
  • Collaborate with cross-functional teams (product, security, data, UX).
  • Contribute to technical standards, best practices, and code reviews.

 

Required Qualifications


  • 8 years of full stack software engineering experience.
  • Hands-on AI/ML implementation in production environments.
  • Strong proficiency in: Python (FastAPI, Flask, or Django), JavaScript/TypeScript (React, Angular, or Vue), REST API development
  • Experience with ML frameworks (e.g., scikit-learn, PyTorch, TensorFlow, or equivalent).
  • Experience deploying AI workloads in cloud environments (Azure ML, SageMaker, Vertex AI, etc.).
  • Experience with relational and NoSQL databases.
  • Strong understanding of software engineering principles and design patterns.
  • Experience with Docker and container orchestration (Kubernetes preferred).
  • Knowledge of secure coding practices and enterprise security standards.

 

Preferred Qualifications


  • Experience with enterprise AI governance and responsible AI frameworks.
  • Experience with MLOps and model monitoring tools.
  • Knowledge of distributed systems and event-driven architectures.
  • Experience with vector databases and semantic search (if applicable to organization).
  • Experience in regulated industries (financial services, healthcare, public sector).
  • Experience working in Agile/Scrum teams.

 

Key Competencies


  • Strong problem-solving and analytical skills.
  • Ability to translate complex AI concepts into scalable technical solutions.
  • Excellent communication and stakeholder engagement skills.
  • Ownership mindset with the ability to operate independently.
  • Strong attention to performance, security, and maintainability.
Read more
Browse more Artificial Intelligence (AI) Jobs in Hyderabad | Artificial Intelligence (AI) Job openings in Hyderabad
Procedure

at Procedure

4 candid answers
3 recruiters
Adithya K
Posted by Adithya K

Remote only · 5 - 10 years · ₹35L - ₹65L / yr · Bootstrapped · Remote only · Posted 20 Aug 2026

Systems design
APIs & Integration
Data Infrastructure
TypeScript
skill iconReact.js
+4 more

Procedure is hiring for WorkHero.


WorkHero is building the AI-powered back office for the skilled trades, starting with the $50B+ HVAC industry. Small contractors are great at their trade but lose 20+ hours a week to invoicing, permits, scheduling, and paperwork. WorkHero combines expert office managers with automation and AI tooling, enabling a small team to take real ownership of that back-office work


We’re hiring a senior engineer to own our real-time voice stack end to end—AI agents operating on live phone calls—and the data platform that turns those calls into insight: call → transcript → events → warehouse → dashboards. You’ll own meaningful systems end to end alongside a small, senior team with deep experience in AI, product, and the trades.


What you’ll build

  • New product screens and flows (jobs, customers, invoices, scheduling) in React and React Native, especially AI chat UI (chat & tool result rendering, streaming responses, human review and feedback loops)
  • AI workflows in production: tool-using agents, RAG/search, classification/extraction, and human-in-the-loop flows
  • Automations: Contribute new features and improvements to our AI-powered business automation platform


In addition, you’ll own our first investments into a realtime voice stack and the call-data platform behind it. For example:

  • Realtime voice agents on live phone calls: telephony/WebRTC integration, streaming speech-to-text and text-to-speech, turn-taking, interruption handling, and latency optimization
  • Voice pipeline reliability: backpressure, failover, graceful degradation, and monitoring for live calls
  • Call-data pipeline: transcripts, events, and structured extraction flowing from every call into the warehouse
  • Analytics & dashboards: data modeling and conversation-intelligence features on top of call data
  • Evals & monitoring for voice agents: quality metrics, drift detection, and cost/latency tracking
  • Cloud infrastructure: scaling our platform with infrastructure as code, queues and orchestration, and CI/CD


Responsibilities

  • Analyze requirements and propose innovative AI-native solutions to technical problems
  • Write clean scalable code
  • Own the voice and data stack end-to-end: design, build, test, deploy, and operate
  • Optimize the performance, latency, and cost of our real-time AI systems
  • Respond to critical system issues and ensure continuous system reliability
  • Mentor team members and collaborate across teams, especially with product and subject matter experts
  • Work to understand the needs of our users and think creatively about how to solve design challenges in your work
  • This is a Remote role. We expect a minimum 4 hours overlap with the WorkHero team (11 AM - 3 PM ET).


Qualifications

  • Senior-level backend experience (typically 5+ years) shipping production systems that you've owned
  • Hands-on experience with realtime voice or streaming systems: telephony (SIP/Twilio), WebRTC, streaming STT/TTS, or frameworks like LiveKit or Pipecat — or comparable experience with demanding realtime/streaming infrastructure
  • Data engineering fundamentals: event pipelines, data modeling, warehousing, and analytics on production data
  • Strong proficiency in a typed backend language (TypeScript preferred; comparable experience welcome)
  • Hands-on experience with LLM-powered features (usage, prompting, optimization, etc) and AI architectures
  • The ability to work with infrastructure as code (terraform), cloud, and CI/CD systems at scale. We're a small team, so we own the whole stack!
  • Excitement to leverage AI coding tools to their maximum benefit. We love Claude Code and Cursor and are constantly looking for better ways to leverage our time to build fast and build for scale.


Nice to have

  • experience with voice-AI platforms (Vapi, Retell, Bland, Deepgram, LiveKit) or conversation-intelligence products (e.g. Gong-style analytics)
  • experience scaling cloud infrastructure, especially AWS, and how to get the most out of key AWS services
  • experience with workflow automation tools like n8n or Lindy
  • experience with React for building internal dashboards
  • experience with HVAC or back-office business workflows


WorkHero is committed to building a diverse team. We encourage candidates from all backgrounds to apply.

Read more
Browse more Fullstack Developer Jobs in India
MotionGility

at MotionGility

1 candid answer
Roshni Maji
Posted by Roshni Maji

Indore · 2 - 3 years · ₹5L - ₹6L / yr · Bootstrapped · Posted 18 Aug 2026

skill iconReact.js
SQL
skill iconNodeJS (Node.js)
skill iconNextJs (Next.js)
Supabase
+2 more

We’re Hiring | Full Stack Developer

 

About MotionGility

MotionGility is building India's first AI-powered SaaS platform that automates explainer video production for SaaS/AI companies. We combine a Full AI tools stack into a single pipeline that takes a client's product brief and delivers a complete explainer video — script, illustrations, voiceover, and animation — in under a few minutes. We have 11 years of agency experience producing 500+ SaaS explainer videos and we are now building the platform that does this at scale, with AI.

This is an early-stage product role. You will be the first full-time developer on the team, working directly with the founders


Position: Full Stack Developer

Location: Indore (Onsite)

Type: Full-time

Experience: 2-3 Years

Notice Period: Immediate Joiner or Up to 30 Days Notice Period Accepted


Key Responsibilities

  • Build and maintain the client-facing SaaS platform using React, Next.js, TypeScript, and Supabase.
  • Develop project dashboards, approval workflows, and video delivery interfaces.
  • Implement authentication, authorization, and role-based access control.
  • Integrate payment gateways and third-party AI APIs.
  • Build real-time project tracking and notification systems.
  • Ensure application performance, scalability, and responsive design.
  • Collaborate directly with founders on product development and technical decisions.


Tech Stack

Frontend: React, Next.js, TypeScript, Tailwind CSS

Backend: Supabase (PostgreSQL, Auth, Storage, Realtime, Edge Functions)

Payments: Razorpay

Automation: n8n Cloud

Deployment: Vercel / Netlify

AI Integrations: OpenAI, ElevenLabs, Recraft V3, Runway Gen-3, GPT Images, Nano Banana, Higgsfield, and related AI APIs


Requirements

Must-Have Skills

  • Minimum 2 years of experience building and shipping React applications.
  • Working knowledge of TypeScript and modern frontend development.
  • Experience with SQL, PostgreSQL, or Supabase databases.
  • Experience integrating at least one payment gateway in a production project.
  • Ability to showcase at least one live deployed product built personally.

Preferred Skills

  • Experience with Next.js (App Router and API Routes).
  • Hands-on experience with Supabase Auth, RLS policies, and Realtime features.
  • Prior experience in a startup or early-stage SaaS environment.
  • Strong product thinking and problem-solving mindset.

This Role Is Not Suitable If

  • You require detailed specifications before starting development.
  • You cannot demonstrate a live product you have built.
  • You depend heavily on senior developers for technical decisions.
  • You prefer backend or infrastructure-focused roles over product development.

What You'll Gain

  • Direct mentorship from experienced founders.
  • Ownership of the complete client-facing product.
  • Exposure to cutting-edge AI technologies and workflows.
  • Flexible working culture focused on outcomes.
  • Opportunity for ESOPs based on performance and contribution.
  • Fast career growth with potential progression into leadership roles.


Read more
Browse more Fullstack Developer Jobs in Indore | Fullstack Developer Job openings in Indore

Bengaluru (Bangalore) · 6 - 10 years · ₹5L - ₹25L / yr · Posted 18 Aug 2026

skill iconJava
skill iconAngular (2+)
skill iconHTML/CSS
skill iconJavascript
TypeScript
+1 more

C# & Angular Developer

JD as below:

Key Responsibilities:

  • 6 to 10 years experience

· Develop and maintain web applications using Angular.

· Develop and maintain web applications using ASP.NET, C#, and related technologies.

· Integrate front-end applications with backend services via RESTful APIs, ensuring efficient data flow and robust error handling.

· Write clean, maintainable, and efficient code.

· Optimize applications for maximum speed and scalability.

· Troubleshoot and debug applications to ensure optimal performance.

· Collaborate with front-end developers to integrate user-facing elements with server-side logic.

· Collaborate with UX/UI designers to implement design specifications.

· Participate in code reviews and contribute to team knowledge sharing.

Experience:

· Proven experience as a Full stack developer(Angular 18+, .Net 6+).

· Strong proficiency in HTML, CSS, and JavaScript.

· Experience with Angular (18+) and its core principles.

· Experience with RESTful APIs and asynchronous programming.

· Strong proficiency in C#, ASP.NET MVC, and Web API.

· Experienced in using AI driven development, Github Copilot

· Experience with database management systems (SQL Server).

· Proficiency with version control systems, especially Git.

· Excellent problem-solving skills and attention to detail.

Good to have skills:

· Experience with hybrid applications or PWAs

· Experience with Agile development methodologies (Scrum, Kanban).

· Strong communication skills, with the ability to articulate technical concepts clearly to diverse audiences.

Read more
Browse more Fullstack Developer Jobs in India

Chennai · 5 - 8 years · ₹1.8L - ₹3L / yr · Posted 18 Aug 2026

skill iconC++
skill iconPython
skill iconJavascript
TypeScript
Linux/Unix
+23 more

Technical Lead – Embedded Software Application Projects

link: https://www.ziliconcloud.com/careers

ZILICONCLOUD PRIVATE LIMITED is looking for an experienced Technical Lead with 5–8 years of industry experience in Embedded Systems, IoT, AI, Cloud, and Software Engineering.

The candidate will lead Embedded, IoT, Edge AI, and Cloud projects, define system architecture, convert requirements into technical tasks, and ensure successful project execution and delivery.


Key Responsibilities

  • Design modular system architectures for Embedded, IoT, Edge AI, Cloud, REST APIs, and dashboards.
  • Convert requirements into clear tasks, milestones, and deliverables.
  • Track project progress, manage technical risks, and ensure on-time delivery.
  • Guide engineers on coding standards, Git, testing, debugging, and documentation.
  • Troubleshoot issues across hardware, firmware, IoT, cloud, backend, and UI.
  • Support system integration, testing, debugging, and performance improvement.
  • Review technical designs, code, and test results.
  • Lead prototype development, integration, technical reviews, and demonstrations.
  • Mentor young engineers and explain complex technical concepts in a simple and practical way.

Required Skills

C/C++, Python, JavaScript/TypeScript, Linux, FreeRTOS, Microcontrollers, REST APIs, MQTT, Git, Embedded Software, IoT, and system debugging.

Preferred: AWS IoT, Microsoft Azure, ThingsBoard, OpenCV, TensorFlow Lite (TFLite), React, Flutter, or FastAPI.


Education

B.E./B.Tech/M.E./M.Tech in ECE, CSE, Embedded Systems, Mechatronics, or a related field.

📍 Location: East Tambaram, Chennai, Tamil Nadu

💼 Experience: 5–8 Years

🕒 Employment Type: Full-Time

Read more
Browse more C Jobs in Chennai | C Job openings in Chennai
Leading MNC in BFSI Inds.

Leading MNC in BFSI Inds.

Agency job
via Infinium Associate by Toshi Srivastava

Delhi, Gurugram, Noida, Ghaziabad, Faridabad · 4 - 8 years · ₹15L - ₹20L / yr · Posted 14 Aug 2026

skill iconReact Native
Artificial Intelligence (AI)
skill iconJavascript
TypeScript
CI/CD
+2 more

We are looking for a Senior Mobile Developer with deep React Native expertise to lead feature development on our investor-facing and advisor-facing mobile applications. You will own critical mobile modules end-to-end — from architecture through App Store release — and actively integrate AI capabilities into the mobile experience.


Key Responsibilities

●    Design and develop high-quality, production-grade React Native features for iOS and Android apps serving retail investors and wealth advisors.

●    Own module-level architecture decisions: navigation, state management, offline handling, performance optimisation, and security.

●    Integrate with backend APIs for real-time portfolio data, transaction processing, KYC workflows (Digilocker, V-CIP, eSign), UPI, and payment flows.

●    Implement AI-powered mobile features: intelligent recommendations, conversational interfaces, AI-assisted portfolio insights, and smart alerts.

●    Write unit tests, integration tests, and E2E tests; maintain high coverage on critical modules.

●    Conduct thorough code reviews; mentor junior and mid-level mobile engineers.

●    Optimise app performance: startup time, frame rates, memory profiling, and battery usage.

●    Manage app release pipelines: CI/CD, TestFlight/Play Console beta, App Store/Play Store deployment, and OTA updates.

●    Collaborate with Product, Design (Figma), and Backend teams in Agile sprints.

Required Qualifications

●    4–8 years of mobile development experience with 3+ years in production React Native apps.

●    Strong JavaScript/TypeScript fundamentals; deep understanding of React hooks, context, and performance patterns.

●    Experience with state management (Redux Toolkit, Zustand, or Jotai) and navigation (React Navigation v6+).

●    Hands-on with native modules/bridging when React Native abstractions are insufficient.

●    Experience with mobile CI/CD (Fastlane, GitHub Actions, Bitrise, or equivalent).

●    Knowledge of mobile app security: certificate pinning, biometric auth, secure storage, jailbreak/root detection.

●    B.Tech / B.E. in Computer Science or equivalent from a reputed institution.

Good to Have

●    Experience in fintech or BFSI mobile apps — MF transaction apps, trading apps, insurance apps, or payment apps.

●    Familiarity with SEBI/AMFI/IRDAI compliance requirements for digital financial products.

●    Exposure to LLM integration on mobile: streaming responses or AI assistant UX patterns.

●    Experience with React Native New Architecture (Fabric, JSI, TurboModules).

AI Expectations

●    Use AI coding assistants (GitHub Copilot, Cursor, Claude) as standard daily practice.

Read more
Browse more Frontend Developer Jobs in India

Remote only · 6 - 8 years · ₹15L - ₹18L / yr · Bootstrapped · Remote only · Posted 14 Aug 2026

Playwright
SDET
Test Automation (QA)
skill iconJavascript
TypeScript
+16 more

About MyOperator

MyOperator is a Business AI Operator platform that brings together WhatsApp, Calls, and AI-powered chat & voice bots to help businesses manage customer operations such as Sales, Support, Escalations, Feedback, and Refunds. With 12,000+ businesses using our platform, we operate at meaningful scale and power mission-critical communication workflows.


About the Role

We are looking for a Senior QA Engineer (SDET) to own and scale automation across our web, backend, mobile, and AI-driven workflows.


This is a hands-on automation engineering role, not a manual testing role. You will build and maintain Playwright-based automation, strengthen mobile and API testing, integrate automation into CI/CD, and work closely with engineering teams to catch issues before they reach production.


What You'll Do

  • Design, build, and maintain Playwright-based end-to-end automation for web applications.
  • Build and maintain mobile test automation for Android and/or iOS using Appium, Espresso, XCUITest, or equivalent tools.
  • Develop automated tests for REST/GraphQL APIs and validate backend data using SQL.
  • Integrate automated test suites into CI/CD pipelines and maintain reliable test execution.
  • Identify and resolve flaky tests and continuously improve automation coverage and reliability.
  • Use AI coding assistants such as Claude, GitHub Copilot, Cursor, or similar tools for test authoring, debugging, and test-data generation.
  • Work closely with frontend, backend, and AI engineering teams to identify testability gaps early.
  • Contribute to testing AI/LLM-driven features, where expected outputs may not always be deterministic.

Must Have

  • 6–8 years of experience in QA/SDET or test automation roles.
  • Strong hands-on experience with Playwright — mandatory.
  • Hands-on mobile automation experience — mandatory using Appium, Espresso, XCUITest, or equivalent.
  • Strong experience in API/backend automation using REST or GraphQL.
  • Good knowledge of SQL for database validation.
  • Strong programming and automation skills.
  • Experience integrating automation into CI/CD pipelines.
  • Practical experience using AI coding assistants such as Claude, GitHub Copilot, Cursor, or similar.
  • Ability to independently own automation initiatives.

Good to Have

  • Experience testing AI/LLM, chatbot, conversational AI, or voice bot products.
  • Experience with Langfuse or similar LLM observability tools.
  • Experience with Datadog or similar APM tools.
  • Experience with GitHub Actions, Jenkins, or similar CI/CD tools.
  • Exposure to performance/load testing tools such as k6 or JMeter.

This Role Is Not For

  • Candidates whose experience is primarily in manual testing.
  • Candidates with limited hands-on coding or automation experience.
  • Candidates without practical Playwright experience.
  • Candidates without mobile automation experience.
  • Candidates who have only executed test cases on an existing framework without meaningful automation ownership.

Why MyOperator?

Work on an AI-first customer operations platform used by 12,000+ businesses, and build automation across web, backend, mobile, and AI workflows while working closely with engineering teams.

If you enjoy writing automation code, solving complex testing problems, and taking end-to-end ownership, we'd love to hear from you.

Read more

Remote only · 3 - 5 years · ₹8L - ₹10L / yr · Bootstrapped · Remote only · Posted 14 Aug 2026

Playwright
SDET
Test Automation (QA)
skill iconJavascript
TypeScript
+16 more

About MyOperator

MyOperator is a Business AI Operator platform that brings together WhatsApp, Calls, and AI-powered chat & voice bots to help businesses manage customer operations such as Sales, Support, Escalations, Feedback, and Refunds. With 12,000+ businesses using our platform, we operate at meaningful scale and power mission-critical communication workflows.


About the Role

We are looking for a Senior QA Engineer (SDET) to own and scale automation across our web, backend, mobile, and AI-driven workflows.


This is a hands-on automation engineering role, not a manual testing role. You will build and maintain Playwright-based automation, strengthen mobile and API testing, integrate automation into CI/CD, and work closely with engineering teams to catch issues before they reach production.


What You'll Do

  • Design, build, and maintain Playwright-based end-to-end automation for web applications.
  • Build and maintain mobile test automation for Android and/or iOS using Appium, Espresso, XCUITest, or equivalent tools.
  • Develop automated tests for REST/GraphQL APIs and validate backend data using SQL.
  • Integrate automated test suites into CI/CD pipelines and maintain reliable test execution.
  • Identify and resolve flaky tests and continuously improve automation coverage and reliability.
  • Use AI coding assistants such as Claude, GitHub Copilot, Cursor, or similar tools for test authoring, debugging, and test-data generation.
  • Work closely with frontend, backend, and AI engineering teams to identify testability gaps early.
  • Contribute to testing AI/LLM-driven features, where expected outputs may not always be deterministic.

Must Have

  • 6–8 years of experience in QA/SDET or test automation roles.
  • Strong hands-on experience with Playwright — mandatory.
  • Hands-on mobile automation experience — mandatory using Appium, Espresso, XCUITest, or equivalent.
  • Strong experience in API/backend automation using REST or GraphQL.
  • Good knowledge of SQL for database validation.
  • Strong programming and automation skills.
  • Experience integrating automation into CI/CD pipelines.
  • Practical experience using AI coding assistants such as Claude, GitHub Copilot, Cursor, or similar.
  • Ability to independently own automation initiatives.

Good to Have

  • Experience testing AI/LLM, chatbot, conversational AI, or voice bot products.
  • Experience with Langfuse or similar LLM observability tools.
  • Experience with Datadog or similar APM tools.
  • Experience with GitHub Actions, Jenkins, or similar CI/CD tools.
  • Exposure to performance/load testing tools such as k6 or JMeter.

This Role Is Not For

  • Candidates whose experience is primarily in manual testing.
  • Candidates with limited hands-on coding or automation experience.
  • Candidates without practical Playwright experience.
  • Candidates without mobile automation experience.
  • Candidates who have only executed test cases on an existing framework without meaningful automation ownership.

Why MyOperator?

Work on an AI-first customer operations platform used by 12,000+ businesses, and build automation across web, backend, mobile, and AI workflows while working closely with engineering teams.

If you enjoy writing automation code, solving complex testing problems, and taking end-to-end ownership, we'd love to hear from you.

Read more
ProofofSkill

Remote only · 2 - 5 years · ₹4L - ₹7L / yr · Raised funding · Remote only · Posted 13 Aug 2026

skill iconReact.js
TypeScript
skill iconNextJs (Next.js)
frontend
backend
+8 more

We’re reimagining how users interact with SaaS products and looking for a founding engineer to help build the first version from zero alongside a founder with experience building at HubSpot, Asana, and Datadog.



Role

We are hiring a Founding Engineer with strong frontend, product, and design instincts. You will work directly with the founder to shape the product, prototype quickly, make architecture decisions, think through user problems, and turn an early thesis into a working product.

The ideal person is a builder — someone who can move from an ambiguous idea to prototype, from prototype to usable product, and from usable product to scalable architecture. You should be excited by the opportunity to change how users interact with software and, eventually, the internet itself.

What You’ll Build

You will help build the first version of our core product, including:

  • An SDK powered by frontier AI models and modern product experience protocols
  • Backend services with rules, resolution logic and intent inference
  • Early prototypes that help us test different wedges with customers
  • Production-ready systems as the product direction becomes clearer

This role will likely span React, TypeScript, Next.js, backend APIs, databases, event tracking, and AI-assisted workflows.

Required Experience

  • 2–5 years of software engineering experience, or equivalent demonstrated ability
  • Strong frontend engineering experience with React and TypeScript
  • Ability to design clean, scalable frontend component architecture
  • Experience with backend APIs and databases
  • Experience taking ambiguous product ideas and turning them into working software

Strong Plus

  • Experience building 0-to-1 products
  • Experience at an early-stage startup
  • Experience building SaaS products

What Success Looks Like

In the first 30 days, you will:

  • Understand our thesis, target customer, and product direction
  • Help refine the first product wedge
  • Build and iterate on early prototypes
  • Set up core frontend and backend foundations
  • Move quickly across product, design, and engineering decisions

In the first 60–90 days, you will:

  • Ship the first usable product prototype
  • Help build demo experiences that clearly communicate the product vision
  • Create the first version of the adaptive frontend architecture
  • Help test the product with early users, customers, or design partners
  • Identify what should become production-grade versus what should remain experimental

Leadership Opportunity

This is a founding role with significant upside.

For the right person, strong performance can lead to a leadership position as the company grows. We are looking for someone who can become a long-term technical and product partner — someone who can help build the first version, shape the architecture, hire future engineers, and potentially lead major parts of the engineering organization.

This is an opportunity to join at the earliest stage and help define both the product and the company.

Why Join

  • Build from zero with high ownership
  • Work directly with the founder
  • Help create a new category of software
  • Own meaningful technical decisions from day one
  • Opportunity to join the leadership team as the company scales


Read more
Browse more Fullstack Developer Jobs in India
ChicMic Studios
Akanksha Mittal
Posted by Akanksha Mittal

Mohali · 3 - 5 years · ₹6L - ₹13L / yr · Profitable · Posted 13 Aug 2026

skill iconReact.js
skill iconJavascript
ES6+
TypeScript
skill iconRedux/Flux
+2 more

Experience Required: 3-5 Years

No. of vacancies: 2

Job Type: Full Time

Vacancy Role: WFO


Job Description

We are looking for a skilled React.js Developer to build dynamic, responsive, and high-performing web applications. This role requires strong expertise in modern JavaScript, React.js, and front-end best practices, along with a passion for creating seamless user experiences.


Roles & Responsibilities

  • Develop and maintain high-quality web applications using React.js.
  • Translate UI/UX designs into efficient, functional components.
  • Optimize components for maximum performance across a range of web-capable devices and browsers.
  • Collaborate with cross-functional teams, including designers and back-end developers, to create seamless user experiences.
  • Write clean, reusable, and well-documented code.
  • Troubleshoot, debug, and upgrade existing software.
  • Stay updated with emerging trends and technologies in front-end development.


Qualifications

  • Strong proficiency in JavaScript and Typescript.
  • Thorough understanding of React.js and its core principles.
  • Experience with popular state management libraries like RTK, Redux or Context API.
  • Familiarity with RESTful APIs and modern front-end build pipelines and tools.
  • Hands-on experience with code versioning tools like Git.
  • Knowledge of modern authorization mechanisms, such as JSON Web Token (JWT).
  • Familiarity with front-end development tools such as Babel, Webpack, and NPM.


Read more
Browse more Frontend Developer Jobs in India
Wissen Technology

at Wissen Technology

4 recruiters
Priyanka Kadur
Posted by Priyanka Kadur

Hyderabad · 2.11 - 10 years · ₹15L - ₹28L / yr · Profitable · Posted 12 Aug 2026

skill iconNodeJS (Node.js)
TypeScript
Apache Kafka
skill iconReact.js
SQL
+1 more

What role will you play? 

As a Full Stack Engineer, you will play a pivotal role in our development team, bridging the gap between the visual elements and the server-side infrastructure. You will be instrumental in developing full-fledged, scalable applications by combining the art of design with the science of programming. With your expertise in both front-end and back-end technologies, you will ensure the entire stack is designed and built for speed and functionality.  

Your day to day will involve designing and developing dynamic, high-quality web applications, leveraging the Node.js and python for the back end services and React/Angular for the front end. Close collaboration with UI/UX designers will be essential, allowing you to bring web designs to life while ensuring high performance and responsiveness. Additionally, you will actively participate in coding, debugging, and testing to deliver reliable solutions whilst also working closely with other developers, designers, and product managers, fostering a collaborative environment to meet project goals and deadlines effectively. 

What you offer 

  • Proficiency in Typescript and a good understanding of React  
  • Solid experience with the Node.js, including the ability to develop RESTful APIs 
  • Experience with containerisation of service using Docker 
  • Knowledge of modern authorisation mechanisms, such as JSON Web Token (JWT)  
  • Familiarity with SQL databases, such as PostgreSQL 
  • Experience with Kafka or other event driven tools and tech 
  • Nice to have some experience integrating with LLMs through open AI, Gemini etc. 
  • Nice to have exposure to AI tooling – Claude, Copilot, Cursor etc. 
  • AWS experience is a nice to have 


Read more
Browse more Fullstack Developer Jobs in Hyderabad | Fullstack Developer Job openings in Hyderabad
IntelliSavvy

at IntelliSavvy

1 candid answer
Shalini Jaiswal
Posted by Shalini Jaiswal

Visakhapatnam, Hyderabad · 5 - 10 years · ₹6L - ₹15L / yr · Profitable · Posted 12 Aug 2026

Playwright
Test Automation (QA)
Automation
skill iconJavascript
TypeScript
+6 more

Job Title: QA Engineer – Playwright Automation

Location: Visakhapatnam/Hyderabad

Experience: 5+ Years

Employment Type: Full-Time

Job Summary

We are looking for a detail-oriented QA Engineer with five or more years of experience in manual and automation testing. The ideal candidate should have strong hands-on experience in web test automation using Playwright and JavaScript or TypeScript.

The candidate will be responsible for designing, developing, maintaining, and executing automated test scripts to ensure the quality, reliability, and performance of web applications. This role requires close collaboration with developers, product managers, and business stakeholders throughout the software development lifecycle.

Key Responsibilities

  • Design, develop, maintain, and execute automated test scripts using Playwright.
  • Build and maintain scalable automation frameworks using JavaScript or TypeScript.
  • Perform manual and automated functional, regression, integration, smoke, and sanity testing.
  • Create and maintain test plans, test scenarios, test cases, test data, and test execution reports.
  • Identify, document, track, retest, and verify software defects.
  • Collaborate with developers to troubleshoot and resolve application issues.
  • Participate in requirement analysis and provide feedback from a QA perspective.
  • Perform API testing using Postman or similar tools.
  • Validate application and database data using SQL queries.
  • Integrate automated test suites into CI/CD pipelines.
  • Monitor automated test execution results, analyze failures, and report defects.
  • Improve test automation coverage, framework stability, and execution efficiency.
  • Perform cross-browser and cross-platform testing.
  • Ensure applications meet defined quality standards before production release.
  • Participate in Agile ceremonies, including sprint planning, daily stand-ups, reviews, and retrospectives.

Required Skills

  • Five or more years of experience in software testing, including manual and automation testing.
  • Strong hands-on experience in web automation testing using Playwright.
  • Strong knowledge of JavaScript or TypeScript.
  • Experience developing and maintaining automation frameworks.
  • Experience with Page Object Model or similar automation design patterns.
  • Strong experience in functional, regression, integration, smoke, and sanity testing.
  • Experience in test planning, test case design, execution, and defect management.
  • Experience in API testing using Postman or similar tools.
  • Experience with defect tracking tools such as Jira or Azure DevOps.
  • Familiarity with Git version control.
  • Working knowledge of SQL for database validation.
  • Understanding of SDLC, STLC, Agile, and Scrum methodologies.
  • Strong analytical, debugging, and problem-solving skills.
  • Good written and verbal communication skills.

Preferred Skills

  • Experience with CI/CD tools such as Jenkins, GitHub Actions, or Azure DevOps Pipelines.
  • Familiarity with Node.js, npm, and Playwright Test Runner.
  • Experience testing REST APIs and microservices.
  • Knowledge of cross-browser and cross-platform testing.
  • Exposure to performance testing tools such as JMeter or K6.
  • Exposure to security testing concepts or tools.
  • Familiarity with cloud platforms such as AWS or Azure.
  • Experience with Docker or containerized test environments is an added advantage.

Qualification

Bachelor’s degree in Computer Science, Information Technology, Engineering, or a related field.

Read more
Browse more Automation Jobs in Hyderabad | Automation Job openings in Hyderabad
P99soft
Uma Sahithya Parimi
Posted by Uma Sahithya Parimi

Hyderabad · 4 - 7 years · ₹6L - ₹18L / yr · Profitable · Posted 11 Aug 2026

skill iconReact.js
skill icontailwindcss
skill iconRedux/Flux
skill iconJavascript
Unit testing
+1 more

Position: Sr. React Developer

Experience: 3 - 6 Years

Location: Hyderabad (Hybrid)

Job Summary

P99soft is looking for a skilled React Developer with 3 - 6 years of hands-on experience, including expertise in TypeScript, unit testing frameworks (Jest & React Testing Library), and micro-frontend architecture. The ideal candidate will have strong proficiency in building scalable, high-performance web applications using React and modern front-end technologies.

Key Responsibilities:

  • Develop, test, and maintain responsive web applications using React.js and TypeScript
  • Implement and maintain unit tests using Jest and React Testing Library
  • Build scalable UI components with micro-frontend architecture
  • Collaborate with UX/UI designers and backend developers to deliver high-quality solutions
  • Write clean, modular, and maintainable code following best practices
  • Integrate RESTful APIs and third-party services
  • Troubleshoot and debug issues, and optimize performance across platforms
  • Participate in code reviews, agile ceremonies, and sprint planning
  • Ensure cross-browser compatibility and mobile responsiveness
  • Maintain technical documentation and contribute to knowledge sharing

Required Skills:

  • Strong proficiency in React.js, including hooks, lifecycle methods, and state management
  • Expertise in TypeScript
  • Solid understanding of JavaScript (ES6+), HTML5, CSS3, and Tailwind CSS
  • Experience with Redux, React Router, and UI libraries like Material UI or Ant Design
  • Practical experience with unit testing using Jest and React Testing Library
  • Familiarity with micro-frontend architecture
  • Experience integrating and consuming RESTful APIs
  • Good understanding of Git and version control practices
  • Hands-on experience with Webpack, Babel, and modern build tools
  • Familiarity with Agile/Scrum methodologies

Benefits

  • Competitive salary and performance-based bonuses.
  • Comprehensive health insurance.
  • Paid time off and flexible working hours.
  • Professional development opportunities and support for continuing education. Udemy Learning Licenses to enhance skills and stay up-to-date with the latest technology.

P99soft is an equal-opportunity employer

P99soft is an equal-opportunity employer. At P99soft, we are committed to providing equal employment opportunities regardless of job history, disability, gender identity, religion, race, color, caste, marital/parental status, veteran status, or any other special status. We stand against the discrimination of employees and individuals and are proud to be an equitable workplace that welcomes individuals from all walks of life if they fit the designated roles and responsibilities.

Life@P99soft

At P99soft, we believe in creating a work environment that balances professional excellence with personal well-being. Our vibrant office culture is built on mutual respect, inclusivity, and a shared passion for innovation. We host regular team-building activities, workshops, and social events to foster a sense of community and collaboration among our employees. Join us and be part of a team that values your contributions and supports your growth

About Us

P99soft is a leading IT Services and IT Consulting company dedicated to making our customers' business operations seamless by providing them with digital services and applications using the latest technologies. We are committed to bringing excellence to all our creations. We need passion, empathy, and being customer-focused to achieve technical excellence. We believe in transparency through open communication and work with honesty and integrity while dealing with our customers and partners.

Our Vision: “To lead digital transformation for our customers, delighting them at every step, while empowering our employees and fostering success.”

Our Mission: “To attain our objectives within a framework of integrity, transparency, and respect for our clients, employees, partners, and the community, fostering mutual trust and sustainable growth.”

Journey towards digital transformations begins here. Our talented teams help you make informed decisions, enhance operation efficiencies, create state-of-the-art visual interfaces, and design dynamic workflows to bring a better customer experience. Our engineering teams take complete ownership of assigning the right talent and architecting solutions using the latest technologies.


Read more
Browse more Frontend Developer Jobs in Hyderabad | Frontend Developer Job openings in Hyderabad
KnackLabs

at KnackLabs

5 recruiters
Archita Srivastava
Posted by Archita Srivastava

Hyderabad · 4 - 8 years · ₹15L - ₹25L / yr · Bootstrapped · Posted 10 Aug 2026

skill iconPython
TypeScript
skill iconJavascript
Large Language Models (LLM)
Agentic AI
+1 more

Location: Hyderabad, India (home base), deployed at client sites in India. Occasional Middle East exposure possible.

About the Role

You will work as a senior AI engineer who embeds inside a customer's business. Your job is to learn how the business makes money, find the highest value problem, and build a working system that solves it.


Four behaviors define this role:

  1. Go where the work happens. You work onsite with the customer, in the room where decisions are made.
  2. Show working software early. You build a prototype in days, not a document in weeks.
  3. One person owns the outcome. You are the single point of accountability for the result.
  4. Stay after go-live. You keep running and improving the system after launch.


You are the single point of accountability. You are not a solo builder. A full KnackLabs engineering team in Hyderabad builds and runs the production systems behind you.


This role involves extended onsite deployments at client locations in other cities, sometimes up to six months at a stretch. Please apply only if you are ready for this way of working.

What you'll own

  1. Discovery - Learn how the customer makes money. Find the highest value problem to solve first.
  2. The prototype - Build a working prototype fast, using real or sample data, to prove the idea.
  3. The roadmap - Decide what to build, in what order, and set clear success measures tied to business outcomes.
  4. The build - Design and ship the production system with the Hyderabad engineering team. This includes data integration, agents, retrieval, and evaluations.
  5. The client relationship - Be the trusted technical contact for the customer, from engineers to senior leaders.
  6. Go live and after - Deploy the system, watch how it performs, fix problems, and improve it over time.
  7. Feedback to the product - Share what you learn in the field so the vendor's product and our internal tools get better.


What we are looking for

  1. Around 4 or more years of software engineering experience, including customer-facing or client delivery work.
  2. Strong programming skills in Python. Working knowledge of TypeScript or JavaScript.
  3. A full-stack development experience with strength in backend technologies.
  4. Production experience with large language models, including prompt engineering and agent development.
  5. You build with AI coding tools like Claude Code or Codex as your default way of working, and you have shipped real apps or agents this way.
  6. Experience building retrieval-augmented generation (RAG) systems: chunking, embeddings, vector databases, retrieval, and reranking.
  7. Experience building and deploying AI systems.
  8. Experience integrating with APIs and enterprise systems.
  9. Experience with at least one cloud platform (AWS, Azure, or GCP).
  10. Clear communication. You can explain a technical choice to an engineer and to a business leader.
  11. High ownership and comfort with ambiguity. You can take an unclear problem and turn it into a plan.
  12. Willingness to work onsite at client locations in India for extended periods, and to travel as the work needs.

Nice to have

  1. Experience with on-premises or private cloud (VPC) deployments.
  2. Experience with observability and tracing tools such as LangSmith or Braintrust.
  3. Experience with data engineering and pipelines.
  4. A history of side projects, open source contributions, or products you shipped end-to-end.
  5. Experience in embedded or forward-deployed roles before.
  6. Experience working at a consulting or professional services firm in a client-facing delivery role.

Stack and tools

  1. Languages: Python and TypeScript.
  2. Models: Claude and other frontier or open-source models, chosen to fit the customer.
  3. AI patterns: RAG, agents, prompt engineering, and evaluations.
  4. Vector and retrieval: vector databases and retrieval pipelines.
  5. Cloud: AWS, Azure, or GCP, on public or private cloud.
  6. Integration: REST APIs and enterprise system connectors.


Read more
Browse more Python Jobs in Hyderabad | Python Job openings in Hyderabad
KDK Software
Priyanka Khandelwal
Posted by Priyanka Khandelwal

Jaipur · 4 - 6 years · ₹6L - ₹8L / yr · Profitable · Posted 8 Aug 2026

AI-Assisted Development
Vibe Coding
GitHub Copilot
Artificial Intelligence (AI)
Cursor AI
+13 more

Location: Jaipur, Rajasthan (Work From Office)

Experience: 4+ Years

Job Type: Full-Time


We're looking for an AI Assisted Developer who is passionate about building modern applications using AI-powered coding tools. You'll leverage AI to accelerate development while delivering scalable, high-quality software solutions.


Key Responsibilities

  • Build scalable web applications, APIs, and automation workflows.
  • Leverage GitHub Copilot, Cursor, Claude Code, ChatGPT, and similar AI tools to improve development productivity.
  • Optimize AI prompts and workflows for efficient coding.
  • Apply best practices in system design, TDD, debugging, testing, and code reviews.
  • Collaborate with Product, QA, and DevOps teams to deliver high-quality software.
  • Stay up to date with emerging AI development tools and technologies.


Requirements

  • 4+ years of software development experience.
  • Proficiency in Python, JavaScript/TypeScript, or Go.
  • Experience with React, Node.js, or modern development frameworks.
  • Hands-on experience with GitHub Copilot, Cursor, Claude Code, ChatGPT, or similar AI coding tools.
  • Strong understanding of Git, CI/CD, SQL/NoSQL, system design, and software engineering principles.
  • Excellent problem-solving and communication skills.


Preferred: Experience with LangChain, LangGraph, OpenAI APIs, FastAPI, Agentic AI, MCP, Prompt Engineering, AI Automation, or AWS/Azure/GCP.


Apply Now

Application Form: https://zfrmz.com/pAKb2ynfomIsuNwRfRbV?utm_source=cutshort

Read more
Browse more Fullstack Developer Jobs in Jaipur | Fullstack Developer Job openings in Jaipur
Fortunefootprints.com

at Fortunefootprints.com

5 recruiters
Rupanjali Sen
Posted by Rupanjali Sen

Chennai, Bengaluru (Bangalore) · 7 - 10 years · ₹30L - ₹45L / yr · Profitable · Posted 7 Aug 2026

skill iconPython
TypeScript

What You Bring • Bachelor’s degree in computer science, Software Engineering, or related field with 7+ years of relevant professional experience. • Deep production experience with Python and JavaScript/TypeScript across backend and frontend, with demonstrated ability to work comfortably across the full stack. • Strong experience with modern frontend frameworks (such as Next.js or React) and backend API development. • Extensive experience with cloud platforms (AWS preferred; Azure or GCP also valued), including infrastructure-as-code tools (such as CloudFormation or Terraform). • Deep Working knowledge of multiple database paradigms, including relational databases (such as PostgreSQL), document databases, and key-value stores (such as Redis), with the ability to select the right storage technology for each problem. • Strong experience with CI/CD pipelines (such as GitHub Actions), containerisation, and production deployment strategies. • Demonstrable fluency with AI coding tools (such as Claude Code, Cursor, GitHub Copilot, or similar) and proven ability to design agentic engineering workflows and train teams on AI-augmented development practices. • Hands-on experience architecting production generative AI applications (LLM integrations, vector databases, RAG systems, evaluation pipelines) is essential. • Experience leading technical initiatives across multiple teams, mentoring engineers, and establishing engineering practices is required. • Experience navigating ambiguous problem spaces, working directly with business stakeholders and end users, and shipping working solutions rapidly is required. • Experience in an embedded, forward-deployed, or consulting-style engineering model is a strong plus. • Must have exceptional communication skills and demonstrated ability to influence at senior levels. This role requires comfort leading across ambiguous environments, building trust-based relationships with commercial stakeholders at all levels, developing junior and mid-level engineers, and making strategic decisions that balance delivery speed with architectural integrity. You will shape engineering practices across your area and be expected to lead multi-team initiatives.  

Read more
Browse more Python Jobs in Chennai | Python Job openings in Chennai
Myzone Ai

Remote only · 3 - 20 years · $20K - $35K / yr · Profitable · Remote only · Posted 31 Jul 2026

Agentic AI
AI Agents
Multi-agent Systems
Generative AI
skill iconReact.js
+7 more

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.


Read more
Browse more Fullstack Developer Jobs in India
It is building the future of sleep and recovery

It is building the future of sleep and recovery

Agency job
via Talentojcom by Bhavesh Kiroula

Bengaluru (Bangalore) · 0 - 2 years · ₹0.1L - ₹8L / yr · Posted 31 Jul 2026

skill iconReact Native
skill iconJavascript
TypeScript

Role Overview

As an Associate Software Development Engineer (React Native), you will work closely with the product and engineering teams to build, maintain, and enhance mobile applications. This role is ideal for fresh graduates or early-career developers who can demonstrate their skills through projects, internships, hackathons, or open-source contributions.


Key Responsibilities

  • Develop and maintain mobile applications using React Native.
  • Collaborate with designers, product managers, and engineers.
  • Integrate REST APIs and third-party services.
  • Write clean, maintainable, and scalable code.
  • Participate in testing, debugging, and optimization.
  • Learn and adopt modern software engineering practices.
  • Preferred Technical Skills
  • Strong understanding of JavaScript and TypeScript fundamentals.
  • Familiarity with React and React Native development.
  • Understanding of mobile architecture, state management, and navigation concepts.
  • Experience consuming REST APIs.
  • Understanding of authentication, networking, and JSON handling.
  • Knowledge of Git and version control workflows.
  • Understanding of DSA, OOP, and debugging techniques.
  • Familiarity with Android and iOS deployment processes is a plus.


Nice to Have

  • Experience with Expo or React Native CLI.
  • Familiarity with Redux, Zustand, or Context API.
  • Basic backend exposure using Node.js, Golang, or Express.js.
  • Knowledge of PostgreSQL, MongoDB, or Firebase.
  • Exposure to AWS or cloud platforms.
  • Personal projects, internships, hackathons, or open-source contributions.


Candidate Profile

  • Passionate about mobile app development.
  • Strong problem-solving and analytical skills.
  • Eager to learn in a fast-paced startup environment.
  • Demonstrates ownership, curiosity, and collaboration.
Read more
Browse more React Native Jobs in India
Auxo AI

Bengaluru (Bangalore), Mumbai, Hyderabad, Gurugram · 3 - 10 years · ₹10L - ₹55L / yr · Raised funding · Posted 29 Jul 2026

Fullstack Developer
skill iconReact.js
skill iconJavascript
TypeScript
skill iconHTML/CSS
+3 more

Role : Senior Full Stack Engineer (Frontend Focus)


Location : Hyderabad/Bangalore/Gurgaon/Mumbai


Role Summary


We're looking for a **Senior Full Stack Engineer (Frontend Focus)** to build modern, AI-powered enterprise applications. You'll primarily focus on creating scalable, high-performance frontend experiences using React and Next.js, while contributing to backend services, APIs, and AI integrations where needed. You'll work closely with Product, Design, and AI teams to build intuitive, performant, and production-ready applications.


Minimum Qualifications


* 3–7 years of software engineering experience.

* Strong experience with React, Next.js, TypeScript, JavaScript, HTML, and CSS.

* Experience building and shipping production-grade frontend applications, including enterprise dashboards and data-intensive applications.

* Strong understanding of frontend architecture, state management (Redux, Zustand, Context API, or similar), rendering lifecycle, and performance optimization, including code splitting, lazy loading, bundle optimization, caching strategies, and Core Web Vitals.

* Experience building complex UI experiences using modern frontend technologies, including data visualization, Canvas, WebGL, Service Workers, and Web Workers.

* Experience building and integrating REST APIs and backend services using Node.js.


Preferred Qualifications


* Experience building AI-powered applications or AI agents using LangChain, LlamaIndex, CrewAI, or similar AI frameworks.

* Experience with vector databases and Retrieval-Augmented Generation (RAG) applications.

* Experience with DevOps practices and cloud platforms such as AWS, Azure, or GCP.

* Experience with Docker and Kubernetes.

* Experience building reusable component libraries, design systems, or micro-frontend architectures.

Read more
Browse more Frontend Developer Jobs in Mumbai | Frontend Developer Job openings in Mumbai
Get to hear about interesting companies hiring right now
Company logo
Company logo
Company logo
Company logo
Company logo
Linkedin iconFollow Cutshort
Why apply via Cutshort?
Connect with actual hiring teams and get their fast response. No spam.
Find more jobs
Get to hear about interesting companies hiring right now
Company logo
Company logo
Company logo
Company logo
Company logo
Linkedin iconFollow Cutshort