Remix.run Logo
olav 2 hours ago

I love it and use it for personal projects and internal tools. I tend to combine it with https://pocketpages.dev/ which gives me file-based routing and nice templates.

Ah, and Pocketbase has automatic database migrations, so all schema modifications can go into version control.

I even hacked a Gemini protocol server into it, so that I can browse my personal knowledge graph using Lagrange.

phl 2 hours ago | parent [-]

What is Lagrange? I couldn’t find any project in the context of LLM or knowledge graph.

foul an hour ago | parent | next [-]

They said they hacked a Gemini server, Lagrange is a Geminispace browser.

https://github.com/skyjake/lagrange

stavros an hour ago | parent [-]

I also somehow thought a Google Gemini MCP server.

andsoitis an hour ago | parent | prev [-]

There is a minimalist browser named Lagrange built for the Gemini protocol (a lightweight alternative to HTTP).

I’m guessing that’s what they refer to.