LogoLogo
CS CONSOLECOMMUNITYDOCS
  • What is code.store?
  • Our vision
  • How it works?
  • Getting started
    • Quick Start
      • Core concepts
      • Quick Start with CLI
      • Quick Start with Web Interface
    • FUNDAMENTALS
      • Services
        • GraphQL
        • REST
        • Configuration
        • Environment Variables
      • Environments
      • Projects
      • Versioning
      • Access and Authorization
      • Secret management
      • Data management
        • Import and Export
      • Generation
        • Models
        • Handlers
        • Resolvers
        • REST
        • Middlewares
      • Logging
      • Microservices
        • Communication
    • RECIPES
      • TypeScript
        • Custom .tslint
      • Basic authentication
      • Setup a local database with your service
      • GraphQL
    • Tutorials
      • Auth0 authentication
      • Metabase integration
      • Database manipulations
        • External database: MongoDB
        • External database: DynamoDB
      • Wrapping an NPM package with GraphQL: a chess server
    • FAQ
  • Command Line Interface
    • Getting started
    • Commands
Powered by GitBook
On this page
  • 🏠 Where my services are hosted?
  • 🦄 Who creates services?
  • 💰How do I monetize my services?
  • 💵 How should I price my services?
  • 🗣️ What programming languages do you support?
  • 🛢 I need a database for my service, how do I create one?
  • 🧱 What is a service?
  • 🖼️ Where should I host my front-end?

Was this helpful?

Export as PDF
  1. Getting started

FAQ

You'll find all the answers you were looking for since you were born. TL;DR> 42.

PreviousWrapping an NPM package with GraphQL: a chess serverNextGetting started

Last updated 4 years ago

Was this helpful?

🏠 Where my services are hosted?

code.store is cloud-agnostic, meaning we can deploy code.store on any cloud provider or even on-premises for Enterprise clients.

Services of all other plans are currently hosted on our AWS infrastructure (Frankfurt region at the moment, other regions are coming soon).

🦄 Who creates services?

You do it. Don't be lazy. 😈

💰How do I monetize my services?

There is no public marketplace yet. When you build new projects for your clients, you can create some part of those as reusable . Then you can sell them to your clients with a subscription or pay-per-use rate plan.

When you add a in a , you can set up a different price for each of your . You can then invite your client to this , providing his billing details. We'll generate the invoice for each client and collect payments for you. Each month you'll receive your combined funds collected from all clients in a single payment from us. Money time!

💵 How should I price my services?

You can bundle in a single monthly rate everything:

  • your initial build cost (example: the 50 working days used to build the service)

  • support and maintenance time (example: the 5 working days you spend every month on this service)

  • hosting (code.store costs)

  • and provision for new features (for example yearly 20 working days used to add new features to your service).

🗣️ What programming languages do you support?

🛢 I need a database for my service, how do I create one?

🧱 What is a service?

We call a service piece of code running on our platform that is accessed through a GraphQL API. You can learn more about our core concepts here.

🖼️ Where should I host my front-end?

We provide a platform to create and host back-end services that are accessed through GraphQL API. So at the moment, we are not focused on this particular feature, especially knowing that there are already many great services that can help host your frontend in the cloud.

At the moment we support only (which is the 2nd most loved programming language in the world 🤘 as per ). If you need a specific language for your , drop us a word .

We provide a managed Postgres database for your services, but you don't have to worry about it as code.store creates and updates your based on the of your .

However, this is something that is in our roadmap, and you can to help us prioritize it!

drop us a message in our community
Code
TypeScript
the 2020 Stack Overflow survey
here
projects
services
service
project
service-instances
project
project
database
GraphQL schema
service