
Tools for using Notion public pages as data in your app
Svelte Notion is an unofficial Notion API tool set for Svelte and Sapper. It is a package that uses the notion-api-worker to generate the API. While it can be hosted by the user, it comes with an out-of-the-box option to use the hosted version at notion-api.splitbee.io. The package is experimental and subject to change.
Svelte Notion is an unofficial Notion API tool set for Svelte and Sapper. It allows developers to work with various block types in their applications, such as Text, Heading, Quote, Link, Code, and more. The package is experimental and subject to change, but it offers an option to host your own API. It is also open to accepting pull requests to add support for missing block types.

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.