Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimal Hugo theme for fintech websites, with blog, policy, terms sections and KaTeX math support.

Next.js + Kernel template for running AI-powered browser automations on Vercel with natural language.

A frontend clone of the Selemen website built with HTML, CSS, JavaScript, and GSAP animations for educational purposes.

A minimal Next.js template for building analytics apps with the MotherDuck Wasm client.

Learn how to use a fallback image while using the next/image component.
cryptoflow is a minimal, MIT-licensed Hugo theme for fintech websites, distributed on GitHub by anastasiiaxfr. It takes markdown files arranged into blog, policy, and terms folders and turns them into a static site; the author's own personal website, which uses the theme, is hosted on Netlify.
Cryptoflow is a Hugo theme styled with Sass that creates static websites for fintech use. As inputs it expects markdown content placed under content/[lang]/blog, content/[lang]/policy, and content/[lang]/terms, and as output it produces a fast static site that can be deployed to any static host. The theme runs on Hugo's static site generator; the installation instructions require both Hugo and Go to be installed before building.
icons directory inside your site's static folder, then set the logo line in hugo.toml to point to it.content/[lang] structure is designed to work with Hugo's multilingual content organization.hugo.toml, and icon files.hugo server, and preview content locally at http://localhost:1313.After installing Hugo and Go, clone the cryptoflow repository and place markdown files into the blog, policy, and terms folders. Add front matter with a title and description for each file, then run hugo server to view the site locally or hugo to generate static files for deployment.
