| File | Date | Author | Commit |
|---|---|---|---|
| public | 2026-02-20 |
|
[f59eb5] INIT: LUMAFORGE V1.0.0 |
| src | 2026-03-09 |
|
[ca96fd] Update LUTSystem.js |
| .env.example | 2026-02-20 |
|
[f59eb5] INIT: LUMAFORGE V1.0.0 |
| .gitignore | 2026-02-20 |
|
[f59eb5] INIT: LUMAFORGE V1.0.0 |
| CONTRIBUTING.md | 2026-03-09 |
|
[b9108f] README.md and CONTRIBUTING.md UPDATED |
| LICENSE | 2026-02-20 |
|
[f59eb5] INIT: LUMAFORGE V1.0.0 |
| README.md | 2026-03-09 |
|
[b9108f] README.md and CONTRIBUTING.md UPDATED |
| eslint.config.js | 2026-02-20 |
|
[f59eb5] INIT: LUMAFORGE V1.0.0 |
| index.html | 2026-02-20 |
|
[f59eb5] INIT: LUMAFORGE V1.0.0 |
| package-lock.json | 2026-02-20 |
|
[f59eb5] INIT: LUMAFORGE V1.0.0 |
| package.json | 2026-02-20 |
|
[f59eb5] INIT: LUMAFORGE V1.0.0 |
| vercel.json | 2026-02-20 |
|
[f59eb5] INIT: LUMAFORGE V1.0.0 |
| vite.config.js | 2026-02-20 |
|
[f59eb5] INIT: LUMAFORGE V1.0.0 |
A professional, open-source color grading and optics engine built natively for the web.
[](https://opensource.org/licenses/MIT) [](https://reactjs.org/) [](https://supabase.com/)
Lumaforge is a client-side photo editing environment designed to deliver advanced color control and precise image manipulation directly in the browser. It bypasses the need for heavy desktop software, offering a seamless, non-destructive editing experience.
.CUBE Export: Build your aesthetic in the browser and export custom grades as industry-standard .CUBE LUTs for immediate integration into Premiere Pro, DaVinci Resolve, or After Effects.To run Lumaforge locally on your machine:
Clone the repository:
bash
git clone [https://github.com/sganeshe/lumaforge.git](https://github.com/sganeshe/lumaforge.git)
cd lumaforge
Install dependencies:
bash
npm install
Configure Environment Variables:
Create a .env file in the root directory and add your Supabase credentials:
env
VITE_SUPABASE_URL=your_supabase_project_url
VITE_SUPABASE_ANON_KEY=your_supabase_anon_key
Start the development server:
bash
npm run dev
The current architecture is actively being developed to support advanced capabilities, including:
Designed and engineered by Saumya Ganeshe.
Special thanks to the open-source communities behind React and Supabase for providing the foundational infrastructure to make browser-based compute accessible.
This project is open-source and available under the MIT License.