Deadlight Edge Bootstrap is a lightweight web framework designed for rapid deployment with Cloudflare Workers. Offering built-in authentication, a D1 database, and a clean dark UI, it ensures a seamless setup for blogs and small sites. Experience zero cold starts and fast global performance with just a few simple commands.
Deadlight Edge Bootstrap is a lightweight, edge-first web framework tailored for building fast and efficient blogs or small websites using Cloudflare Workers. This framework enables friendly deployment with built-in features designed for performance and security, allowing users to get their sites live in under five minutes.
The framework utilizes a well-organized project structure to streamline development and maintenance:
deadline-bootstrap/
βββ blog.js # Main router and request handler
βββ admin.js # Admin routes (create/edit/delete)
βββ auth.js # Authentication logic
βββ jwt.js # JWT token handling
βββ render.js # Page rendering functions
βββ templates.js # HTML templates
βββ styles.js # CSS (dark/light themes)
βββ utils.js # Utility functions
βββ schema.sql # Database schema
βββ wrangler.toml # Cloudflare configuration
The roadmap includes exciting features such as individual post pages, RSS feed generation, and support for comments, along with potential analytics integrations. Contributions from the community are welcomed to further enhance the project.
Explore the live demo at deadlight.boo to see the framework in action.
No comments yet.
Sign in to be the first to comment.