#Store content in Notion
1 messages · Page 1 of 1 (latest)
Hi @inner locust. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
To import content from Notion to Astro, there are a couple of options available:
-
Use the
@jcha0713/astro-notionpackage:
This is a data fetching tool specifically designed to connect Astro and Notion. You can install it and use it to fetch your Notion content directly into your Astro project. Learn more about @jcha0713/astro-notion -
Use the
notion-to-astrotool:
This is a community tool that converts Notion exports to Astro Starlight docs. It can be helpful if you're using Starlight for documentation. Check out notion-to-astro on GitHub
Both of these tools can help you integrate your Notion content with Astro, but the best choice depends on your specific needs and project setup.