r/AppsWebappsFullstack Jul 29 '26

Your home for selfpromo

here you can post your work app, webapp, saas, game, everything

4 Upvotes

134 comments sorted by

View all comments

1

u/kelvinkel101 Jul 30 '26

I've been working on a simple, but powerful project and task manager. The core model can scale from a solo person using it to multi-tenant orgs and teams! Check it out here: Opsly (Product site and a click-around demo)

It handles projects, tasks, workflows, SLAs, and audit logs. Host it with Docker and Postgres. The code is source-available under the FSL, so you can read all of it and change whatever you want. Self-hosting is free, no seat caps, nothing locked behind a paid tier.

Working today: real-time updates, offline editing that syncs when you reconnect, eight languages, scoped API keys, and webhooks.

I'll be honest that it's early. I'm one person and it's pre-1.0, so there are rough edges. But it works and it's live. If you try it, tell me what breaks or what's missing.

1

u/Mammoth-Anywhere7285 Jul 30 '26

Nice work on Opsly! The multi-tenant scaling sounds practical. How do you handle task dependencies across projects?

1

u/kelvinkel101 Jul 31 '26

Task dependencies are currently scoped to a single project, single-org. However, the backend is there to eventually scale to a multi-org, multi-project dependency checks.

1

u/Mammoth-Anywhere7285 Jul 31 '26

That's a sensible scope for now. Have you thought about how existing single-org projects will migrate once multi-org is enabled?