{project.category}
-{project.title}
-{project.description}
- --
- {project.highlights.map((highlight) =>
- {highlight} )} -
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 1bd1467..8814d0e 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -1,565 +1,3 @@
----
-import Layout from "../layouts/Layout.astro";
-import { projects } from "../data/projects";
-
-const primaryLinks = [
- { label: "GitHub", href: "https://github.com/corwinm" },
- { label: "HaphazardDev", href: "https://github.com/HaphazardDev" },
-];
----
-
- $ ls projects/ {project.title} // {project.category} $ open README.md developer tools · workflow experiments · shipped utilities
- Haphazard.dev is the home base for my projects: pragmatic extensions, CLIs, and integrations
- built to make everyday development workflows faster and more keyboard friendly.
- cat ./projects.json {project.category} {project.description}Tools for people who live in editors, terminals, and Git worktrees.
- Projects
- {project.title}
-
- {project.highlights.map((highlight) =>
-
Experiments and utilities built because a workflow had one too many papercuts.
For when “just open the other repo” stops being a reasonable development strategy.
↗02 / EDITORYour filesystem is editable. Act accordingly.
↗03 / AGENTSKeep many coding agents close without opening many more windows.
↗04 / EXPERIMENTSSmall modifications to a capable agent, each aimed at one daily irritation.
A concrete annoyance is a better brief than a trend.
Fit the tools people already chose instead of replacing everything.
Small, legible, and real beats impressive in theory.