Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pavankpdev/percel
Another vercel clone
https://github.com/pavankpdev/percel
Last synced: about 2 months ago
JSON representation
Another vercel clone
- Host: GitHub
- URL: https://github.com/pavankpdev/percel
- Owner: pavankpdev
- Created: 2024-02-27T11:52:52.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-12T07:27:49.000Z (11 months ago)
- Last Synced: 2024-03-12T08:36:10.796Z (11 months ago)
- Language: TypeScript
- Size: 301 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Percel - Another Vercel clone
### But betterI've been building this to upskill in a lot of areas, so feel free to play around and open issues if you'd like to suggest anything.
> Note
>
> I know that the folder structures aren't good, because, the goal of this project is just upskilling, not about organizing.
> Regardless, I'm following best practices.## here's the entire plan
- [x] Code builder docker image
- [x] ECS to run the builder on demand with Fargate
- [x] API endpoints to automate it
- [x] Upload directories inside `dist` instead of just files.
- [x] Stream logs from the build time
- [x] Stream logs to ELK stack or some other tool
- [ ] Handle custom domain by checking the DB and proxy to the custom domain
- [ ] Add support to Serverless functions
- [ ] Support edge deployments with AWS infra
- [ ] Support middleware with cloudflare
- [ ] Setup CICD from source control