Skip to main content

All POWR projects

Core projects​

POWR​

Our main Rails project

POWR outlet​

Helper NodeJS app, deployed on heroku

Serverless​

Serverless functions that are used in some parts of the POWR
Some functions are obsolete and no longer used. Deployed using AWS Lambda.

Copies​

A repo that stores simple copies in yml format and a tool that allows modifying and adding new copies. more details here

POWR Counter​

Rails app that calculates how many times a user has viewed an app.

  • You might be wondering where is the controller, router, db for hit counter. It's all in this project https://gitlab.com/powr/powr_counter
  • If you need to interact with hitcounter, let's say you want to update the number of hits for example, you'll have to send a request to https://powr-counter-staging.herokuapp.com or https://powr-counter.herokuapp.com. This endpoints are in the app/javascript/modules/helpers.js file so that you can refer to them using counterUri().
  • Examples of such requests are in the app/javascript/packs/apps/hitCounter.js file.
  • If you want to test locally, you may want to point development to staging in the counterUri() function inside the app/javascript/modules/helpers.js file

WIP projects that will soon become Core​

Static​

Next.JS implementation of tutorial (Autodocs controller) pages from POWR

CMS​

Strapi CMS that is used as a data source for Static Deployed on Digital Ocean droplet.

Internal tools​

powr-cli​

CLI tool that helps requesting Code Reviews and optimizes development cycle.

Docs​

Repo with this documentation. It's deployed to gitlab pages.

Internal Integrations​

Integrations with Slack, Shortcut, Gitlab and Airtable that help developers to be more productive.

Mantis​

A dashboard that shows health status of POWR and 3rd party services like Compose and AWS.

Almost abandoned projects that might still have some users​

Shopify Lootbox​

An app that was created for the Shopify App Challenge. It's core functionality is working and it's published on Shopify. However it lacks features and userbase count is very low. https://www.loom.com/share/c2ef212bfb7342d2a7ca812fb1258da2

Gmail Integration​