FAQ

Things people ask.

Still stuck? Ask the team via contact.

Getting started

Who is polimorf for?

Agencies and operators who build the software a business runs on and then hand it over. The platform pairs a developer console for the team that builds with a focused workspace for the team that runs the day.

Do I need to know how to code?

No. The schema designer, workflow builder, and dashboard editor are visual, so you can stand up a working system without SQL or app code. Developers get APIs and a blueprint format on top.

How long does setup take?

An afternoon for the first client. Sign up, install a blueprint, then invite the team. The demo will give you a sense of the flow.

Architecture

How are clients kept apart?

Each client gets its own Postgres schema with dedicated routing and pools, so one workspace is walled off from the next at the database layer. There is no shared application tier filtering rows by organization_id.

Can I export my data?

Yes. Schema definitions, content entries, media, workflows, and dashboards can all be exported. We commit to making your data portable in every plan.

Can blueprints be edited after install?

Yes. A blueprint installs a working setup of records, workflows, dashboards, and navigation that you then own. Edit it, extend it, or uninstall via a topological rollback.

Security & compliance

Where is data stored?

Managed Postgres in the region you pick. Object storage is also region-scoped. See /security for the full posture.

Do you support SSO and MFA?

Yes. TOTP MFA on every account. OIDC-based SSO is available. SAML is on the roadmap.

Are you GDPR / SOC 2 compliant?

We align with GDPR today. SOC 2 Type II is in progress. Current status is published on /security.

Pricing & billing

Is it really free?

Yes. During alpha, every feature is free with no caps. We give 60 days notice before paid pricing kicks in, with a discount for alpha users.

Will there be a free tier later?

Yes. We plan a generous free tier that covers solo operators and small agencies.

Do you do annual contracts?

Once paid pricing launches, yes. Talk to sales@polimorf.com for early access pricing.

Integrations & extensibility

What integrations are supported?

First-party connectors for Slack, Stripe, and Mailgun, plus inbound webhooks, so the systems you build can talk to the tools a business already uses. The connector layer is open; new providers are Python modules.

Can I write my own blueprint?

Yes. The blueprint format is open: a manifest plus records, workflows, dashboards, widgets, and routes that install as one working setup. A marketplace is on the roadmap.

Is there an API?

Yes. Every model has a dynamic REST API. OpenAPI documentation is generated. Public SDK is on the roadmap.