Atom (MVP)
Build Next.js blogs with React components and TailwindCSS.
Listed in categories:
MarketingWritingDeveloper ToolsHow to use Atom (MVP)?
To get started, install AtomNextJS by running 'npm i atomnextjslatest'. Then, create your blog page route and add the blog page component. Import your API key and the premade blog component to handle the blog page where users can select blog posts to read. Similarly, create your post page route and add the post component. Import your API key and the premade post component to handle the page that includes your blog post text.
Core features of Atom (MVP):
1️⃣
Create, edit, and publish a fully functioning blog in NextJS quickly using Atom
2️⃣
Create blog page route and add blog page component
3️⃣
Create blog file appblogpagetsx and import API key and premade blog component
4️⃣
Create post page route and add post component
5️⃣
Create post file appblogidpagetsx and import API key and premade post component
Why could be used Atom (MVP)?
# | Use case | Status | |
---|---|---|---|
# 1 | Ship blogs and articles in minutes | ✅ | |
# 2 | Create and edit blogs in NextJS | ✅ | |
# 3 | Publish blog posts | ✅ |