Giter Site home page Giter Site logo

text-to-record's Introduction

Text-to-Record: The low-friction way to record your day


๐Ÿ‘‹ Hi there! I'm Channing.

You can't improve what you don't measure

^that quote has proven particularly impactful in my professional life. This hobby project is my attempt to bring that wisdom into my personal life - by making it as frictionless as possible to record moments I want to measure, using one of the most accessible functions available: SMS.

Text-to-Record (T2R) lets you text a dedicated phone number with a message and, based on how it's formatted, store that message as a categorized record. The records appear in a simple timeline UI on the web, but you can do whatever you want with them - the data is stored in your own Hasura-wrapped Postgres database, for GraphQL-based or direct consumption via any other service you point at / link to.

The parsing logic is pretty basic (and specific to me), but feel free to fork this codebase and customize it as you'd like. Prereqs and setup instructions for self-hosting are detailed below.

๐Ÿ™‹โ€โ™‚๏ธ Feedback is welcome and appreciated! Please don't hesitate to open an issue or email me directly via [my github handle] at gmail. Contributions are also welcome - if you're interested, email me and I'll add more detail to the Contributing section.

Setup

This section explains (1) what's required to host a T2R instance yourself, and (2) how to set things up to make it all work - and extend it!

Prerequisites

The following services must be set up for T2R to function.

Fork this repo

Should be straightforward ๐Ÿ™‚

NextJS Hosting

You'll need a place to host your instance; I use Vercel. Once you've forked this repository, adding free Vercel hosting is as simple as:

  1. Add a new project from your Vercel dashboard
  2. Import the forked repository
  3. Copy the URL provided by Vercel - we'll use this later. It should look something like the-name-i-chose.vercel.app

Twilio

You'll need a Twilio account to use the core SMS functionality.

  1. Set up a Twilio account (or sign in, if you already have one)
  2. Set up a twilio phone number with "Messaging" configured - this guide was helpful for me
  3. Add a webhook for your hosted url at /api/twilio-sms (eg the-name-i-chose.vercel.app/api/twilio-sms) via "Phone Numbers" > "Active numbers" > "Messaging" section > "A MESSAGE COMES IN" webhook using POST.

Hasura

T2R uses Hasura for persistence. You'll need to:

  1. Set up your own Hasura Cloud project
  2. Connect a Postgres database following their instructions (I used their one-click-Heroku option)
  3. Update your schema to mirror this one
  4. Copy your Hasura (1) graphql URL & (2) secret

Auth

T2R uses NextAuth for authentication. For it to work, you'll need to:

  1. Add providers.
    1. Currently, .env and [...nextauth].js support Google (instructions to add) and Github (instructions to add), but you can add any provider you want by updating those two files and adding from the supported list
  2. Create a nextauth secret via eg $ openssl rand -base64 32

Development

Prerequisites complete? We're ready to go! ๐Ÿš€

Update .env

First things first: copy the .env.sample file to just .env and update it with values from the Prerequisites section

Install dependencies

Next, install dependencies via yarn install

Running locally

All set! Run the app locally via yarn dev

Deployment

Assuming you've connected your forked repo to Vercel, deployment is as simple as

  1. Ensure your env variables are set in Vercel
  2. Merge to your main branch, and Vercel should handle the rest!

Backlog

Features to be added:

- [ ] Add README section for write-to-Notion functionality
- [ ] Add edit/delete functionality via the UI
- [ ] Extend parser to import & use a "rules config" for parsing logic
    - [ ] Update parser to consume config
    - [ ] Add config editor to UI
- [ ] Migrate to TypeScript
- [ ] Add user-configurable record types
- [ ] Add user-configurable record theming for record types
- [ ] Add filter on record list
- [ ] Add condensed timeline view to quickly, visually comprehend habits over time

Contributing

If you're interested in contributing, I'd love your help! Just send a message to [my github handle] at gmail and I'll set up a contribution process.

text-to-record's People

Contributors

cchanningallen avatar

Watchers

 avatar  avatar  avatar

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.