Skip to content

Self-Hosted ​

Self-hosting means operating your own InKCre instance: you choose where information is stored, which sources it collects, and which clients can access it. You also manage credentials, hosting availability, backups, and updates. This section is for users choosing that responsibility.

For the application-level introduction and first-use journey, start with Getting Started. This section covers only the instance you operate.

Choose a deployment path ​

PathWhat you manageStart here
Fork quick deployment: Neon + RenderProvider accounts and GitHub settings; the workflow initializes the database and deploys Core and PostgREST.Render walkthrough
Fork quick deployment: Neon + HerokuThe same topology on Heroku, with its billing and runtime settings.Heroku walkthrough
Custom deploymentPostgreSQL initialization, PostgREST, the Core Python process or container, and hosting operations on infrastructure you choose.Custom guide

Neon, Render, and Heroku are convenient deployment options, not product dependencies. Forking provides a ready-made deployment workflow; it is not required to run InKCre. Both quick deployments produce your own instance rather than access to a shared hosted account. Their sleeping compute plans need particular care if you want continuous collection.

After deployment, retain the Core URL, PostgREST URL, JWT secret, and Core Peer ID, then connect the Web app. If you already operate a compatible instance, start there.