https://github.com/dacrab/portlane
A clean, modern client portal for freelancers and studios. Built with SvelteKit 5, Supabase, and Tailwind CSS.
https://github.com/dacrab/portlane
bun client-portal freelancer saas supabase svelte sveltekit tailwindcss typescript
Last synced: 2 days ago
JSON representation
A clean, modern client portal for freelancers and studios. Built with SvelteKit 5, Supabase, and Tailwind CSS.
- Host: GitHub
- URL: https://github.com/dacrab/portlane
- Owner: dacrab
- Created: 2026-05-31T18:24:31.000Z (21 days ago)
- Default Branch: main
- Last Pushed: 2026-06-19T16:02:17.000Z (2 days ago)
- Last Synced: 2026-06-19T17:37:47.078Z (2 days ago)
- Topics: bun, client-portal, freelancer, saas, supabase, svelte, sveltekit, tailwindcss, typescript
- Language: Svelte
- Homepage: https://portlane.vercel.app
- Size: 181 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portlane
A client portal for freelancers and studios. Replace messy email threads and shared folders with a clean workspace your clients will actually use.
## What it does
**For you**
- Manage projects with milestones, due dates, and status tracking
- Track time, upload files, and write internal notes
- Create and send invoices, track payment status
- Invite clients via magic link — no account setup needed on their end
**For your clients**
- A private portal per project with the timeline, files, and invoices
- Approve work or request revisions
- Comment thread for back-and-forth
## Running locally
You'll need [Bun](https://bun.sh) and [Supabase CLI](https://supabase.com/docs/guides/cli).
```bash
git clone https://github.com/dacrab/portlane
cd portlane
bun install
supabase start
```
Copy the keys from `supabase status` into `.env`:
```env
PUBLIC_SUPABASE_URL=http://127.0.0.1:54321
PUBLIC_SUPABASE_PUBLISHABLE_KEY=sb_publishable_...
SUPABASE_SECRET_KEY=sb_secret_...
```
Then run migrations, seed, and start:
```bash
supabase db reset
bun dev
```
**Test accounts**
| Role | Email | Password |
|---|---|---|
| Freelancer | alex@portlane.dev | password123 |
| Client | sarah@acmecorp.com | password123 |
## License
MIT