Project ideas from Hacker News discussions.

EmDash – A spiritual successor to WordPress that solves plugin security

📝 Discussion Summary (Click to expand)

5 Core Themes from the Discussion| # | Theme | Summary & Supporting Quote |

|---|-------|----------------------------| | 1 | AI‑generated “slop” & vibe‑coding skepticism | > “These april fools jokes keep getting lazier every year.” — verandaguy | | 2 | WordPress’s real value: PHP & a trusting plugin ecosystem | > “The power of WordPress is not the ease of use, but PHP.” — kocialnews
> “WordPress is valuable because it allows very bad developers / marketing people to write very bad code and get away with it, driving extremely low‑cost solutions for clients who are cost‑conscious.” — calvinmorrison | | 3 | EmDash’s sandboxed plugin security – but potential vendor lock‑in | > “Plugin security is the root of this problem. Marketplace businesses provide trust when parties otherwise cannot easily trust each other.” — rm | | 4 | The launch feels like an April‑Fools stunt | > “Is this an April fools’ joke?” — rm | | 5 | Language/tech choices highlight static‑site vs dynamic trade‑offs | > “Static site generators are perfect for engineers but terrible for marketing people.” — linkjuice4all
> “You can implement apps in any language you want with modern LLMs.” — 0xbadcafebee |

All quotations are taken verbatim from the HN thread, with double quotes and direct author attribution as required.


🚀 Project Ideas

Cloudflare WorkerCMS (CMS‑Worker)

Summary

  • A serverless CMS that runs entirely on Cloudflare Workers with sandboxed plugin isolation, eliminating the PHP‑plugin security nightmare.
  • Core value: secure, zero‑ops CMS that lets developers deploy sites on Workers while giving non‑technical editors a simple UI.

Details

Key Value
Target Audience Developers & small businesses wanting a modern, serverless CMS on Cloudflare
Core Feature Sandboxed TypeScript plugins with fine‑grained permission scopes (read:content, write:media, etc.)
Tech Stack Cloudflare Workers, D1 database, R2 storage, Astro front‑end
Difficulty Medium
Monetization Revenue-ready: subscription per site (e.g., $5/mo)

Notes

  • HN users repeatedly asked for a “CMS on Workers” (bo0tzz) and worried about plugin security (squidbeak).
  • Potential for discussion: can this finally solve the “trust model” problem highlighted by jdurban?

AI‑Powered Static Site Editor

Summary- An AI‑assisted editor that lets non‑technical users create and update static content while the site stays fully static and CDN‑cached.

  • Core value: zero‑maintenance publishing for marketers who need a UI but hate PHP bloat.

Details

Key Value
Target Audience Small business owners, marketers, content contributors
Core Feature AI‑generated markdown from voice/text input, auto‑preview, one‑click static rebuild
Tech Stack Astro, Vercel Edge Functions, OpenAI API (or Claude Code), R2 for assets
Difficulty Low
Monetization Revenue-ready: tiered plans based on page‑views (e.g., $10/mo base)

Notes

  • Commenters noted the need for a lightweight UI for “non‑technical clients” (transcriptase) and the appeal of static sites (verandaguy).
  • Could spark debate on AI‑driven content vs. traditional WYSIWYG editors.

Secure Plugin Marketplace for Headless CMS#Summary

  • A curated marketplace where plugins are automatically sandboxed, permission‑scoped, and vetted for security before installation.
  • Core value: trusted plugin ecosystem that eliminates the “install any plugin” risk plaguing WordPress.

Details

Key Value
Target Audience CMS platform builders, plugin developers, SaaS providers
Core Feature Permission‑scoped plugin APIs, automated static analysis & sandboxed execution in Workers
Tech Stack Cloudflare Workers, D1, OpenAPI spec, GitHub Actions for CI/CD
Difficulty High
Monetization Revenue-ready: 15% revenue share per paid plugin

Notes

  • Directly addresses concerns raised by jdurban and squidbeak about least‑privilege plugin architecture.
  • Could generate discussion on ecosystem growth vs. vendor lock‑in.

WordPress Migration & Static Export Tool

Summary

  • A tool that converts an existing WordPress site (posts, pages, media) into static HTML + a lightweight headless CMS for any dynamic bits, enabling easy migration to static hosting.
  • Core value: one‑click escape from WordPress without losing content or SEO.

Details

Key Value
Target Audience WordPress site owners, agencies, freelancers
Core Feature Export to static site + JSON content dump; import into any Astro‑based headless CMS; preserves URLs and metadata
Tech Stack Python + Playwright, D1, R2, Hugo for static rendering
Difficulty Medium
Monetization Hobby (open source) or Revenue-ready: SaaS tier for >10k pages ($20/mo)

Notes

  • Frequently mentioned the pain of “no easy migration” (pavel_lishin, bombcar).
  • Could spark conversation about displacing WordPress lock‑in.

Edge‑Function Form & Contact Service

Summary

  • A serverless form handling service that provides spam protection, email sending, and storage, usable from any static site without a backend.
  • Core value: secure, low‑cost forms for static sites, eliminating the need for third‑party services.

Details

Key Value
Target Audience Developers of static blogs, marketing sites, documentation sites
Core Feature Form endpoint with built‑in reCAPTCHA‑lite filter, spam detection, email dispatch via Workers, optional R2 storage
Tech Stack Cloudflare Workers, R2, D1, optional Recapcha.io API
Difficulty Low
Monetization Revenue-ready: $0.001 per submitted form (pay‑as‑you‑go)

Notes

  • Direct response to “comments and forms are missing from static sites” (robottoaster, Closi).
  • Could lead to debate on static site capabilities vs. dynamic add‑ons. ---

Rust‑Based Multi‑Tenant CMS Runtime

Summary

  • A high‑performance, Rust‑powered runtime that isolates multiple independent CMS instances (blogs, forums, wikis) into separate Workers, offering strong security and cheap scaling.
  • Core value: multi‑tenant CMS hosting that’s both secure and cost‑effective, ideal for SaaS platforms.

Details

Key Value
Target Audience Hosting providers, SaaS platforms, multi‑site networks
Core Feature isolated Rust sandboxes for each tenant, shared auth & API gateway, auto‑scaling on Workers
Tech Stack Rust, WebAssembly, Cloudflare Workers, D1, R2
Difficulty High
Monetization Revenue-ready: per‑instance compute credits (e.g., $0.02 per GB‑hour)

Notes

  • Echoes echelon’s praise for Rust’s safety and low‑defect rate, and addresses concerns about “vendor lock‑in” by being runnable on any Worker‑compatible host.
  • Sparks conversation about the future of multi‑tenant web services.

Read Later