https://github.com/fiatjaf/flowies
code that once powered flowi.es
https://github.com/fiatjaf/flowies
classless-theme couchapp couchdb workflowy
Last synced: about 1 month ago
JSON representation
code that once powered flowi.es
- Host: GitHub
- URL: https://github.com/fiatjaf/flowies
- Owner: fiatjaf
- License: other
- Created: 2017-05-30T12:55:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-30T12:58:59.000Z (over 8 years ago)
- Last Synced: 2025-05-29T05:41:59.717Z (9 months ago)
- Topics: classless-theme, couchapp, couchdb, workflowy
- Language: HTML
- Size: 265 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
flowi.es was a service once hosted on Heroku that appeared on https://flowi.es/.
Here's a screenshot:

and an archived version of the landing page: http://archive.is/vAI85
To run, it used a CouchDB instance with the design docs given in `./ddocs` and run the crontab lines `./crontab`, plus the Heroku dyno defined in `./Procfile`.
There was also a helper server that just fetched each user rendered site from CouchDB and served it on `http://*.on.flowi.es/` domains (yes, the entire sites were rendered on CouchDB using view and list functions). That was written in Go and, since it fitted in a single file, it's included here on `./web.go` for brevity.
Anyway, you don't wanna run this.