Giter Site home page Giter Site logo

vertical-shorts-app's Introduction

Vertical Shorts App

Upload and publish social media videos to multiple platforms at once.

Uses

Generate Prisma Client

Generate Prisma client

npx prisma generate

Migrate dev

npx prisma migrate --dev

Deploy Remix App via Netlify CLI

Deploy Preview

From root directory run:

netlify deploy --build

Deploy to Production

From root directory run:

 netlify deploy --build --prod

vertical-shorts-app's People

Contributors

tannergaucher avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar Vinicius Romano avatar HeisenBerg? avatar  avatar Nelie Taylor avatar John Pope avatar

Watchers

 avatar

vertical-shorts-app's Issues

Single publish page

Update upload flow from a series of pages to a single publish page.

From this page, a user can

  • Add title
  • Upload Video
  • Add or generate description and tags
  • Schedule

And then post

support video level tags

  • inherit tags from project level tags
  • call analyze video to automatically create tags with video intelligence api
  • user can remove project / generated tags
  • user can add tags associated to video

update to custom domain

  • Buy domain
  • Update prod domain in util/constants
  • Update Oauth callback urls in Google (Youtube) and TikTok
  • Deploy

handle scheduling

  • Update scheduling page to publish now OR schedule publishing
  • Add fetchPostsForPublishing cloud scheduler function
  • Add publishContent function for each social integration
  • Handle fetching posts and publish to PublishContent event
  • Get approval for public posting on youtube developer app, tiktok developer app

Handle scheduling post publishing

Setup ETL Process

fetchContentForPublishing

Setup cursor based fetching to:

  • fetch posts where the publishDate is === today and publishTime === this hour
  • call publishContent, which sets the sets the visibility status from private to public for each integration

add-handleContentCreate-event

  • in handleContentCreate, publish to uploadToYouTube, uploadToTikTok, etc
  • handle publishing to handleContentCreate in remix app

Add Stripe - Handle signup and user roles

  • Create signup landing page and redirect from index on !auth
  • Add plans in Stripe
  • Render Stripe payment plan cards
  • Handle trialing users: !signed up account can post 5 videos

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.