About Okonomi

We believe building a marketing website should be as simple as editing a JSON file.

Our Mission

OkonomiCMS was born from a simple idea: marketing websites shouldn't require complex CMS platforms, databases, or JavaScript frameworks. Most marketing sites are fundamentally static — they display content, showcase features, and provide contact information.

By defining your site in JSON, you get version control, easy collaboration, and the ability to generate a blazing-fast static site with a single command. No build complexity, no runtime dependencies, just clean HTML and CSS.

How It Works

  1. Define your site structure, content, and styling in a single site.json file
  2. Use built-in components like navbar, hero, features, and forms — or drop in raw HTML
  3. Run npm run build to generate static HTML with TailwindCSS
  4. Deploy the dist/ folder anywhere

Built With Love

TypeScript

The generator is written in TypeScript for type safety and developer experience.

TailwindCSS v4

Modern utility-first CSS framework for rapid, consistent styling.

Zero Runtime

No JavaScript shipped to the browser. Pure static HTML and CSS.