Devalok's open knowledge hub. Practical guides for founders, designers, and builders.
Live: gurukul.devalok.in
npm install
npm run devOpens at http://localhost:4321
- Create a new
.mdfile insrc/content/guides/ - Add the required frontmatter:
---
title: "Your Guide Title"
subtitle: "Optional subtitle"
description: "SEO description — shows in search results and social previews"
author: "Author Name"
authorRole: "Optional role"
date: 2026-04-01
readTime: "8 min read"
tags: ["optional", "tags"]
draft: false
---- Write your content in markdown
- Use
<aside class="callout"><strong>Tip:</strong> Your content</aside>for callout boxes - Commit and push — Vercel deploys automatically
Configured for Vercel. Push to main to deploy.
npm run build # generates static site in dist/
npm run preview # preview the build locally- Astro — static site generator
- Tailwind CSS — utility-first CSS
- @devalok/shilp-sutra — Devalok design tokens and Tailwind preset
- Shiki — syntax highlighting (built into Astro)
This is a Devalok product. Design tokens, colors, typography, and spacing come from Shilp Sutra (शिल्प सूत्र), Devalok's design system.