Harper’s cover photo
Harper

Harper

Software Development

Denver, Colorado 2,756 followers

One system. Breakthrough web performance. Database, cache, messaging & applications seamlessly fused.

About us

Harper takes the "stack" out of "tech stack" by combining ultra-fast data storage, caching, application, and streaming systems into a single, distributed technology. This eliminates the need for complex integrations between distributed systems, latency-inducing network hops, and time-consuming development cycles that plague other distributed system strategies. With Harper, you can deliver services previously considered unfeasible to build and maintain. Its exceptional performance, ultra-low latency, radical simplicity, and unmatched cost efficiency make it a game-changer for global-scale service delivery. Share your backend service requirements with us, and we'll demonstrate how a distributed systems technology can simplify and accelerate your mission-critical services.

Website
https://www.harper.fast
Industry
Software Development
Company size
11-50 employees
Headquarters
Denver, Colorado
Type
Privately Held
Founded
2017
Specialties
Database Software, noSQL Database, SQL Database, HTAP, IoT, Data Management, Edge Computing, web3, hybrid cloud, app development, cloud computing, decentralization, distributed computing, IIoT, data fabric, NewSQL, distributed database, development platform, enterprise database, application development, edge database, cloud database, PaaS, DBaaS, Data Streaming, Data Caching, and Application Platform

Locations

Employees at Harper

Updates

  • We’re hiring a Forward Deployed Engineer. Harper works with some of the world’s largest enterprises to build and deploy production systems at meaningful scale. We’re looking for an experienced technical leader who can work directly with customers and partners to turn complex requirements into working solutions. You’ll move between architecture, development, technical delivery, presales and partner enablement—helping customers understand what is possible, then building it alongside them. The role also offers the opportunity to spend your days working with Harper, a unified platform that brings application logic, data, caching and messaging together in one distributed runtime. You’ll help organizations improve performance, reduce operational complexity and deliver technology at scale. The ideal candidate brings deep enterprise experience, a strong development foundation, AI fluency and the ability to own customer problems from the initial conversation through successful deployment. This is a remote, high-ownership role for someone who wants to build consequential systems and help shape an emerging category of software infrastructure. Learn more and apply: https://lnkd.in/g-fdiPRZ #ForwardDeployedEngineer #EnterpriseSoftware #NowHiring #Hiring

  • Web personalization is a platform decision. The architecture behind it determines whether teams can use live data, where application logic runs, how many systems must stay synchronized, what global latency looks like, and how costs behave as traffic grows. After benchmarking Harper against a Vercel-based architecture on personalized data, we wanted to examine the broader landscape: What are the most common ways organizations architect personalization, and what does each approach optimize for? We evaluated five architectures: → Static variant generation → Edge personalization → Server-side rendering with a separate data tier → Client-side personalization → A unified runtime We then compared them across the factors that matter at the systems level: → Data freshness → Latency → Personalization depth → Operational complexity → Cost at scale → Crawler visibility → Elasticity → Platform maturity There is no architecture that wins every category. But the trade-offs become much clearer when you evaluate personalization as a system that many development teams will have to build, operate, and evolve. See how the five architectures compare: https://lnkd.in/g2en6zum #SoftwareArchitecture #WebPersonalization #EnterpriseArchitecture #PlatformEngineering #WebPerformance

    • Chart titled "Latency and Data Freshness by Architecture," making the article's core argument visually: personalization forces a tradeoff between fresh data and low latency, and only one architecture escapes it. Each architecture is drawn as routes from users up to their data; line length stands for latency, and node color for freshness (teal is live, orange is stale cache). The point is the pattern across the five. Static is fast but frozen on stale cache. Edge, Server, and Client all reach genuinely live data but pay for it with long lines, the network hop back to a distant origin database, and users far from that region pay most. Client even layers stale caches on top of that hop. Each is a different way of living with the gap between where compute runs and where fresh data lives. The Unified runtime alone shows short lines to live data: by co-locating compute and data, it is both fresh and fast at once, with no distance to manage.
  • We put Vercel and Harper head-to-head across 474 tests and 843,240 requests. Harper came out 4 to 14x faster on live, personalized reads. To be fair, Vercel's paid instance with their global CDN was 4ms faster than the free Harper cluster for static data. But personalized reads can't be cached, and Vercel's caching superpower quickly becomes a crutch that limits performance. So, it's your call: will you spend more for slow personalization with Vercel, or speed things up with Harper? See all the results: https://lnkd.in/g3KPqqBX

  • Harper reposted this

    This week on The Business of Open Source I have an episode with Stephen G. about the process of going from closed source to open source at Harper. It's the second episode in the series, the first one was with Ethan Arrowood, who brought a different perspective to the transition. We talked mostly about the advantages of going open source, both expected and unexpected. Stephen expected that going from closed to open source would shortened the company's sales cycle, or at least reduce the amount of involvement from sales engineers during the evaluation phase, because prospects are able to evaluate the product themselves. That has absolutely happened. What he didn't expect was for support costs to go down, because customers can debug for themselves, send in very detailed bug reports when necessary, often having identified exactly where in the code there's a problem. It's also easier for customers to see when the "bug" is actually a problem on their end, and make the changes necessary without ever needing assistance from Harper. And the rise of agentic engineering has also been an unexpected advantage. Being able to direct an agent directly to the codebase rather than to the docs makes the agents much more able to build on top of and in general deploy Harper, so much so that Stephen wonders if open source will be the default for enterprise software in the future. Check out the episode here: 👇 https://lnkd.in/etiRJV-y

    • No alternative text description for this image
  • View organization page for Harper

    2,756 followers

    There are a million ways to build a product that looks the same from the outside. But what happens underneath — the architecture, indexing, caching, data model, runtime, and execution path — determines how fast, reliable, and scalable that product can actually be. At Harper, we take those decisions seriously. Our goal is to remove as much infrastructure burden from engineering teams as possible by making strong technical decisions deep in the platform. That means developers can build with confidence, without having to stitch together a stack and optimize every layer themselves. A great example of this appears in Harper 5.1, which introduces major improvements to HNSW vector search using INT8 quantization. The result: → ~3x smaller indexes → ~5x better search throughput → p99 latency for vector lookups reduced from ~9s to ~0.5s under load → enabled by default for new HNSW indexes For teams building semantic search, recommendations, RAG systems, AI agents, or any application that depends on fast vector retrieval, these details matter. And with Harper, those details are built into the runtime. Read the full article from Kris Zyp: https://lnkd.in/gxB_VGGn #VectorSearch #AIEngineering #SemanticSearch #RAG #ApplicationPerformance #Harper

  • View organization page for Harper

    2,756 followers

    This is what a unified runtime looks like. Database, API, logic, and host in one Harper component, one process. Wild Willows shows it off, but the shape fits any app. Beautiful work, Bailey Dunning. #UnifiedRuntime #AgenticEngineering #DeveloperTools #BuildInPublic

    I released a cozy sandbox game for free on itch, and built the backend as a single Harper component. Wild Willows is a nature restoration sim where you gather, craft, plant, and bring a wild preserve back to life across multiple biomes. Each biome has its own animals, resources, and food web. The database, API, content, and static web host all live in one Harper component. The game logic is written as Harper resources, so the same code can run hosted online or fully offline inside the desktop build. Would love feedback from anyone who checks it out. How I built it: https://lnkd.in/gvzBqYF6 Download and play it free: https://lnkd.in/gn4vpRF5

  • View organization page for Harper

    2,756 followers

    A coding agent can look brilliant in a sandbox. But production systems are not sandboxes. They have history, customers, security rules, dependencies, and a real blast radius. Stephen G. captures that distinction beautifully in this piece, making a complex architectural idea feel clear, practical, and urgent. His core point is that agentic engineering only scales when agents operate within an opinionated architecture. That means: • Shared context • Narrow scope • Deterministic guardrails • Clear system boundaries • A runtime agents can reason inside That is the difference between “vibe coding” and real agentic engineering. Give agents structure, and they stop improvising. Give them Harper, and agentic engineering starts to scale. https://lnkd.in/gD7bCP-V #AgenticEngineering #AI #SoftwareEngineering #Architecture #Harper

  • View organization page for Harper

    2,756 followers

    Going open source means a few big calls you basically can't take back. Ethan sat down with Emily Omier to walk through how Harper made the move: the licensing, the timeline, where we'd do it differently.

    If you're going to open source a piece of your codebase... or go from being a 'closed-source' to an 'open source' company... do you have to get everything right? What is the margin for error? In this podcast with Ethan Arrowood, we talked a lot about getting things right. About doing open source the 'right' way. About not making mistakes (or at least not too many of them) in the process of going from closed to open source. About choosing the right license the first time. Let's face it: You will not get everything right. I recently had a potential client reach out to me and explicitly say they needed to get it all right; as I consultant I can help you reduce mistakes but not completely eliminate them. But it's true, there are some high-stakes decisions when you decide that you should go from closed to open source. You don't want to leave your lunch out in the open so the wolves can eat it; make them work hard for it. In this first installment of what will be a series on going from closed to open source at Harper, Ethan talked about the thought process, the timeline and the preparation for going open source. Next time he'll talk about the results :). I've put the link in the comments because apparently that's how I get more views.

    • No alternative text description for this image
  • View organization page for Harper

    2,756 followers

    AI is moving fast. Harper 5.1 makes it easier to move with it. In his latest post, Kris Zyp breaks down the new AI stack in Harper 5.1, including: ✅ A provider-agnostic Models API for OpenAI, Anthropic, Bedrock, and Ollama ✅ Built-in agent loops with toolMode: 'auto' ✅ Hard budget controls for cost, tokens, and tool iterations ✅ Parallel tool execution for lower-latency agent workflows ✅ An opt-in Harper Agent component for operator-level tasks like reading logs, deploying components, and adjusting configuration The big idea: AI shouldn’t feel bolted onto your application stack. With Harper 5.1, models, tools, data, application logic, and operational visibility can work together inside the same unified runtime. That means developers can build AI features like summarization, classification, RAG, agentic workflows, and operational agents with less infrastructure to wire together. If you haven’t built an AI application with Harper yet, now is the best time to jump in. Read Kris’s full post here: https://lnkd.in/g6v77GA4

  • View organization page for Harper

    2,756 followers

    This is an incredible achievement for the team at Harper. We are beyond honored to be named alongside other technologies that will be shaping the agentic engineering era. Really proud of all the work the team did to raise this awareness.

    View organization page for Harper

    2,756 followers

    Harper has been named a Sample Vendor in the Gartner® Hype Cycle™ for Digital Commerce, 2026 in the Front-End Cloud category. Front-end cloud helped modern teams build and deploy faster. But as digital commerce applications move deeper into production, the architecture underneath matters more than ever. Harper brings data, application logic, messaging, and agent development together in a unified runtime, reducing the complexity that comes from stitching together separate services for every part of the stack. For teams building high-performance digital commerce experiences, we believe the next evolution of front-end cloud is not just about where apps are deployed. It is about what the runtime can do. Read the announcement: https://lnkd.in/g4NK7eCV GARTNER is a registered trademark and service mark, and HYPE CYCLE is a registered trademark of Gartner, Inc. and/or its affiliates. Gartner does not endorse any vendor, product or service depicted in its research publications.

Similar pages

Browse jobs