Payroll & equity for everyone.
- Onboard contractors and employees with custom docs
- Manage regular and one-off invoices
- Process payments globally
- Offer and distribute equity as part of compensation
- Track team performance, updates and absences
- Handle tax compliance
- Integrate with other tools like QuickBooks Online
- Manage your cap table and send company updates to investors
You'll need:
- Docker
- Node.js (see
.node-version
)
The easiest way to set up the development environment is to use the bin/setup
script script, but feel free to run the commands in it yourself to:
- Set up Ruby (ideally using
rbenv
/rvm
) and PostgreSQL - Install dependencies using
pnpm i
andcd apps/rails && bundle i
- Set up your environment by either using
pnpx vercel env pull
orcp .env.example .env
and filling in missing values and your own keys - Run
cd apps/rails && gem install foreman && bin/rails db:setup
You can start the local app using the bin/dev
script - or feel free to run the commands contained in it yourself.
Once the local services are up and running, the application will be available at https://flexile.dev
Check the seeds for default data created during setup.
# Run Rails specs
bundle exec rspec # Run all specs
bundle exec rspec spec/system/roles/show_spec.rb:7 # Run a single spec
# Run Playwright end-to-end tests
pnpm playwright test
We welcome contributions to Flexile! Please read our Contributing Guide for information on how to get started, coding standards, and more.
Please note that this project adheres to a Code of Conduct. By participating in this project, you agree to abide by its terms.
Flexile is licensed under the Flexile Community License.