Pure Signal.
No Noise.
A brutalist, uncompromising journaling system. Encrypted, offline-capable, and synced across all your devices. Built strictly on JetBrains Mono.
Phasebook
Hyperspace v1.0
July 3, 2026
The End
Embed anywhere in 3 lines of code.
The Phasebook SDK is built for modern React architectures. Use our server components to securely fetch and render your journal instantly on the edge.
View Full Documentation →// app/page.tsx
import { HyperspaceJournal } from "phasebook/server";
export default function MyBlog() {
return (
<HyperspaceJournal
apiKey=process.env.HYPERSPACE_KEY
/>
);
}System Specs
Pure Mono Architecture
Zero curves. Zero gradients. Built entirely on JetBrains Mono and raw HTML structures. Your content takes center stage without distracting UI elements.
Secure Core
JWT authenticated sessions with strict private/public visibility protocols for every single entry. Your data is encrypted at rest.
Edge Synced
Powered by a high-speed Cloudflare Workers edge network. Access your logs globally with zero latency.
3D Hardware Accel
60FPS WebGL-style CSS 3D transforms rendering beautiful page turns on both desktop and mobile.
Bring Your Own Data
Don't want to use our backend? Use the Dumb UI method and pass any data source directly into the book.