A safe and fun way to spend time with far away loved ones
Go to file
2021-11-04 08:32:29 +00:00
app Fixed zoomIn/Out slider in editBook + now you can view books offline. click on a book on your home page 2020-06-04 19:07:34 -04:00
config redis fix (config) 2020-05-17 20:50:26 -04:00
database [WIP] Basic lobby and multibook support. Call is not working ATM. Need to fix signaling 2020-04-29 19:45:50 -04:00
public Fixed zoomIn/Out slider in editBook + now you can view books offline. click on a book on your home page 2020-06-04 19:07:34 -04:00
resources Changed license 2020-06-14 18:28:08 -04:00
start Fixed zoomIn/Out slider in editBook + now you can view books offline. click on a book on your home page 2020-06-04 19:07:34 -04:00
.babelrc wip 2020-04-12 10:25:42 -04:00
.editorconfig Initial commit 2020-01-13 20:57:43 -05:00
.env.example Initial commit 2020-01-13 20:57:43 -05:00
.gitignore docker node version + npm lockfile 2020-05-13 22:46:45 -04:00
ace Initial commit 2020-01-13 20:57:43 -05:00
clean-hot-update.sh A bit of ui polish 2020-05-09 15:11:55 -04:00
Dockerfile non slim node 2020-05-13 22:53:46 -04:00
LICENSE Changed license 2020-06-14 18:28:08 -04:00
package-lock.json Made an image picker component + more polished create new child 2020-05-20 21:18:56 -04:00
package.json Made an image picker component + more polished create new child 2020-05-20 21:18:56 -04:00
README.md Update 'README.md' 2021-11-04 08:32:29 +00:00
server.js wip 2020-04-12 10:25:42 -04:00
tsconfig.json wip 2020-04-12 10:25:42 -04:00
webpack.config copy.js wip 2020-02-02 17:42:18 -05:00
webpack.config.js wip 2020-04-12 10:25:42 -04:00
yarn.lock Fixed some issues with email spam scores 2020-05-13 21:59:40 -04:00

Seepur - PoC

note: was written in a rush, and not polished. Needed something that worked for me. So soorry about the mess :)

Created for my mom and my daughter :) - open sourced, Though rough to setup (Admin is not really a thing yet)

Special thanks to:

  • My daughter. for just being so darn cute
  • Lior Vinter. All the iilustrations in the landing page and a lot more!
  • Guy (Diego) Gvili. Thanks for some design tips

A shared story time experience

Make video calls with a synced book view! Best for babies/toddlers and grandparents

Landing Page

Book view

PoC:

  • You can add a child
  • Add a connection to the child (i.e grandparent)
  • You can start a video/audio/book call (p2p)
  • STUN/TURN configured in DB
  • User management
  • Upload books
  • basic child profile page.

For Development

  • yarn install
  • To create or run the DB migrations: npx adonis migration:run
Running dev server
  • npx adonis serve --dev
Build vue js apps
  • yarn build:applications
Build css
  • yarn build:css

Build application

  • yarn build