Thank you for stopping by. This is the repository that powers powerium.io, my blog site.
It's designed with performance in mind. Although not as performant as intended, yet, I'm actively trying to optimize every single tiny bit of the code.
Feel free to open an issue or a PR if you would like.
- Framework: Next.js (App Router)
- Styling: Tailwind CSS
- CMS: Notion
- Component Library: shadcn/ui
- Hosting: Vercel
For an exhaustive list of all types of Notion blocks, please refer to their documentation.
For the types of blocks that are supported, please check
/components/notion-engine
.
Home | Blog Post |
---|---|
Above are snapshots of powerium.io at this very
moment. It's deployed straight from main
, without any hidden magic.
Please see the guide on powerium.io.
Tip
This site is developed using bun. Please run the dev server
with bun
in case of any issues.
- Create a new integration and database for development purposes.
- Add the environment variables to
.env.local
. - Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev