MCPcopy Index your code
hub / github.com/Schniz/remastered

github.com/Schniz/remastered @v0.1.34

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.1.34 ↗ · + Follow
263 symbols 748 edges 141 files 9 documented · 3%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

🎷 Remastered

A full-stack approach to React development.

Modern front-end tools have changed the way we expect the web platform to behave. They also made us forget some of the fundamentals and kinda make shipping.. harder.

Remastered is a full-stack framework based on React, that puts routing as the center of your application. That means owning back the entire stack, leveraging HTTP to its fullest capabilities and shipping faster with great confidence, without risking developer experience.

🏠 Homepage: https://remastered.hagever.com

📝 Documentation: https://remastered.hagever.com/docs

🎁 Open source

Owning your stack is important. Trying before committing to a solution is even more important. Freedom provides everyone the ability to create something and become a better developer. And if something is broken... we can all fix it together!

🔗 URL-first approach

The web is focused around hyperlinks. Remastered embraces URLs as the most important building block. Use file-system routing to declare URLs, and allow customers to share the experience of your app with the world.

📄 Server-side rendered SPA

Make sure your app loads as fast as it can, with no jitter and "flash of unstyled content". Remastered serves your application ready for action, even before JavaScript loads. And when it loads, it acts as if you were building a single-page-application, providing the great modern user-experience your customers expect from a modern web-app.

🔁 Hot module reloading

Don't squint! See the changes on your development environment once you save a file! By leveraging Vite, a futuristic JavaScript bundler that ensures you get the best and fastest developer experience, no matter what size your app is.

✨ Convenient data fetching

Instead of throwing useEffect everywhere, In Remastered, every route can expose a co-located server-side data loader which gets fetched automatically and stored in the history stack. All you have to do is call a React hook to get it, synchronously.

📦 File-system routing with automatic code-splitting

Only ships assets your clients need to interact with the page they are visiting. Remastered will download the assets needed for new interactions as soon as they are needed.

🤩 Titles and Meta Tags... HTTP!

The <title> and <meta> tags are the way to share metadata about the current page in the web platform. They can't be an afterthought! Remastered takes it very seriously and provides an easy way to declare metadata for the current page, allowing search engines and screen-readers to easily understand what they are going to experience.

👐 And so much more.

So many more things are baked in. Just come and read the docs to learn more!

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Function 244
Method 13
Class 4
Interface 2

Languages

TypeScript100%

Modules by API surface

packages/remastered/src/parseMultipartBody.ts15 symbols
packages/remastered/src/entry-server.tsx12 symbols
packages/remastered/src/vite-plugins/routeTransformers.ts8 symbols
packages/remastered/src/HaltingRouter.tsx7 symbols
packages/docs-site/app/routes/docs.tsx7 symbols
packages/remastered/src/vite-plugins/globHmrListener.ts6 symbols
packages/remastered/src/shimReactContext.ts6 symbols
packages/remastered/src/CookieSessionStorage.ts6 symbols
packages/remastered/src/vite-plugins/debugPlugin.ts5 symbols
packages/remastered/src/megajson.ts5 symbols
packages/remastered/src/ErrorBoundaryShim.tsx5 symbols
packages/remastered/src/ErrorBoundaryShim.spec.tsx5 symbols

For agents

$ claude mcp add remastered \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page