Common Questions
How is the data stored?
All content is stored locally in the browser (localStorage), requiring no backend database. You can optionally sync it to a GitHub repository.
Is it safe to put my GitHub Token in environment variables?
Yes, the token is injected during the build process and handles syncing securely. When syncing to GitHub, the client masks the token.