Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Marketing site for a full-service communication agency — brand strategy, creative direction, digital, content, and more.

LAZAREV. 🪀 — Digital Product Design Agency | Award Winning UX & UI Agency

A website template clone of moqo.be for branding agencies, covering corporate, product, and employer branding.
Studio Pulse is a static marketing website template for a full-service communication agency — brand strategy, creative direction, digital, content — run on Astro 7 and styled with Bulma 1.0.4.
Studio Pulse is a statically generated multi-page agency website template. It takes Markdown blog posts placed in src/content/blog/, combines them with layout and page components, and renders HTML to ./dist/ via the Astro build step. Its content collections provide typed frontmatter validation, and the site runs on Node.js 22.12 or newer with pnpm as the package manager.
localStorage, respects the OS prefers-color-scheme on first visit, and swaps CSS custom properties defined in src/styles/global.css.<ClientRouter /> component enables client-side navigation with a soft fade instead of full reloads.src/content/blog/ with typed frontmatter fields (title, date, description, author, optional tags) defined in src/content.config.ts.aria-current on the active nav item, visible focus outlines, prefers-reduced-motion support, and labeled form inputs.Card.astro component and a global Layout.astro.astro check, and a small file tree (pages, layouts, components, content) that is quick to adapt.title, date, description, author, and tags into the content folder — the site auto-routes them to /blog/my-post/.pnpm dev at localhost:4321, edit pages for an agency rebrand, then build the static site with pnpm build and deploy anywhere that serves plain HTML.The template is a static Astro site that compiles content at build time. A developer first runs pnpm install, then pnpm dev to launch a local server at localhost:4321; on the production side, pnpm build emits the site into ./dist/, which can be previewed with pnpm preview. To add a blog post, a new .md file is created in src/content/blog/ with frontmatter that matches the collection schema, and the post appears automatically at /blog/ followed by its filename slug.
Studio Pulse is a static marketing website template for a full-service communication agency, with Home, About, Blog, and Contact pages. It runs on Astro and Bulma CSS, and is primarily used to present brand strategy, creative direction, digital, and content services.
Studio Pulse uses Astro 7 as the static site generator, Bulma 1.0.4 for CSS, and pnpm for dependency management. Blog content is stored as Markdown files in a content collection, and the site outputs HTML to ./dist/; it needs Node.js 22.12 or later.
Create a new Markdown file in src/content/blog/, fill in the frontmatter keys shown in src/content.config.ts (title, date, description, author, and optional tags), and run the dev server. The post is automatically available at the URL derived from the filename, such as /blog/my-post/.
