Clerk alternatives and similar software solutions
Based on the "Polls and Events" category.
Alternatively, view Clerk alternatives based on common mentions on social networks and blogs.
-
LimeSurvey
🔥 LimeSurvey – A powerful, open-source survey platform. A free alternative to SurveyMonkey, Typeform, Qualtrics, and Google Forms, making it simple to create online surveys and forms with unmatched flexibility. -
Alf.io
alf.io - The open source ticket reservation system for conferences, trade shows, workshops, meetups -
JD Esurvey
DISCONTINUED. JD eSurvey is an open source enterprise survey web application written in Java and based on the Spring Framework. Check out the tutorial videos to find out more about the application features. -
Framadate
An online service for planning an appointment or make a decision quickly and easily: Make a poll, Define dates or subjects to choose, Send the poll link to your friends or colleagues, Discuss and make a decision. -
Booked
A web-based calendar and resource scheduling system that allows administered management of reservations on any number of resources.
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Clerk or a related project?
Popular Comparisons
README
Track periodic events in your life such as when baby has a nappy change, when you eat chocolate, or how many hours you slept.
[Screenshot](./screenshot.png)
- Web based.
- Easy to deploy.
- Self-hosted & FLOSS.
- Simple text based CSV format.
- Allows multiple people to log events.
- Mobile friendly - "Add to Home Screen" web-app.
Install
- Download a release or
git clone
themaster
branch. - Copy the files to your PHP web hosting.
To require authentication, first create a password file:
htpasswd -c /path/to/.htpasswd username
Then copy ./example.htaccess
to .htaccess
and edit it.
Data format
[Screenshot 2](./screenshot-2.png)
For every event logged the event type
, timestamp
, and comment
are stored.
Events are stored in individual CSV files - one file per event type.
You can also download all CSVs stiched together with an extra column for the event name.
Multi-user
If you have multiple users, clone the app folder for each user and create a unique htaccess login for each.
To create shared events either symlink one of the CSV files into each user's data directory or symlink the entire data folder.
Server
The server is written in mal/php which is a Clojure-like implementation on PHP.
License
Copyright Chris McCormick, 2017. [GPLv3 licensed](./LICENSE.txt).
*Note that all licence references and agreements mentioned in the Clerk README section above
are relevant to that project's source code only.