Analytics
We want to create a new-gen analytics platform for developers to developers. This project's aim is a one-click analytics solution for open-source projects & more.
Install / Use
/learn @findmentor-network/AnalyticsREADME
Analytics for developers, open-source projects & more

- We do not need fancy dashboards,
- We need actual analytics for developers & open-source projects.
Example usage
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example usage</title>
</head>
<body>
<script>
/*
You can host an analytx server on your servers / heroku / aws or gcloud.
Insert your servers base url below.
*/
window.BASE_URL = 'https://beta.analytx.dev' // your analytx server
/*
Send a event.
The event can be anything you want
*/
send({type: 'click', event:'jobApply'})
/*
*/
send({type: 'seen', event:'jobPage'})
// count().then(data => data.count).then(console.log)
// total().then(data => data.count).then(console.log)
</script>
<script src='https://analytx.dev/analytx.js'></script>
</body>
</html>
Deploy to your servers
Deploy to heroku (TO-DO)
Install
git clone git@github.com:cagataycali/analytics.git
npm install # yarn
MONGO_URI='YOUR_MONGO_DB_URL' npm start # yarn start (for backend.) starts @ localhost:5000
In seperated terminal:
cd demo;
python -m SimpleHTTPServer 8000
open http://localhost:8000 # the alert will be popup.
Running with docker
docker build -t analytics .
docker run --rm -i -t -e MONGO_URI='YOUR_MONGO_DB_URL' -e PORT='80' -p 5000:80 analytics
Runnig with docker compose
App will be available at :5000.
docker-compose pull && docker-compose up --abort-on-container-exit
Related Skills
feishu-drive
347.2k|
things-mac
347.2kManage Things 3 via the `things` CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database)
clawhub
347.2kUse the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com
codebase-memory-mcp
1.2kHigh-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph — average repo in milliseconds. 66 languages, sub-ms queries, 99% fewer tokens. Single static binary, zero dependencies.
