Skip to content

Commit c27cacd

Browse files
committed
add new screenshots
1 parent 5c4dda8 commit c27cacd

4 files changed

Lines changed: 25 additions & 15 deletions

File tree

688 KB
Loading
655 KB
Loading
685 KB
Loading

src/pages/index.astro

Lines changed: 25 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
import Layout from '../layouts/Layout.astro';
33
44
// Build ticker text
5-
let tickerText = 'BUY $elih';
5+
let tickerText = 'SUPPORT INDEPENDENT FREE SOFTWARE BUY $BEZYCOIN';
66
77
try {
88
// Try to fetch from DexScreener API
99
const response = await fetch('https://api.dexscreener.com/latest/dex/pairs/base/0x7ca26c4663860590c29a63c20cfc465b2dcd246b');
1010
const data = await response.json();
1111
if (data.pair && data.pair.priceUsd) {
1212
const price = parseFloat(data.pair.priceUsd).toFixed(6);
13-
tickerText = `BUY $elih • PRICE: $${price} USD`;
13+
tickerText = `SUPPORT INDEPENDENT FREE SOFTWARE BUY $BEZYCOIN • PRICE: $${price} USD`;
1414
}
1515
} catch (error) {
1616
// If we can't get the price, just show without price
@@ -21,16 +21,17 @@ try {
2121
tickerText += ' • BASE CONTRACT: 0x7ca26c4663860590c29a63c20cfc465b2dcd246b';
2222
---
2323

24-
<Layout title="Bezy - The Emacs of Font Editors" description="Open-source, cross-platform font editor built with Rust and Bevy. User empowerment through deep customization and control.">
25-
<!-- Header -->
24+
<Layout title="Bezy - A next-gen, cross-platform, free & open-source font editor for global scripts." description="A font editor built with Rust and Bevy. User empowerment through deep customization and control.">
25+
26+
<!-- Header -->
2627
<header class="border-b-4 border-black p-6">
27-
<div class="flex justify-between items-center">
28-
<h1 class="text-2xl font-bold bezy-logo">Bezy</h1>
28+
<div class="flex justify-between items-baseline">
29+
<h1 class="text-4xl font-bold bezy-logo">Bezy</h1>
2930
<a
3031
href="https://github.com/bezy-org/bezy"
3132
target="_blank"
3233
rel="noopener noreferrer"
33-
class="text-2xl font-bold underline hover:no-underline"
34+
class="text-4xl font-bold underline hover:no-underline"
3435
>
3536
Source Code
3637
</a>
@@ -46,26 +47,35 @@ tickerText += ' • BASE CONTRACT: 0x7ca26c4663860590c29a63c20cfc465b2dcd246b';
4647
<div class="p-6 flex flex-col justify-start space-y-8 border-r-0 lg:border-r-4 border-black">
4748
<div>
4849
<p class="text-2xl leading-normal mb-8">
49-
A next-gen, cross-platform, free & open-source font editor for global scripts. Built for customization, tool making, AI/human collaboration, education, and user empowerment.
50+
A next-gen, cross-platform, free & open-source font editor for global scripts.
5051
</p>
5152
<p class="text-2xl leading-normal mb-8">
52-
Bezy is writen in the Rust programming language using the Bevy game engine and an ECS (entity component system) architecture. It relies heavaly libraries from the Linebender organization (Norad, Kurbo, etc) and started as a fork of Runebender. Right-to-left (RTL) support is provided by HarfRust, and FontC and FontIR from Google Fonts are used heavily.
53+
This editor is a power tool for professional font production. A spiritual successor to RoboFont and FontForge, built for customization, human-AI collaboration, CLI-heavy professional workflows, and user empowerment.
5354
</p>
5455
<p class="text-2xl leading-normal mb-8">
55-
Bezy is writen in the Rust programming language using the Bevy game engine and an ECS (entity component system) architecture. It relies heavaly libraries from the Linebender organization (Norad, Kurbo, etc) and started as a fork of Runebender. Right-to-left (RTL) support is provided by HarfRust, and FontC and FontIR from Google Fonts are used heavily.
56-
</p>
56+
Bezy is written in the Rust programming language using a game engine to create a performant, fun, aesthetic experience that keeps designers in a flow-state. Rust has great documentation, a friendly compiler with useful error messages, and top-notch tooling, and an integrated package manager and build tool. With help from AI tools like Claude Code and Gemini CLI, it can be easier to use than Python, don’t be intimidated if you are not an expert programmer, this application is designed for designers, students, and artists to be able to customize it and make their own tool. We believe programming is 21st century literacy and everyone should do it, there are no high-priest gigabrains discouraging you from touching the source code like other font editors.
57+
</p>
58+
<p class="text-2xl leading-normal mb-8">
59+
If you spend a large amount of time with professional software like a font editor, it should be a limitless environment where you can learn and grow, not a prosumer walled garden where you are powerless to make meaningful modifications and understand how the software works.
60+
</p>
61+
<p class="text-2xl leading-normal mb-8">
62+
This project is an experiment exploring ways to build better coordination incentives and value capture for independent free & open-source development at the highest quality standards. The world of libre graphics software like Blender, GIMP, and Inkscape has struggled to fully compete with proprietary alternatives, and we want to change that, specifically in education where we believe understanding how your tools work and feeling empowered to modify them is of the utmost importance. We are exploring the Ethereum ecosystem with this goal in mind and the project currently has a Zora creator coin, a ETH treasury, community bug bounties, and plans for subscription-free micro payments on the Ethereum Base L2 for remote AI model access are in the works for 2026.
63+
</p>
5764
<p class="text-2xl leading-normal mb-8">
58-
This project is an experement exploring way to build better coordination incentives and value capture for independent open-source development at the highest quality standards. We are expoloring the Ethereum ecosystem for this and the project currently has a Zora creator coin and pland for subscription-free micro payments on the Ethereum Base L2 for remote AI modle acess are in the works for 2026.
65+
We aim to be an open and welcoming community that values working in the open and sharing knowledge, contributors of all skill levels are welcome.
66+
</p>
67+
<p class="text-2xl leading-normal mb-8 text-gray-500">
68+
“The enjoyment of one's tools is an essential ingredient of successful work.”<br>— Donald Knuth
5969
</p>
6070
</div>
6171
</div>
6272

6373
<!-- Right Column: Screenshot Gallery -->
6474
<div class="p-6 overflow-y-auto">
6575
<div class="space-y-6">
66-
<img src="/images/bezy-screenshot-006.png" alt="Bezy Editor Screenshot 6" class="w-full border-4 border-black" />
67-
<img src="/images/bezy-screenshot-005.png" alt="Bezy Editor Screenshot 5" class="w-full border-4 border-black" />
68-
<img src="/images/bezy-screenshot-004.png" alt="Bezy Editor Screenshot 4" class="w-full border-4 border-black" />
76+
<img src="/images/bezy-screenshot-001.jpg" alt="Bezy Editor Screenshot 1" class="w-full border-4 border-black" />
77+
<img src="/images/bezy-screenshot-002.jpg" alt="Bezy Editor Screenshot 2" class="w-full border-4 border-black" />
78+
<img src="/images/bezy-screenshot-003.jpg" alt="Bezy Editor Screenshot 3" class="w-full border-4 border-black" />
6979
</div>
7080
</div>
7181
</section>

0 commit comments

Comments
 (0)