Name: Jake Tagline: Modern command running Positioning: The best of Make and Just, combined.
Brand Personality:
- Developer-focused, no-nonsense
- Modern but approachable
- Fast, efficient, reliable
- Clean and minimal
The Jake logo is a simple, code-native mark using curly braces around a lowercase j.
{j}
Usage:
- Favicon and small contexts:
{j} - With wordmark:
{j} jake - CLI output:
{j}or justjake
Why braces?
- Instantly recognizable as code/developer-focused
- Works in any monospace font
- Renders perfectly at any size
- Can be typed in plain text
- Evokes configuration files and syntax
| Context | Format |
|---|---|
| Favicon | {j} in primary color on transparent |
| Header | {j} jake |
| Badge | {j} only |
| CLI | Plain text jake or {j} |
- Don't use other bracket types:
[j]<j>(j) - Don't capitalize:
{J} - Don't add spacing:
{ j } - Don't use different fonts for the braces vs letter
| Role | Name | Hex | RGB | Usage |
|---|---|---|---|---|
| Primary | Jake Red | #f43f5e |
244, 63, 94 | Main brand color, CTAs, links |
| Primary Dark | Deep Red | #e11d48 |
225, 29, 72 | Hover states, emphasis |
| Primary Light | Rose | #fda4af |
253, 164, 175 | Backgrounds, highlights |
| Role | Name | Hex | Usage |
|---|---|---|---|
| Background Dark | Charcoal | #0a0a0a |
Dark mode background |
| Background Light | Off-white | #fafafa |
Light mode background |
| Surface Dark | Dark Gray | #1a1a1a |
Cards, code blocks (dark) |
| Surface Light | Light Gray | #f4f4f5 |
Cards, code blocks (light) |
| Text Primary | Near Black | #18181b |
Body text (light mode) |
| Text Primary | Near White | #fafafa |
Body text (dark mode) |
| Text Muted | Gray | #71717a |
Secondary text |
| Role | Hex | Usage |
|---|---|---|
| Success | #22c55e |
Task complete, passed |
| Error | #ef4444 |
Failed, errors |
| Warning | #eab308 |
Warnings, caution |
| Info | #3b82f6 |
Information, tips |
Dark mode: #0a0a0a background, #f43f5e accents, #fafafa text
Light mode: #fafafa background, #f43f5e accents, #18181b text
Headings & UI:
font-family:
Inter,
system-ui,
-apple-system,
sans-serif;Code & Monospace:
font-family: "Fira Code", "JetBrains Mono", "SF Mono", Consolas, monospace;- Regular (400): Body text
- Medium (500): UI elements, subheadings
- Semibold (600): Headings
- Bold (700): Emphasis, hero text
{j} jake v1.0.0
Running task: build
✓ compile (completed - green)
→ bundle (running - primary/cyan)
○ test (pending - gray)
✗ deploy (failed - red)
| Element | Color | ANSI Code |
|---|---|---|
| Success/Done | Green | \x1b[32m |
| Error/Failed | Red | \x1b[31m |
| Warning | Yellow | \x1b[33m |
| Running/Info | Blue | \x1b[34m |
| Muted/Dim | Gray | \x1b[90m |
| Task Name | Bold | \x1b[1m |
| Reset | - | \x1b[0m |
Minimal (default):
✓ build
✓ test
✓ deploy
Verbose:
{j} jake v1.0.0
Running: deploy
→ build
echo "Building..."
Building...
✓ build (0.12s)
→ test
npm test
All tests passed
✓ test (1.34s)
→ deploy
rsync dist/ server:/var/www/
✓ deploy (0.89s)
Done in 2.35s
[](https://jakefile.dev)[](https://github.com/HelgeSverre/jake/actions/workflows/ci.yml)
[](https://github.com/HelgeSverre/jake/releases)
[](https://ziglang.org)
[](LICENSE.md)Custom shield.io badges with the {j} logo. The logo is embedded as base64-encoded SVG.
Logo SVGs (base64):
| Logo Color | Base64 |
|---|---|
| White | PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHRleHQgeD0iMTIiIHk9IjE3IiB0ZXh0LWFuY2hvcj0ibWlkZGxlIiBmb250LWZhbWlseT0ibW9ub3NwYWNlIiBmb250LXNpemU9IjE0IiBmb250LXdlaWdodD0iYm9sZCIgZmlsbD0id2hpdGUiPntqfTwvdGV4dD48L3N2Zz4= |
| Red | PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHRleHQgeD0iMTIiIHk9IjE3IiB0ZXh0LWFuY2hvcj0ibWlkZGxlIiBmb250LWZhbWlseT0ibW9ub3NwYWNlIiBmb250LXNpemU9IjE0IiBmb250LXdlaWdodD0iYm9sZCIgZmlsbD0iI0Y0M0Y1RSI+e2p9PC90ZXh0Pjwvc3ZnPg== |
| Black | PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHRleHQgeD0iMTIiIHk9IjE3IiB0ZXh0LWFuY2hvcj0ibWlkZGxlIiBmb250LWZhbWlseT0ibW9ub3NwYWNlIiBmb250LXNpemU9IjE0IiBmb250LXdlaWdodD0iYm9sZCIgZmlsbD0iYmxhY2siPntqfTwvdGV4dD48L3N2Zz4= |
Minimal badges (logo only):
Labeled badges:
Available label prefixes: Built_with, Powered_by, Made_with, Automated_with, Runs_on, Uses, Managed_by
Two-tone badges (label color / badge color):
Common two-tone combinations:
- Gray/Rose:
labelColor=555555+ badgeF43F5E - Black/Rose:
labelColor=000000+ badgeF43F5E - Rose/Black:
labelColor=F43F5E+ badge000000
With link wrapper:
[](https://jakefile.dev)- Large
{j} jakelogo - Tagline: "Modern command running"
- Install command with copy button
- Primary CTA: "Get Started" (primary color)
- Secondary CTA: "View on GitHub" (outline)
- Dark background (
#1a1a1a) - Syntax highlighting with primary color for keywords
- Copy button on hover
- Icon + title + description
- Subtle border or shadow
- Hover state with slight lift
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<text x="50%" y="50%"
dominant-baseline="central"
text-anchor="middle"
font-family="monospace"
font-size="20"
font-weight="600"
fill="#f43f5e">{j}</text>
</svg>- 16x16 (favicon.ico)
- 32x32 (favicon-32x32.png)
- 180x180 (apple-touch-icon.png)
- 192x192 (android-chrome-192x192.png)
- 512x512 (android-chrome-512x512.png)
- Dark background (
#0f0f0f) - Large
{j}mark in primary color - "jake" wordmark below
- Tagline: "Modern command running"
- Same as OG image
- Ensure text is readable at thumbnail size
| Asset | Filename |
|---|---|
| Primary logo SVG | jake-logo.svg |
| Favicon | favicon.svg / favicon.ico |
| OG Image | og-image.png |
| Twitter Card | twitter-card.png |
Logo: {j}
Color: #f43f5e
Tagline: Modern command running
Font: Inter + Fira Code
CLI icon: {j} or ✓/✗/→/○