Urgent.News

What's breaking now, across thousands of outlets.

Tech

I am 16 and built a local-first, zero-friction infinite canvas notebook (AstraviX)

I wanted a visual workspace to map out my thoughts without dealing with laggy apps or heavy signup forms. So, I built AstraviX.It requires no sign-up, no login, and no email—it saves all your data locally in your browser. You can click the link and start using it instantly.I would love to hear your feedback on the UI and performance!Link:

We haven't written up this one. Dev.to has the full story — the link below goes straight to it.

Read the original at dev.to →

More in Tech

Your OpenAPI spec is a contract. Nobody is checking it. I built a CLI that detects spec↔code drift with zero dependencies.

"The generated client keeps calling DELETE /items/{id}." "The server returns 405 Method Not Allowed." An OpenAPI spec is not just documentation.

  • oas-drift CLI tool detects spec↔code drift between OpenAPI spec and Python codebase
  • Tool identifies three types of drift: spec-only, code-only, and method mismatches
  • Lightweight implementation using only Python's standard library

More from Saturday 19 September →