Use retro tech at the speed of light towards the future.
Photon is a web development platform that takes simplicity over complexity. Great for beginners and experts.
This framework is not meant to be used for complex web applications, only for simple pages. The purpose is to improve the general performance and simplify the deployment.
- Blogs
- Portfolios
- Info pages
- Online documentations
- ...
Do you already know the standard HTML, CSS, and JavaScript stack? Why learn a new one when the existing one is the best? Photon keeps the standard you already know. Templates and subpages are defined in separate HTML files and Photon takes kare of the complicated rest.
Most frameworks add too much overhead to simple websites. Photon does the opposite, it is designed for simple websites.
The complete code is executed client-side in the browser. Depending on the settings of the (subpage-) router, some settings on the web server may need to be changed.
npm i @frank-mayer/photon
yarn add @frank-mayer/photon
import { DomFrame, Router } from "@frank-mayer/photon";