Made for developers who are tired of wasting time on monitoring. Let Fastlog take care of the complexity while you focus on building your app.
Fastlog lets you monitor your apps using an on-premise solution. The setup is really fast and easy.
Landing page at https://fast-log.vercel.app/ to see more, signup is locked for now as I'm using this version of the app for my tests.
You'll need to setup a supabase account and project to use Fastlog for now. In the future, I'll integrate on-premise supabase along with Fastlog (work in progress).
Supabase will handle authentication and database management and it's really easy to use. This is why I integrated it with this project.
https://supabase.com/
First, clone the repository.
You'll need to create two .env
files. One in /front-end and the other in /back-end using the example.env
in each folder.
Most of the information needed will be at https://supabase.com/dashboard/project/PROJECT_ID/settings/api
You can now compose the app:
Run docker compose up
at the root of the project.
Fastlog should be up and running!
https://www.npmjs.com/package/fastlog-sdk
You can install the SDK and integrate it in your app to start using fastlog.
For now fastlog SDK is only available for node but I'm currently working on other languages. Python will be next.
You'll find the guide to use Fastlog here: https://personal-88.gitbook.io/fastlog/