From ba79e5081abdb352f1e9e701ae5874c717778358 Mon Sep 17 00:00:00 2001 From: Saurabh Kumar Bajpai Date: Tue, 9 Jun 2026 00:40:39 +0530 Subject: [PATCH] docs: add project snapshot to README --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e4a29a8..2eaf10a3 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,23 @@ --- +## Project Snapshot + +| Item | Details | +| ---- | ------- | +| **Project** | Reframe, a private browser-based video editor | +| **Core stack** | Next.js 15, TypeScript, Tailwind CSS, FFmpeg.wasm | +| **Privacy model** | Local-first editing with no account, uploads, or server-side processing | +| **Best for** | Resizing, trimming, rotating, muting, speeding up, and exporting videos for social platforms | +| **Setup** | Install with `bun install`, then run `bun run dev` | +| **Deployment** | Static export to `out/` for Vercel, Netlify, GitHub Pages, or any static host | +| **License** | MIT | +| **Contributions** | Open to community contributions and GSSoC'26 contributors | + +> New here? Start with [Getting Started](#getting-started), then read the [Contributing Guide](CONTRIBUTING.md) before picking an issue. + +--- + ## Built With
@@ -465,4 +482,4 @@ Made with ❤️ for everyone who just wants to edit a video without the hassle.
---- \ No newline at end of file +---