--- import Card from '../components/Card.jsx'; import PokemonLookup from '../components/PokemonLookup.astro'; import CompanyLogo from '../components/CompanyLogo.jsx'; import NewsAssets from '../components/NewsAssets.svelte'; import NewsTitle from '../components/NewsTitle.vue'; import BaseHead from '../components/BaseHead.astro'; import MainLayout from '../components/MainLayout.astro'; // Using Snowpack? Want to be featured on snowpack.dev? // Add your project, organization, or company to the end of this list! import news from '../data/news.json'; import users from '../data/users.json'; const title = 'Community & News'; const description = 'Snowpack community news and companies that use Snowpack.'; ---

Get the latest news, blog posts, and tutorials on Snowpack. Also available via RSS.

Got something that you think we should feature? Submit it!

Join us on Discord!
Join us on Discord to discuss Snowpack, meet other developers in our community, and show off what you’re working on!
{news.reverse().map((item: any) => )}

Who's Using Snowpack?

{users.map((user) => )} Add your logo