https://github.com/nicolassutter/freelancer-toolkit
https://github.com/nicolassutter/freelancer-toolkit
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nicolassutter/freelancer-toolkit
- Owner: nicolassutter
- Created: 2025-06-24T07:58:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-09T10:08:55.000Z (about 1 year ago)
- Last Synced: 2025-10-05T07:51:39.974Z (10 months ago)
- Language: TypeScript
- Size: 856 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# freelancer-toolkit
## Backend
- Golang API with the fiber package https://docs.gofiber.io/ and https://connectrpc.com/docs/go/getting-started for RPC client & server.
- protobufs for defining the API contract
- SQL ORM : https://gorm.io/
## Frontend
- SolidStart app
- Tanstack Router for Solid
- zod
- Tailwind CSS for custom styles
- Ark UI with Park UI for premade components, Park UI uses panda css under the hood so we manually configure its layers to avoid conflicts with Tailwind CSS layers