A simple web application that allows you to fork Val Town projects with a clean user interface.
Forky is a utility that enables you to create copies (forks) of any public Val Town project. It provides a straightforward interface where you can enter a Val Town project URL and your API token to create your own copy of the project.
https://www.val.town/x/username/projectname)project:write permissionsāāā backend
ā āāā index.ts # Backend server and API endpoints
āāā frontend
ā āāā components
ā ā āāā App.tsx # Main React component
ā āāā index.html # HTML entry point
ā āāā index.tsx # Frontend JavaScript entry point
āāā README.md # This file
Forky uses the Val Town SDK to:
The application exposes the following API endpoint:
POST /fork?url={encoded-url} - Forks the specified project
Authorization header with a Bearer token