<aside> 💡 One place for all the notes you take throughout the day. Just click "New" and start typing. → Click "Gallery view" in the dropdown to see separate notebooks for Work and Home, organized as galleries. → Customize your own tags to create notebooks that fit your work and life, or see all your notes at once. → Invite friends or your team, and see who added what and when — all at a glance.

</aside>


Notes


🎯 Bullet Notes

<aside> 💡 Use this space for quick note taking. Any quick ideas you need to get written down can go here before they are more formalized.

</aside>

Example quick bullet 1

// tailwind.config.js
module.exports = {
  content: [
    "./pages/**/*.{js,ts,jsx,tsx}",
    "./components/**/*.{js,ts,jsx,tsx}",
  ],
  theme: {
    extend: {},
  },
  plugins: [],
};

Example quick bullet 2