orbitkit

🚀 Orbitkit is a monorepo starterkit aiming to be the foundation you build your next startup or big idea upon.

MIT License

Stars
799
Committers
8

Bot releases are hidden (Show)

orbitkit - feat: adds `packages/api` for a tRPC api layer. Latest Release

Published by ixahmedxi 5 months ago

  • creates a new packages/api package that hosts a tRPC api to be used for the web application.
  • renames the lucia auth getSession function to auth and provides a new uncached version of it.
  • refactors the code in some places to be generally better.
  • splits the utils package from a barrel export to multi-file export.
  • getBaseUrl util now returns window.location.origin instead of an empty string when the window object is not undefined.
orbitkit - Playwright

Published by ixahmedxi 5 months ago

This release contains the following changes:

  • Adds playwright setup to the monorepo.
  • Updates dependencies to latest versions.
  • Optimises the CI pipelines.
orbitkit - v0.1.2

Published by ixahmedxi 6 months ago

In this version, orbitkit gets an additional application!

  • Adds a docs app powered by Mintlify in apps/docs.
  • Moves Unkey namespace to become an environment variable.
  • Makes Google & Github OAuth optional based on if the environment variables are set or not.
  • Adds clearer docs on how to install and work with Orbitkit at https://orbitkit.mintlify.app/
orbitkit - v0.1.1

Published by ixahmedxi 6 months ago

In this release, OrbitKit gets GitHub actions to automate tasks and provide checks 🚀

  • When a PR is opened, a Neon DB branch is created and schema migrations are applied.
  • When the PR is closed or merged, the Neon DB branch is destroyed.
  • Every code change gets code quality and build checks.
orbitkit - V0.1.0

Published by ixahmedxi 7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/ixahmedxi/orbitkit/commits/publish