104

0.9 is out.

Quick context if this is your first time: Ideon is a self-hosted visual workspace, an infinite canvas where you drop blocks for your Git repos, notes, tasks, files, and now automation. Everything about a project in one place.

The last release post ended with "move from visibility to control." This is the start of that.

Webhook block: drop one on the canvas, it becomes a live HTTP endpoint. CI pipeline finishes, monitoring alert fires, form submits, POST to the URL and Ideon reacts. Configure what happens: set a block's visual state, change its color, create a Kanban task, prepend text to a note. Runs server-side, no open browser tab needed.

Cron block: same action set, triggered on a schedule instead of an event. Preset or custom cron expression.

LaTeX block: several people asked for it. Write $...$ or $$...$$, toggle preview, done. Turned out to look better on the canvas than I expected.

Proxy / Header Auth: probably the most relevant one for this crowd. Already running Ideon behind nginx mTLS, Traefik, or Authelia? You can now configure it to read user identity straight from the headers your proxy injects. No OAuth round-trip, no separate IdP. A few env vars, and all auth events still go to the audit log.

Still open source, still self-hosted only.

GitHub: https://github.com/3xpyth0n/ideon

Docs: https://www.theideon.com/docs

top 22 comments
sorted by: hot top new old
[-] warmaster@lemmy.world 7 points 3 months ago

2 days ago I was talking with a friend about starting to vibe code something similar to ideon, this is freaking great! And made by an actual human dev!

I'll try it as soon as I can. Is it easy to selfhost? I have a server at home and I want to organize my scripts, projects, ideas, etc.

[-] B0rax@feddit.org 5 points 3 months ago

There is a docker compose file you can use, no further setup required

[-] expyth0n@lemmy.world 1 points 3 months ago

Yep! One command. It just pulls a single docker image, asks for a few env vars, then starts the app :D

[-] B0rax@feddit.org 3 points 3 months ago

As a feedback: I would prefer that you also link to the docker compose file in the readme. I don’t necessarily want to pipe a script directly into the shell… (it is also way less universal than the compose file)

[-] expyth0n@lemmy.world 4 points 3 months ago

Oh mb never thought of that, thanks, I will

[-] TheRiskiestBiscuit@reddthat.com 6 points 3 months ago

How dare you show me a sprint board outside of work hours. XD

[-] lukstru@piefed.social 3 points 3 months ago

Looks very interesting! Two questions:
From a quick look around in the repo, I couldn't find which CRDT lib you're using. Which one are you using? I've used yjs in the past but getting the document out of yjs into a db was a pain.

Second: we're also building a tool that connects a lot of information because research tools are very fragmented as well. What is your philosophy on how to connect the information while still keeping things structured and understandable? We've found that e.g. node networks are incredibly hard to understand when the data and logic behind them gets complex. We also found that when users are not restricted in their information entering (e.g. a markdown file), most will not enforce their own structure and it gets disorganised quickly. Did you try to solve that or is it more the users problem?

[-] expyth0n@lemmy.world 2 points 3 months ago

yjs too! the trick that worked for me was just not round-tripping yjs -> json -> db on every update, canvas state lives in leveldb as raw binary (y-leveldb), the relational db is only used to seed it when the doc is empty. after that leveldb takes over. y-indexeddb on the client for offline, works pretty well actually

on your second question yeah same struggle lol. connections are loose by default, to keep it manageable folders have a single-parent rule, no reverse refs, collapsing hides the whole subtree. frames are there too but purely visual. for kanban task relationships i just moved them out of the canvas entirely and stored them in the yjs content object, otherwise the graph gets unreadable fast

auto clustering and edge bundling are still missing tbh, when the graph grows it gets messy and right now the answer is just "use folders and frames", not super satisfying

the freeform vs structure thing is something i keep going back and forth on, leaning toward soft constraints that nudge rather than block. curious what you're doing on that front!

[-] lukstru@piefed.social 2 points 3 months ago

nice that yjs worked for you :)

We're blocking where custom options don't make sense - which are a few since context is often constrained in our domain - but will probably enable users to do their own stuff with plugins. That way, the platform hopefully stays usable but extendable..

[-] GreenKnight23@lemmy.world 2 points 3 months ago

looks like something NodeRed can do, so what's the difference in application of this instead of NodeRed?

[-] expyth0n@lemmy.world 3 points 3 months ago

node-red is a flow engine, you wire up automations and walk away. ideon is a workspace you actually live in: git, notes, files, tasks, all on a spatial canvas your team navigates together :)

[-] GreenKnight23@lemmy.world 3 points 3 months ago

ahh, that makes sense. it's a visual representation of the sub-infra for your projects. infrastructure that helps you build your project.

cool! thanks for sharing!

[-] somegeek@programming.dev 2 points 3 months ago

Seems cool! I've been looking for something like this. Especially if it can be used as a collaborative knowledge management tool for team knowledge bases.

[-] chunkystyles@sopuli.xyz 2 points 3 months ago

I can confirm the dev is great. I had two feature requests and they did a great job communicating and then implementing those requests.

[-] expyth0n@lemmy.world 2 points 3 months ago
[-] Hawk@lemmy.dbzer0.com -5 points 3 months ago

Looks neat, but what's your policy on AI. This post already read like it's AI generated, so that worries me about the development of the project.

[-] expyth0n@lemmy.world 25 points 3 months ago

No AI, just Google Translate. I'm French, I write in my language and translate. Probably why it reads too clean :)

[-] Hawk@lemmy.dbzer0.com 0 points 3 months ago

Some parts read very "AI" like the "still self-hosted still-open source" part.

Definitely didn't mean to accuse you of anything, just wary of the many AI projects around these days.

So definitely my bad, I acted a bit too quick!

[-] expyth0n@lemmy.world 3 points 3 months ago

No worries you we're right, I wouldn't have noticed that on my own lol, I'll keep it in mind

[-] scrubbles@poptalk.scrubbles.tech 14 points 3 months ago

Being skeptical is fine, being accusatory with no proof is a jerk move.

[-] billwashere@lemmy.world 7 points 3 months ago

Well in his defense, that language was sorta AI generated. Very glad the project isn’t. This looks like something I’m very interested in.

[-] expyth0n@lemmy.world 6 points 3 months ago

Thanks, glad that you like it !

this post was submitted on 30 May 2026
104 points (99.1% liked)

Selfhosted

62116 readers
386 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS