软件开发工程师II(前端) - 机会
Software Development Engineer II (Frontend) - Opportunities
关于HighLevel:
HighLevel是一个由人工智能驱动的业务操作系统,为代理商、企业家和中小型企业提供了构建、自动化和扩展的基础设施。目前,HighLevel已支持全球150多个国家的中小企业,推动以真实客户成果为基础的社区驱动增长。
到目前为止,使用HighLevel运营的企业已产生超过70亿美元的生态系统价值,证明了规模化共享基础设施的影响。通过将对话、自动化和智能集中到一个系统中,我们帮助 businesses 更快地行动,减少复杂性并高效执行。
在平台背后,HighLevel每天处理超过40亿次API调用和25亿条消息事件。拥有250TB的分布式数据、250多个微服务和超过100万个支持的域名,我们的架构专为性能、弹性和长期可扩展性而设计。
我们的团队
HighLevel在全球10多个国家拥有超过2000名员工,是一家以远程办公为主、注重速度和主人翁精神的全球性组织。我们重视主动性、清晰度和执行力,为有抱负的人提供空间,构建支持数百万企业的系统。在这里,创新蓬勃发展,想法受到庆祝,无论人们来自哪里,他们都是第一位的。
我们的影响
每个月,HighLevel为超过100万家企业提供超过15亿条消息、2亿个潜在客户和2000万次对话。这些数字背后是真实的人们在建立独立性、拓展机会和创造可衡量的影响。我们自豪地成为其中的一部分。
在我们的YouTube频道或博客文章中了解更多关于我们的情况
职位描述:
我们正在寻找一位SDE-2前端导向的全栈工程师,负责构建CRM机会的界面,这是CRM的核心交易和管道引擎。机会是客户所有收入动作的记录系统,从潜在客户转化到成交,而管道板是客户日常工作的场所。
这个角色以前端为主。这里的主要难题是界面问题:一个拖放式管道板,在屏幕上显示数千张卡片时仍保持流畅;乐观更新在写入失败时能干净地回滚;从任意客户定义的自定义字段、过滤器和保存视图组装的交易详情视图;在实际使用中依然可靠的过滤器和保存视图;以及当多个人同时在同一个管道中移动交易时,保持所有内容的一致性。做好这一点是成功的关键。
查看英文原文
About HighLevel:HighLevel is an AI-powered business operating system that gives agencies, entrepreneurs and SMBs the infrastructure to build, automate and scale. Today, HighLevel supports SMBs across 150+ countries, fueling community-driven growth rooted in real customer outcomes.
To date, businesses operating on HighLevel have generated over $7 billion in ecosystem value, demonstrating the impact of shared infrastructure at scale. By centralizing conversations, automation and intelligence into one system, we help businesses move faster, reduce complexity and execute efficiently.
Behind the platform, HighLevel powers more than 4 billion API hits and 2.5 billion message events daily. With 250 terabytes of distributed data, 250+ microservices and over 1 million domain names supported, our architecture is built for performance, resilience and long-term scalability.
Our people
With over 2,000 team members across 10+ countries, HighLevel operates as a global, remote-first organization built for speed and ownership. We value initiative, clarity and execution, creating space for ambitious people to build systems that support millions of businesses worldwide. Here, innovation thrives, ideas are celebrated and people come first, no matter where they call home.
Our impact
Every month, HighLevel enables more than 1.5 billion messages, 200 million leads and 20 million conversations for the more than 1 million businesses we support. Behind those numbers are real people building independence, expanding opportunity and creating measurable impact. We’re proud to be a part of that.
Learn more about us on our YouTube Channel or Blog Posts
About the Role:
We are looking for an SDE-2 Frontend-leaning Full-Stack Engineer to build the interface of CRM Opportunities, the deal and pipeline engine at the heart of our CRM. Opportunities is the system of record for every revenue motion our customers run, from lead conversion to closed-won, and the pipeline board is where our customers spend their working day.
This role is frontend-first. The hard problems here are interface problems: a drag-and-drop pipeline board that stays smooth with thousands of cards on screen, optimistic updates that roll back cleanly when a write fails, deal detail views assembled from arbitrary customer-defined custom fields, filters and saved views that hold up under real use, and keeping all of it coherent as several people move deals in the same pipeline at once. Getting this right is the difference between a CRM customers tolerate and one they trust.
You will own frontend features end-to-end in Vue.js, and you will go into the backend as the work requires — extending an API, shaping a response so the client does not have to over-fetch, adding an endpoint that serves the view you are building. You do not need to be a backend specialist; you do need to be unafraid of the server side and happy to work in it rather than filing a ticket. Senior engineers own the broader architecture and are there for design guidance and review.
What You Will Do:
- Own frontend features across Opportunities in Vue.js — the pipeline board, deal detail views, stage and pipeline configuration, filters and saved views, bulk actions, and reporting surfaces
- Build interactions that have to feel instant: drag-and-drop stage moves, inline edits, optimistic updates with clean rollback and clear error states when a write fails
- Make large pipelines fast in the browser — virtualized and windowed lists, pagination and lazy loading, render and re-render cost, bundle size, and time to first meaningful paint on a board with thousands of deals
- Design and maintain client-side state and data-fetching patterns (Pinia/Vuex, caching, invalidation) so the UI stays consistent without redundant round-trips
- Handle concurrency in the interface: live updates when a teammate moves a deal, stale-data detection, and sensible conflict resolution
- Render dynamic, customer-defined schemas — custom fields, custom objects, and per-workspace configuration — without special-casing every variation
- Build reusable, well-composed components, and contribute to the shared design system rather than growing one-off UI
- Work directly from designs, and push back with product and design where an interaction will not hold up in practice
- Extend the backend where your feature needs it: adding or reshaping NestJS API endpoints, trimming over-fetching, and adjusting payloads for the view you are building
- Write tests that matter — component and unit tests, plus end-to-end coverage of the flows customers cannot afford to have broken
- Instrument the frontend: error tracking, real-user performance monitoring, and the event data needed to see how a feature is actually used
- Care about accessibility, keyboard support, responsive layout, and cross-browser behavior as part of shipping, not as a follow-up
- Take part in on-call for the surfaces you own, debug production issues, and contribute to postmortems
- Write clear design docs for the features you own, and participate actively in design and code review
What You will Need:
- 3+ years building and shipping production frontend applications
- Strong JavaScript/TypeScript fundamentals, and depth in a component framework — Vue preferred, React fine if you are willing to work in Vue
- Real experience with complex, stateful interfaces — not just forms and CRUD screens
- Practical grasp of frontend performance: rendering cost, long lists, network waterfalls, bundle size, and how to profile rather than guess
- Comfortable consuming and debugging REST APIs, and confident enough in a backend codebase (Node.js/NestJS or similar) to make the change your feature needs
- Solid CSS and layout skills, and an eye for whether a build matches the design
- Experience shipping and supporting features you wrote — design through deploy
- Comfort working with a degree of ambiguity, asking good questions, and driving a task to done
Preferred Qualifications:
- Built a board, kanban, table, grid, or calendar interface with drag-and-drop and large data volumes
- Exposure to CRM, sales, pipeline, or workflow products
- Experience with dynamic or schema-driven UI — rendering interfaces from customer-defined configuration
- Worked on real-time or collaborative interfaces (WebSockets, polling, optimistic concurrency)
- Experience with multi-tenant SaaS, including white-labelled or themeable products
- Familiarity with Vue 3, Pinia, Vite, and end-to-end testing (Playwright or Cypress)
- Backend experience with Node.js/NestJS and MongoDB
- Product instincts and a portfolio or GitHub of shipped work — we will want to look at interfaces you have built
Tech Skill Set:
Vue.js (Vue 3, Pinia, Vite), TypeScript, modern CSS — backed by Node.js (NestJS) APIs, MongoDB, and Redis, running on a distributed microservices architecture over Istio service mesh.
What Success Looks Like:
- Ships Opportunities frontend features to production reliably, with steadily less guidance over time
- Builds interfaces that stay fast and predictable as workspaces grow from hundreds to millions of deals
- Turns fiddly interaction problems into implementations that hold up in real customer use, not just in a demo
- Leaves the component layer better composed and more reusable than they found it
- Makes the backend change their feature needs instead of waiting on someone else
- Debugs production issues independently and leaves behind better instrumentation than they found
- Grows into owning larger, more ambiguous pieces of the product
EEO Statement:
The company is an Equal Opportunity Employer. As an employer subject to affirmative action regulations, we invite you to voluntarily provide the following demographic information. This information is used solely for compliance with government recordkeeping, reporting, and other legal requirements. Providing this information is voluntary and refusal to do so will not affect your application status. This data will be kept separate from your application and will not be used in the hiring decision.
We encourage you to review our Privacy Policy before submitting your application
Originally posted on Himalayas