# Zeitlos Zeitlos (zeitlos.app) offers EU-sovereign app hosting. Connect a git repository and every push builds and deploys automatically. Apps get a built-in database and authentication, so no third-party services are needed. ## Getting started 1. Sign in at https://dashboard.zeitlos.app 2. Create a project and connect your git repository, then follow the instructions on the dashboard That is all that is needed to deploy. Every push to the connected repository builds and ships the app. ## Using the built-in database and auth The built-in database and authentication are accessed through the Zeitlos SDK: - npm package: `@zeitlosapp/sdk` — https://www.npmjs.com/package/@zeitlosapp/sdk Install the latest version of the package, then read the `AGENTS.md` file shipped inside the package (`node_modules/@zeitlosapp/sdk/AGENTS.md`) for the full context on how to use the database and auth. If the app is not JavaScript or TypeScript and cannot install npm packages, there is currently no way to use the built-in database and auth. Hosting and push-to-deploy still work for such apps. ## MCP server If you have an account at Zeitlos you can use the Zeitlos MCP server in your AI assistent at: https://mcp.zeitlos.app/mcp It will give you access to manage your Zeitlos projects via your AI assistent.