https://github.com/codefromanywhere/from-anywhere
Useful utilities for JS, TS, React, Node, Bun, Next, and more.
https://github.com/codefromanywhere/from-anywhere
Last synced: 11 months ago
JSON representation
Useful utilities for JS, TS, React, Node, Bun, Next, and more.
- Host: GitHub
- URL: https://github.com/codefromanywhere/from-anywhere
- Owner: CodeFromAnywhere
- Created: 2024-04-18T07:50:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T13:36:09.000Z (over 1 year ago)
- Last Synced: 2024-05-02T08:49:49.303Z (over 1 year ago)
- Language: TypeScript
- Size: 1.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# `from-anywhere`: The Code From Anywhere Toolbelt
This repo contains useful utilities for JS, TS, React, Node, Bun, Next, and more, to be used as a shared codebase for CFA projects.
To explore the code, please clone or visit [the github codespace](https://github.dev/CodeFromAnywhere/from-anywhere)
## Ideas
Later, `from-anywhere` could be a great example of a local OpenAPI. Maybe I can adapt the OpenAPI standard to also include code from files and create a server for that too. This way I can use the same AI search for local functions as well. It's a bit more work, but could be very fruitful. 🚀 Main thing that would be needed would be the ability to dynamic-import functions locally to be able to run them locally in the browser. This way, we can set up a nice next-project too which hosts that. Needs more thought though...