In February 2003, an Australian developer named Jason Cleeland uploaded a modest PHP script to SourceForge and called it PHPSurveyor. It let you build a survey in a web browser, collect answers, and see the results. There was no launch event, no venture round, no pitch deck. There was just code, published where anyone could take it, run it, and improve it.
More than two decades later, that script has a name most survey-takers have never seen but whose output many of them have filled out: LimeSurvey. It runs inside universities, government offices, hospitals, market-research firms and volunteer projects in more than 80 countries. And it still does the thing that made it interesting in the first place - it lets you read every line of the code, and, if you like, run the whole thing on your own server for nothing.
01 / What it isThe survey engine, unlocked
LimeSurvey is an online survey platform. You use it to build questionnaires, polls, votes and forms, send them out by link or QR code, and analyze what comes back. On that description alone it sounds like a dozen other tools. The difference is underneath: LimeSurvey is open-source software, licensed under the GNU General Public License, written in PHP and able to sit on top of MySQL, PostgreSQL, MariaDB or MSSQL.
Practically, that means two products living under one roof. There's the Community Edition - free, downloadable, and yours to host wherever you want. And there's LimeSurvey Cloud, the hosted service run by the company, for people who would rather not manage a Linux box, SSL certificates and database backups themselves. Same survey engine. Different amount of plumbing you have to touch.
The feature list reads like a research toolkit rather than a form builder: 30-plus question types, deep conditional logic and branching, piping and micro-tailoring, panel integration, and exports straight into Excel, CSV, R, Stata, SPSS, Word and PDF. That last detail - the statistical exports - is the tell. LimeSurvey was built for people who plan to do something serious with the data once the responses stop coming in.
02 / Who uses itResearchers, first and loudest
Ask around a university department and you'll often find LimeSurvey humming away quietly. The company counts 250-plus universities and research institutions among its users, and it isn't hard to see why academics gravitate to it. When your dataset has to survive peer review, being able to export cleanly into R or SPSS, control exactly how anonymous a response is, and keep the whole thing on an institution's own servers is not a nice-to-have. It's the reason the tool got picked.
But the base is wider than the faculty lounge. Businesses run customer and employee surveys on it. Governments use it for public consultations - the tool was even pressed into service during the 2004 U.S. presidential election to log voting irregularities, reportedly capturing more than 13,500 incidents. Financial institutions, nonprofits, teachers, students: the through-line is people who care where the data lives and who can see it.
03 / The problem it solvesWhose data is it, anyway?
Most survey tools ask you to trust them. You build your survey in their cloud, your respondents' answers land on their servers, and your access to that data lasts exactly as long as your subscription. For a quick office poll, fine. For a longitudinal health study, a government consultation, or anything touching European privacy law, that arrangement starts to itch.
LimeSurvey's answer is to hand you the keys. Self-host it and the survey engine and the responses sit on infrastructure you control. There are no per-response overage fees and no vendor lock-in - if you want to leave, you already have everything. The platform is built to be GDPR-compliant, with anonymous response options and the kind of data-handling controls that let a compliance officer sleep. Cloud users even get to choose their hosting region, EU or US.
04 / How it's differentDepth over gloss
It helps to place LimeSurvey against the tools people know. Typeform is the pretty one, optimized for completion rates and conversational forms. Qualtrics is the enterprise heavyweight, built for complex experience-management programs at large organizations, with a price tag to match. SurveyMonkey is the household name. LimeSurvey competes on a different axis entirely: it trades the polished onboarding for control, transparency and cost.
| Trait | LimeSurvey | Typical SaaS rival |
|---|---|---|
| Open source | Yes (GPL) | No |
| Self-hostable | Yes | Rarely |
| Free tier | Free forever (CE) | Limited |
| Data ownership | Full | Their cloud |
| Stats export (R/SPSS) | Built in | Varies |
| Easiest to start | Steeper | Smoother |
The honest trade-off is right there in the last row. LimeSurvey is not the tool you hand to a non-technical colleague expecting them to ship a branded survey in five minutes; Google Forms or Typeform will win that race. What LimeSurvey gives up in first-run polish it makes back in ceiling - there is very little a serious survey needs that it cannot do, and you never hit an artificial wall labelled "upgrade to unlock."
05 / The businessGive away the software, sell the peace of mind
If the code is free, how does anyone get paid? This is the open-core model, and LimeSurvey runs a clean version of it. The Community Edition is free and always will be. Money comes from LimeSurvey Cloud - tiered subscriptions in the rough range of €29 to €75 a month, plus a custom Corporate tier - and from enterprise managed hosting and support. Students, teachers and verified nonprofits get discounts of up to 50%.
What you're buying, in effect, is not the software. You're buying not having to babysit it: managed servers, security patching, backups, and someone to call. It's a boring, durable business, and it has kept the lights on for over twenty years without a venture round in sight.
06 / The people & the pathFrom SourceForge to Hamburg
Cleeland lit the match in 2003. The project caught on as it grew smarter - branching logic, token-based access control, templating - and gathered a community around it. In 2006 it committed formally to open source under its long-term project lead, Carsten Schmitz, and in 2007 shed the awkward PHPSurveyor name for LimeSurvey, partly to simplify licensing. That same year it won Les Trophées du Libre in the Enterprise Management category.
The engineering grew up alongside the brand. Version 2.0 in 2012 was a full rewrite onto an MVC architecture using the Yii framework; version 3.0 in 2017 brought the Twig template engine and a friendlier interface. In 2015, Schmitz formalized the whole thing as LimeSurvey GmbH, based in Hamburg, and launched the Cloud service. The codebase today carries more than 43,000 commits - a long paper trail of a project that never stopped moving.
07 / Where it fitsThe quiet standard
In a market crowded with slick, cloud-only survey apps, LimeSurvey occupies a specific and defensible corner: the open, self-hostable, privacy-first end. It won't out-market SurveyMonkey or out-design Typeform, and it isn't trying to. Its constituency is the group that reads the fine print - researchers, public bodies, privacy-conscious enterprises, and the global open-source community that keeps improving the code for reasons that have nothing to do with a quarterly target.
Twenty-plus years is a long time for any piece of software, let alone one that started as a single developer's SourceForge upload. LimeSurvey got there by being useful, staying open, and letting people keep what's theirs. In an industry that mostly asks you to trust the cloud, that's a genuinely different offer.