• chobeat@lemmy.mlOP
    link
    fedilink
    English
    arrow-up
    12
    ·
    26 天前

    It’s a toolkit to build federated apps, with a social media+blogging+collaboration platform built on top of it.

    • Victor@lemmy.world
      link
      fedilink
      English
      arrow-up
      9
      arrow-down
      1
      ·
      26 天前

      So it’s actually software that you can run, and with that build apps? Like a visual editor or something? Or is it a library? What’s a toolkit in this instance?

      • chobeat@lemmy.mlOP
        link
        fedilink
        English
        arrow-up
        9
        ·
        25 天前

        It’s an elixir skeleton that runs a system of modules you can combine (just with configs) or that you can extend by adding new modules.

        The skeleton does the bare minimum and the modules contain all the logic. It’s not a no-code tool (that would be astounding, but doesn’t exist yet), you still need to write some config files (flavours) or write some elixir.