We believe building a marketing website should be as simple as editing a JSON file.
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.
site.json filenpm run build to generate static HTML with TailwindCSSdist/ folder anywhereThe generator is written in TypeScript for type safety and developer experience.
Modern utility-first CSS framework for rapid, consistent styling.
No JavaScript shipped to the browser. Pure static HTML and CSS.