> Piki is currently really just an idea right now. Extremely beta.
Page
Piki | Self-hosted writing, presentation, and collaboration
This is basically the notetaking application I've always wanted ever since I was a student. So what is piki?
For starters... Piki is collaborative editing tool. press
ctrl + e to quickly switch between a static page view (very fast to move between pages), and
a live edit mode.Each document you see here is actually backed by a bunch of blocks.
Blocks are just plain markdown,
# You can create headings
be bold Italic create Links to other pages or
```cpp
int main(int argc*, char** argv)
{
}
```
## Self Hosted
Piki is a tiny single binary written in go, sips memory, and it's aim is to provide the best live editing service for me.
## Free Forever
You can get binary (soon). and it will be free forever, and so long as I keep using it I will keep updating it with new features and bug fixes.
## CLI workflows easily supported (that means agents too)
Piki supports a full featured web API scoped access tokens(in progress).
## Open source
MIT license, yada yadda, you know the whole shebang. Repo coming online .... (soon)
Comments 0