About Infowall

What is this?

Infowall.net is a developer blog and project showcase built with cutting-edge web technologies. It serves as both a testing ground and production showcase for SonicJS CMS capabilities.

Technology Stack

Backend

  • SonicJS v2.4.0 - Headless CMS
  • Cloudflare Workers - Edge runtime
  • Cloudflare D1 - SQLite database
  • Cloudflare R2 - Object storage
  • Cloudflare KV - Caching layer

Frontend

  • Astro - Static site generator
  • TailwindCSS v4 - Styling
  • TypeScript - Type safety
  • Cloudflare Pages - Hosting

Architecture

This project follows a monorepo architecture with separate backend (CMS) and frontend (website) applications:

infowall/
├── packages/cms/    # SonicJS backend + API
└── www/             # Astro frontend

The backend provides a REST API and admin interface, while the frontend consumes the API to generate static pages with optional server-side rendering.

Why These Technologies?

SonicJS

A modern, TypeScript-first headless CMS built specifically for Cloudflare Workers. It's fast, secure, and developer-friendly.

Astro

The best static site generator for content-driven sites. Ships minimal JavaScript, incredibly fast, and supports any UI framework.

Cloudflare Platform

Workers, D1, R2, and Pages provide a complete edge platform with global distribution, incredible performance, and generous free tier.

Open Source

Both SonicJS and Astro are open source projects:

Contact

For questions or feedback about this site, feel free to reach out through the SonicJS community.