lagon icon indicating copy to clipboard operation
lagon copied to clipboard

Deploy Serverless Functions at the Edge. Current status: Alpha

Results 63 lagon issues
Sort by recently updated
recently updated
newest added

You can follow the roadmap using the GitHub project: https://github.com/orgs/lagonapp/projects/1 There are currently two milestones, [Alpha](https://github.com/lagonapp/lagon/milestone/1) and [Beta](https://github.com/lagonapp/lagon/milestone/2). You can [register for email updates](https://tally.so/r/n9q1Rp) to be emailed automatically when we...

feature

Support Remix SSR.

feature
integration

Support Next.js SSR with the new Edge Runtime. - [x] `pages` directory - [x] `app` directory with React Server Components & streaming - [ ] Integration in the CLI to...

feature
integration

## About Add documentation content.

documentation

Support HatTip router. It should already work out-of-the-box, but it's a good idea to verify and add an example. Issue on HatTip's repo to track the progress: - https://github.com/hattipjs/hattip/issues/32

feature
integration

Now that the runtime is in Rust, we need to see again live logs from `console.*` calls.

feature
package/serverless

## About This PR fixes adding environment variables. In addition it moves the new env var input to the bottom and also includes the entered env var even if the...

Lagon will be easily self-hostable on any server. That requires many components: - CLI should be configurable to have a custom API URL #188 - Dashboard should be modified to...

package/docs
chore

**Is your feature request related to a problem? Please describe.** The docs currently show that apex domains are not supported and you should add a subdomain like `www.my-domain.tld` **Describe the...

feature

**Is your feature request related to a problem? Please describe.** You often have a single project / software which has different endpoints / functions. Currently I would deploy all of...

feature