Questions, answered.
The short version of how consostack works, what's included, and what to expect while it's in preview. Still stuck? Your AI assistant can answer most of these live once it's connected.
The basics
What is consostack?
Web hosting your AI assistant runs for you. Instead of learning a dashboard or writing Dockerfiles, you tell your AI what to put online โ a git repo or a template โ and it creates the account, builds your app, and hands back a live URL over HTTPS.
Do I need to know Docker, DevOps, or servers?
No. Your framework is detected automatically and the build, container, routing, and certificates are all handled for you. If you can describe your app to an AI, you can deploy it.
What is MCP, and why does it matter?
MCP (Model Context Protocol) is an open standard that lets AI assistants take real actions through connected tools โ not just chat about them. consostack exposes deployment as MCP tools, so your assistant can quote, order, deploy, and manage hosting directly from your conversation.
Which AI assistants work with it?
Any MCP-capable assistant โ Claude and Cursor among them, plus others that support MCP. You add one endpoint (
mcp.hosting-01.consostack.eu) and your assistant can do the rest.
Deploying
Where does my app come from?
A public git repository, or a ready-made starter template if you'd rather skip the repo. Templates cover Next.js, SvelteKit, FastAPI, Flask, Express, NestJS, Laravel, Symfony, and ASP.NET Core.
Which frameworks are supported?
Anything Nixpacks can build โ which covers most modern web stacks across Node, Python, PHP, Go, Ruby, Rust, and .NET. Detection is automatic from your repo; there's nothing to configure.
Can I deploy without an AI assistant?
Yes. Every action is also available over a REST API and through a web console with a step-by-step wizard. The AI path is the fastest, but it's not required.
Do I get a real URL and HTTPS?
Every app gets a free
*.consostack.eu subdomain with automatic HTTPS. You can attach your own custom domains too โ certificates are issued and renewed for you.Can I roll back a bad deploy?
Yes. Deploys are versioned, so rolling back to a previous one is a single instruction โ
rollback over MCP, or one click in the console.Are scheduled jobs and background tasks supported?
Yes. You can attach scheduled tasks (cron-style recurring jobs) to any project.
Databases & data
What databases can I use?
Managed PostgreSQL, Redis, and SQLite. When your assistant provisions one, its connection string is injected into your app as a
DATABASE_URL secret automatically.How is my data kept separate from other customers?
Every organization is strictly isolated โ its projects, databases, secrets, and logs are scoped to that tenant and never visible across accounts. Each app also runs in its own container.
How do secrets and environment variables work?
Environment secrets are managed per project and injected at runtime โ set them by asking your assistant, through the API, or in the console. They're never baked into your image.
Plans & pricing
What does it cost?
Free โฌ0, Pro โฌ19/mo, Team โฌ49/mo, Enterprise โฌ199/mo. Every plan includes the full platform โ tiers only change how much you can run. See the full comparison.
Is a payment card required?
No โ and during preview nothing is charged at all. Prices are indicative; paid tiers begin billing (via Stripe) only once billing goes live.
What happens when I hit a plan limit?
You get a clear "upgrade your plan" message for that action โ for example, creating a 4th app on Free. Nothing is silently dropped or throttled; you decide whether to move up a tier.
Can I work with a team?
Yes. Organizations support multiple members with shared access to projects, on every plan.
Status & support
Is consostack production-ready?
It's in preview. The platform is functional end to end, but treat production workloads with that in mind โ pricing is indicative and features are still being hardened.
How do I get support?
During preview, support is best-effort. The quickest answers come from your connected assistant โ it can check quotes, deploy status, and logs live in your conversation.
Get started
Ready when you are.
Add one endpoint to your assistant and put something live in your next message.
Add this one endpoint to your AI assistant
mcp.hosting-01.consostack.eu