Coder Social home page Coder Social logo

flowstate's Introduction

Flowstate

Flowstate is a modern, intuitive note-taking app

  • ๐ŸŽจ Markdown-based (same syntax as Notion)
  • ๐Ÿ”’ Fully self-hosted. Take full ownership over your notes!
  • ๐Ÿ’พ Notes are automatically saved to your browser's local storage without the use of cookies
  • ๐ŸŒ You can also integrate Flowstate with MongoDB to save notes & generate a public URL for them
  • ๐Ÿง  "Focus mode" helps you enter a state of flow and write without distractions

How to publish & share your notes

You can connect Flowstate with your MongoDB database to publish your notes and share them with a URL. All you need is an environment variable called MONGO_CONNECTION_URL with the following connection string: mongodb+srv://<your-username>:<your-password>@<your-cluster>.mongodb.net/<your-database>?retryWrites=true&w=majority

flowstate's People

Contributors

danielunited avatar nivez avatar dependabot[bot] avatar snyk-bot avatar nthh avatar

Watchers

James Cloos avatar Alon Valadji avatar  avatar

flowstate's Issues

Sync note across devices (Premium feature)

  • We add a property for notes that includes their creator (randomly generated ID), and let the user enter 8 words associated to it.
  • Notes are synced in an anonymous, encrypted fashion and can even be restored (as long as you have those 8 words).

Flowstate / Focus mode

Background

  • Flowstate is an incredibly dangerous โ€” yet effective โ€” tool to silence distractions, overcome self-criticism, and get rid of writer's block. Here's how it works:
  • Choose how long you want to write (5, 15, 30 min), then enter a flow session. If you exit early, or stop typing for longer than five seconds, all progress is lost. The only way to save your work is by writing until the timer ends.
  • "Flow, then react."

Technical stuff & How it works

  • When clicking Focus button the user is redirected to a /flow page
  • A popup explaining what Flowstate appears (already developed)
  • User sets a timer for how long to focus (7/15/30min)
  • Local storage is built into Flowstate. Check out editor-flowstate
  • User stops writing for 1 second, dim the text's opacity. At 8 seconds, opacity is 0% and at 9 the text resets.
  • If the user has successfully run out of time, he sees a success popup with an option to download what he wrote to a Word document.

Save notes

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.