OneCamp vs. The World: A Deep Technical Comparison of Self-Hosted Workspace Tools
Teams are paying a lot of money for their tooling. And not just Slack - it’s Slack plus Notion plus Jira plus Google Meet plus a calendar sync tool. Five...
read moreTeams are paying a lot of money for their tooling. And not just Slack - it’s Slack plus Notion plus Jira plus Google Meet plus a calendar sync tool. Five...
read moreOn March 9th, 2026, I launched OneCamp. It’s a self-hosted, all-in-one workspace. Chat. Tasks. Docs. Video calls. Calendar. A local AI assistant. All on your own server. One-time payment. No...
read moreWhen I tell people I used MQTT for a team chat app, they look at me the way people look at someone who shows up to a dinner party with...
read moreThe most common mistake in AI-integrated backends: treating the LLM like a normal API call. POST /ai/ask { "question": "summarize my week" // 12 seconds pass 200 OK { "answer":...
read moreWhen I mention that OneCamp uses both PostgreSQL and Dgraph, I get one of two reactions: Developers: “Interesting - what’s the query pattern that drove that?” Everyone else: “You used...
read moreGithub link : Click here to see the GitHub repo IT’S LIVE AT: live page It’s a very simple use of websockets to implement chat and whiteboard. NOTE Just a...
read moreImplementing this project was fun since i got to know so much about the actors in the supply chain and roles ! Github link : Click here to see the...
read moreI made this project during a course (Udacity BLockchain Nanodegree). I did the course because it was for free if I complete it within 30 days which I was able...
read moreI have been learning about docker engine for past 2 months and I got to know that docker swarm uses Raft algorithm which has been implemented natively without other services...
read moreIt’s been a month since i have been learning NodeJS and from past one week I have been making a server health check using pure NodeJS (Without NPM) ! Github...
read more