Beta. Not buzzword.

Stop gluing tools together. Ship the thing.

Foundiq is a headless CMS, social scheduler, and product catalogue with one clean API. Your developers will stop complaining.

✓ No credit card · ✓ GDPR compliant · ✓ 99.9% uptime SLA
foundiq api — terminal
1 API for everything
2 key types — public + secret
frontends supported
99.9% uptime SLA
What's included

One platform. Not five subscriptions.

We counted — the average dev stack for content + social + commerce is 6 tools. Foundiq is one.

Headless CMS
Collections, fields, entries, publishing. Define your schema once, fetch it anywhere. REST API that doesn't make you cry.
Social management
Schedule posts, manage multiple client accounts, see what's actually working. No more posting from 4 different browser tabs.
Commerce-ready
Product catalogues, atomic stock updates, order tracking. The boring-but-critical stuff is already handled.
Media storage
Upload it, get a URL back, use it anywhere. Storage scales with your plan. Not complicated.
Two API keys, by design
A public key safe for your frontend. A secret key for your server. Like Stripe, but for your content. Simple on purpose.
Built to stay up
Redundant infrastructure, automatic backups, and a 99.9% uptime SLA. Your content is available when your users are.
How it works

First fetch in under 5 minutes

01
01 — Create a collection
Name it, define your fields, set your types. Takes 30 seconds. No config files, no YAML.
02
02 — Add your content
Type directly in the dashboard or push entries via API. Both work. Pick your poison.
03
03 — Fetch from anywhere
One line. Your content. Any framework. Astro, Next, Svelte, raw HTML — we don't care.
const res = await fetch(
  `https://api.foundiq.com/v1/sites/${SITE_ID}/collections/products/entries`,
  { headers: { 'Authorization': `Bearer ${YOUR_KEY}` } }
);
const { data, meta } = await res.json();
// data → your content. meta → pagination. that's it.
console.log(`${meta.total} products loaded`);
Pricing

Free forever. Upgrade when it hurts.

The free plan is not fake-free. One real site, real API access, real limits. Enough to build something people use.

No credit card to start
Cancel anytime
GDPR compliant
Free forever
Free. Actually free.
€0/mo
  • 1 site
  • 5 collections per site
  • 1,000 entries
  • 500 MB storage
  • Public + secret API keys
  • Community support
Start building — no card →
Paid plans from €9/mo when you outgrow it
Ready?

Your content stack.
Finally sorted.

Join developers who stopped paying for five tools to do one job.